User forums > Nightly builds
The 19 October 2007 build (4545) 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 19 October 2007 build is out.
- Windows :
http://prdownload.berlios.de/codeblocks/CB_20071019_rev4545_win32.7z
- Linux :
none
Resolved Fixed:
* Removed: Reference of a non-existent header
* wxSmith: Fixed bug when generating event handler by double-clicking on item
* Fixed: Compiler 'note' is detected as an error. (Thanks to gmb300)
* add parsing of note messages of GNU based compilers
Regressions/Confirmed/Annoying/Common bugs:
* toolbar-images-not-changing-state (is a wx problem/Win XP problem)
ZekeDragon:
It's been a long while since I've been on the Code::Blocks forums, since I've just been working with an older build quite satisfactorily, and I've shifted my development into Java and RealBASIC, which required different IDEs. I now have a new laptop, and need to know if these builds work with Windows Vista (of which I plan to replace with Linspire or some other Linux distro later), so I can use C::B to develop with again.
- Zeke
Xaviou:
Ubuntu 6.10 & 7.04 Amd64 tar.gz archive (containing '.deb' installers builds with wx2.8.6) can be found here.
Not yet tested on Ubuntu 7.10
SR:
Slackware build updated to revision 4545
http://sr.mcdir.ru/blogs/index.php?blog=7&p=127&more=1&c=1
Jenna:
repository with nightlies (slow because it's a home-server via dsl)
actually svn4545
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 ---
Navigation
[0] Message Index
[#] Next page
Go to full version