User forums > Nightly builds
The 16 October 2007 build (4540) 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_wx284.7z
For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://prdownload.berlios.de/codeblocks/mingwm10.7z
The 16 October 2007 build is out.
- Windows :
http://prdownload.berlios.de/codeblocks/CB_20071016_rev4540_win32.7z
- Linux :
none
Resolved Fixed:
* wxSmith: Fixed bug with invalid declaration generated for sizers when using xrc file
* wxSmith: Fixe dbug with missing <wx/xrc/xmlres.h> header file
Regressions/Confirmed/Annoying/Common bugs:
* toolbar-images-not-changing-state (is a wx problem/Win XP problem)
Xaviou:
Ubuntu 6.10 & 7.04 Amd64 tar.gz archive (containing '.deb' installers builds with wx2.8.6) can be found here.
pasgui:
Build for Ubuntu i386/amd64 can be found here
Jenna:
debian-repository with nightlies (slow because it's a home-server via dsl)
actually svn4540
add to /etc/apt/sources.list :
for etch aka stable
--- Code: ---deb http://jens.lody.name/debian/ etch main
deb-src http://jens.lody.name/debian/ etch main
--- End code ---
for lenny aka testing
--- Code: ---deb http://jens.lody.name/debian/ lenny main
deb-src http://jens.lody.name/debian/ lenny main
--- End code ---
for sid aka unstable
--- Code: ---deb http://jens.lody.name/debian/ unstable main
deb-src http://jens.lody.name/debian/ unstable main
--- End code ---
add my public-key to apt's trustdb:
--- Code: ---wget -q http://jens.lody.name/debian/jens.asc -O- | sudo apt-key add -
--- End code ---
build against wxWidgets 2.84 from
--- Code: ---deb http://apt.tt-solutions.com/debian/ etch main
--- End code ---
key-import to apt's trusted keys:
--- Code: ---wget -q http://www.tt-solutions.com/vz/key.asc -O- | sudo apt-key add -
--- End code ---
ASJ:
After updating from build 43xx (43-something) to version 4540 on openSuse 10.3 I came across an annoying problem: everytime I want to start debugging, all sources are recompiled completely which takes an annoyingly long time. This also happens when I'm sure I did not change anything after the last rebuild. The 43xx build I used did not have this problem and would only compile the files containing changes, and I am using exactly the same project.
Did something change in the way CodeBlocks handles certain things or am I possibly missing a crucial point? Any tip is more than welcome
Navigation
[0] Message Index
[#] Next page
Go to full version