Author Topic: The 26 June 2011 build (7257) DEBUGGER BRANCH version is out.  (Read 18612 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5489
Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml

Before you use a nightly make sure you understand how it works.

A link to the unicode windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw28u_gcc_cb_wx2812_gcc452-TDM.7z

For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://prdownload.berlios.de/codeblocks/mingwm10_gcc452-TDM.7z

The 26 June 2011 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20110626_rev7257_DEBUGGER_BRANCH_win32.7z
  - Linux :
   none

Important changes compared to previous DEBUGGER BRANCH nightly:

* since it was such a long time ago, didn't list all the updates (see svn log for more details)
* all updates that occurred on trunk


Note: Watch parsing prints an error message in the watches window if the parsing fails. If you see this string please report it as a bug.

THIS IS A SPECIAL TEST BUILD OF REFACTORINGS CARRIED OUT ON THE DEBUGGER BRANCH IN OUR SVN.
FOCUS IS ON ENHANCED DEBUGGING USABILITY.

Give your feedback on this version only in this thread, don't mix it with the regular nightly please.

Once we don't have any blockers on this version,we will merge the changes into trunk and it will be part of the regular nightlies.

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 26 June 2011 build (7257) DEBUGGER BRANCH version is out.
« Reply #1 on: June 27, 2011, 06:49:43 am »
Debian packages (binaries and sources) for 32-bit and 64-bit systems can be found in my repo.

If you want to use apt (or dselect, synaptic or whatever) you need to add the following entries to /etc/apt/sources.list :
Code
deb http://apt.jenslody.de/ any dbg
deb-src http://apt.jenslody.de/ any dbg
and remove entries for the normal nightlies.

Alternatively you can download the deb's directly from http://apt.jenslody.de/pool/dbg/c/codeblocks/ .

Offline ultimA

  • Multiple posting newcomer
  • *
  • Posts: 16
Re: The 26 June 2011 build (7257) DEBUGGER BRANCH version is out.
« Reply #2 on: June 27, 2011, 06:24:08 pm »
For Arch Linux users, I have created the codeblocks-dbgbranch-svn package in AUR (https://aur.archlinux.org/packages.php?ID=49756). The package will check out, build and install the latest debugger branch from svn.

Offline KirkD

  • Multiple posting newcomer
  • *
  • Posts: 77
Re: The 26 June 2011 build (7257) DEBUGGER BRANCH version is out.
« Reply #3 on: June 27, 2011, 06:29:25 pm »
Just curious - is there any idea when this will get merged into the main branch?

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: The 26 June 2011 build (7257) DEBUGGER BRANCH version is out.
« Reply #4 on: June 27, 2011, 07:43:36 pm »
when it is ready of course :)
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline KirkD

  • Multiple posting newcomer
  • *
  • Posts: 77
Re: The 26 June 2011 build (7257) DEBUGGER BRANCH version is out.
« Reply #5 on: June 27, 2011, 08:47:04 pm »
What an obfuscated answer.  8^)

Offline Freem

  • Almost regular
  • **
  • Posts: 219
Re: The 26 June 2011 build (7257) DEBUGGER BRANCH version is out.
« Reply #6 on: July 04, 2011, 03:49:25 pm »
Quote
Topic: The 26 June 2011 build (7257) DEBUGGER BRANCH version is out.  (Read 679 times)

In jen's repository this is the 7256. I think the title of this subject contain a small mistake :)

I have noticed that when I tried to make a plugin with the wizard, the generated file is named lib****.so, and the "plugins"->"manage plugins"->"install new" button want to find a file named ****.so in the archive (with a debian on amd64).

Another thing is that C::B didn't ask me to define the cb var, I don't know why. (But for the wx one he asked...)

Maybe those problems are old one, I never had problems of this kind before, but I never tried to look into C::B's plugins system too...

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: The 26 June 2011 build (7257) DEBUGGER BRANCH version is out.
« Reply #7 on: July 04, 2011, 04:18:40 pm »
Another thing is that C::B didn't ask me to define the cb var, I don't know why. (But for the wx one he asked...)
On linux C::B setups the plugin to link to the global C::B SDK installed in /usr/ most of the time
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline Freem

  • Almost regular
  • **
  • Posts: 219
Re: The 26 June 2011 build (7257) DEBUGGER BRANCH version is out.
« Reply #8 on: July 04, 2011, 04:44:48 pm »
I apologize, I think I missed something. After creating a fresh user to try with a clean configuration, it's ok for CB's vars.
I don't understand why it asked me on my common user, but this is a problem between chair and keyboard :)

At least, the problem of the generated filename *.SO is a true one... or not?
« Last Edit: July 04, 2011, 04:46:21 pm by Freem »

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: The 26 June 2011 build (7257) DEBUGGER BRANCH version is out.
« Reply #9 on: July 04, 2011, 04:53:50 pm »
Read this topic: http://forums.codeblocks.org/index.php/topic,4290.0.html
Probably you'll need to modify something in the manifest.xml file
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]