User forums > Nightly builds
The 06 august 2007 build (4352) 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 06 August 2007 build is out.
- Windows :
http://prdownload.berlios.de/codeblocks/CB_20070806_rev4352_win32.7z
- Linux :
http://prdownload.berlios.de/codeblocks/CB_20070806_rev4352_Ubuntu6.10+7.04_wx2.8.4.tar.gz
http://prdownload.berlios.de/codeblocks/CB_20070806_rev4352_Debian4.0_wx2.8.4.tar.gz
http://prdownload.berlios.de/codeblocks/CB_20070806_rev4352_suse100-102.wx28.i586.rpm (not yet)
http://prdownload.berlios.de/codeblocks/CB_20070806_rev4352_fc4+5.i586.rpm (not yet)
Resolved Fixed:
* Added --safe-mode command-line option (all plugins are disabled on startup)
* Fixed out-of-place builds with autotools (bug #11607)
* Added cbProject::GetExtensionsNode() and cbProject::AddToExtensions(). The latter is exposed to scripts. Read the function docs on how to use it
Regressions/Confirmed/Annoying/Common bugs:
* toolbar-images-not-changing-state (is a wx problem/Win XP problem)
SR:
Slackware build updated to revision 4353
http://sr.mcdir.ru/blogs/index.php?blog=7&p=127&more=1
mariocup:
The message console appears always after editing the enviroment settings.
If the message console is closed (F2) and the settings are edited using the environment menu then after closing the settings dialog the message console will be opened. :?
szczepan:
--- Quote from: killerbot on August 06, 2007, 06:57:16 pm ---Fixed out-of-place builds with autotools (bug #11607)
--- End quote ---
Nope, not fixed. There are more instances of this bug. You fixed one, but another one stops the show:
--- Code: ---make[4]: Entering directory `/home/rulatir/works/CB/build/src/plugins/todo/resources'
make[4]: *** No rule to make target `*.xrc', needed by `todo.zip'. Stop.
make[4]: Leaving directory `/home/rulatir/works/CB/build/src/plugins/todo/resources'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/rulatir/works/CB/build/src/plugins/todo'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/rulatir/works/CB/build/src/plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/rulatir/works/CB/build/src'
make: *** [all-recursive] Error 1
--- End code ---
A thorough search over ALL zipfile rules seems necessary.
killerbot:
--- Quote from: mariocup on August 07, 2007, 12:30:08 am ---The message console appears always after editing the enviroment settings.
If the message console is closed (F2) and the settings are edited using the environment menu then after closing the settings dialog the message console will be opened. :?
--- End quote ---
maybe some debugging stuff is being written to the debug pane of the message console and put's focus to it ??
Navigation
[0] Message Index
[#] Next page
Go to full version