User forums > Nightly builds
The 20 July 2011 build (7289) DEBUGGER BRANCH version is out.
killerbot:
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 20 July 2011 build is out.
- Windows :
http://prdownload.berlios.de/codeblocks/CB_20110720_rev7289_DEBUGGER_BRANCH_win32.7z
- Linux :
none
Important changes compared to previous DEBUGGER BRANCH nightly:
* debugger_branch: fixed GetDebuggee to return false, when the host application is empty
* debugger_branch: don't loop 100 times, when the terminal/console can't be launched (this is probably a bug in wxExecute)
* 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.
Jenna:
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
--- End code ---
and remove entries for the normal nightlies.
Alternatively you can download the deb's directly from http://apt.jenslody.de/pool/dbg/c/codeblocks/ .
mushakk:
This version crash always in my laptop (Windows Vista 32 bits) :(
Installed over last nighty build version or clean install
Simply open an old project and try to do something (close tab, open menu dialog, etc)
oBFusCATed:
Are you sure you've installed it correctly?
What about the normal nightly?
Freem:
--- Quote from: jens on July 20, 2011, 04:21:43 pm ---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
--- End code ---
and remove entries for the normal nightlies.
[/url] .
--- End quote ---
When we do this, (removing nightly's classic lines and adding dbg ones instead) the package 'jens-lody-debian-keyring' become unavailable.
As same, in the dbg repo, codeblocks-additional is broken, because it depends on 'codeblocks' 'codeblocks-additional-common' and 'libwxsmithlib0' at version 10.05dbg6959-1 and only the 'codeblocks-additional-common' is available in this version.
I guess additional-common are not uptodate.
Anyway, for the keyring's problem, you can just accept with potential problems of corrupted archives, or keep "old" lines of classic nightly, but in this case, the system will want to update to the standard at each update. That's a bit annoying.
The solution I've found, is to keep both entries in sources.list, and add some lines in the "/etc/apt/preferences" file.
This result in having those pieces of text in preferences and sources.list:
--- Quote from: /etc/apt/preferences ---Package: *
Pin: release o=Jens Lody,c=dbg
Pin-Priority: 900
--- End quote ---
--- Quote from: /etc/apt/sources.list ---deb http://apt.jenslody.de/ any dbg
deb-src http://apt.jenslody.de/ any dbg
deb http://apt.jenslody.de/ any main
deb-src http://apt.jenslody.de/ any main
--- End quote ---
And if you want switch back to classic nightly, just replace the "c=dbg" entry by "c=main".
Navigation
[0] Message Index
[#] Next page
Go to full version