User forums > Nightly builds
The 11 october 2006 build is out.
killerbot:
Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml
A link to the unicode windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2.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
For support of ansi builds, a link to the ansi windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw26_gcc_cb_wx2.6.3p2.7z
The 11 October 2006 build is out.
- Windows : http://prdownload.berlios.de/codeblocks/CB_20061011_rev3074_win32.7z
- Linux :
http://prdownload.berlios.de/codeblocks/CB_20061011_rev3074_Ubuntu6.06.deb
http://prdownload.berlios.de/codeblocks/CB_20061011_rev3074_suse100+101.rpm
Resolved Fixed:
* show filename on TinyXml errors for the user to e.g. manually fix (if possible)
* Fixed bug in new build process: if the build failed, the remaining jobs were not removed from the queue
* Fixed bug with macros substitution during the build process
* Substitute macros when cleaning a build
* Gnu ARM and MinGW : ar -s instead of ranlib
* upgrade to wxFlatNotebook 2.0 and introducing 2 new CB features :
a) "X" close button on every tab in the EditorManager (old "X" button removed)
b) ctrl-shift-tab advanced tabbing (turn this on in settings->environment->notebooks appearance->Use Smart Tab-switching scheme
* Fixed wxFlatNotebook to emit the page changing/changed events every time the selection changes (would only emit them if changed using the mouse). This should also fix some issues with info about the active editor being out-of-sync
Regressions/Confirmed/Annoying/Common bugs:
* toolbar-images-not-changing-state (is a wx problem/Win XP problem)
* menu items with icon not correctly aligned (since wx263)
Maddin:
Thanks for the advanced tabbing!
But why is it that everytime I save a file the application totaly freezes for about 5 seconds?
EDIT: rev 3074 Windows Unicode
cstudent:
I've gotten the following errors while trying to build for Ubuntu 6.06
configmanager-revision.cpp:13:26: error: autorevision.h: No such file or directory
configmanager-revision.cpp: In static member function 'static wxString ConfigManager::GetRevisionString()':
configmanager-revision.cpp:17: error: 'LSVN_REVISION' was not declared in this scope
configmanager-revision.cpp: In static member function 'static unsigned int ConfigManager::GetRevisionNumber()':
configmanager-revision.cpp:22: error: 'autorevision' has not been declared
configmanager-revision.cpp:22: error: 'svn_revision' was not declared in this scope
configmanager-revision.cpp: In static member function 'static wxString ConfigManager::GetSvnDate()':
configmanager-revision.cpp:27: error: 'LSVN_DATE' was not declared in this scope
make[5]: *** [configmanager-revision.lo] Error 1
autorevision.h does not exist in the sdk directory.
thomas:
--- Quote from: Maddin on October 11, 2006, 08:06:31 pm ---Thanks for the advanced tabbing!
But why is it that everytime I save a file the application totaly freezes for about 5 seconds?
EDIT: rev 3074 Windows Unicode
--- End quote ---
Code completion...
thomas:
--- Quote from: cstudent on October 11, 2006, 08:28:57 pm ---autorevision.h does not exist in the sdk directory.
--- End quote ---
That file is generated during the build process.
Do you get an error message if you run autorevision (found in the tools directory) from the shell?
Navigation
[0] Message Index
[#] Next page
Go to full version