User forums > Nightly builds
The 28 february 2007 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
To fix the menu alignment bug introduced in wx 2.6.3 [windows only bug] we have patched wx ourselves, and that results in the following alternative dll : http://prdownload.berlios.de/codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2AndCbPatch_version3.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 28 February 2007 build is out.
- Windows : http://prdownload.berlios.de/codeblocks/CB_20070228_rev3652_win32.7z
- Linux :
http://prdownload.berlios.de/codeblocks/CB_20070228_rev3652_Ubuntu6.xx.deb
http://prdownload.berlios.de/codeblocks/CB_20070228_rev3652_suse100-102.i586.rpm (not yet)
http://prdownload.berlios.de/codeblocks/CB_20070228_rev3652_fc4+5.i586.rpm (not yet)
Resolved Fixed:
* Removed deprecated compiler options from MSVC 8
* Batch-building improvements:
- Added --clean command line option (patch #1888).
- Don't load syntax highlighting files (not needed and time-consuming).
- Batch build log uses the same log as in normal operation (errors/warnings colouring, progress display, etc)
* Command line option --target now accepts "ask" as a value. In this case, a target selection pops-up for the user to choose the target
* Fixed: [Bug #10466] Adding new file with the same name already in project
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) (is fixed with our special wx263/wx28 dll)
Xaviou:
Ubuntu 6.10 Amd64 .deb installer is here.
jpaterso:
--- Quote from: killerbot on February 28, 2007, 08:08:27 pm ---
* Batch-building improvements:
- Added --clean command line option (patch #1888).
- Don't load syntax highlighting files (not needed and time-consuming).
- Batch build log uses the same log as in normal operation (errors/warnings colouring, progress display, etc)
--- End quote ---
Awesome! Thanks so much :)
joubertdj:
:( Hi there, long time no see everyone...
I have been keeping my SVN up to date, but have not builded anything for about a month... (Yeah I know... but my patches don't get comments or implemented so why bother right? ...)
Now that I want to program again... building C::B gives me errors in file compileroptionsbase.cpp it says the following:
--- Quote ---Compiling: sdk\compileoptionsbase.cpp
C:\temp\CodeBlocksSVN\src\sdk\compileoptionsbase.cpp: In constructor 'CompileOptionsBase::CompileOptionsBase()':
C:\temp\CodeBlocksSVN\src\sdk\compileoptionsbase.cpp:37: error: 'spAll' was not declared in this scope
C:\temp\CodeBlocksSVN\src\sdk\compileoptionsbase.cpp: At global scope:
C:\temp\CodeBlocksSVN\src\sdk\compileoptionsbase.cpp:49: error: no 'void CompileOptionsBase::AddPlatform(int)' member function declared in class 'CompileOptionsBase'
C:\temp\CodeBlocksSVN\src\sdk\compileoptionsbase.cpp: In member function 'void CompileOptionsBase::AddPlatform(int)':
C:\temp\CodeBlocksSVN\src\sdk\compileoptionsbase.cpp:51: error: no match for 'operator&' in '((CompileOptionsBase*)this)->CompileOptionsBase::m_Platform & platform'
C:\temp\CodeBlocksSVN\src\sdk\compileoptionsbase.cpp:53: error: no match for 'operator|=' in '((CompileOptionsBase*)this)->CompileOptionsBase::m_Platform |= platform'
C:\temp\CodeBlocksSVN\src\sdk\compileoptionsbase.cpp: At global scope:
C:\temp\CodeBlocksSVN\src\sdk\compileoptionsbase.cpp:57: error: no 'void CompileOptionsBase::RemovePlatform(int)' member function declared in class 'CompileOptionsBase'
C:\temp\CodeBlocksSVN\src\sdk\compileoptionsbase.cpp: In member function 'void CompileOptionsBase::RemovePlatform(int)':
C:\temp\CodeBlocksSVN\src\sdk\compileoptionsbase.cpp:59: error: no match for 'operator&' in '((CompileOptionsBase*)this)->CompileOptionsBase::m_Platform & platform'
C:\temp\CodeBlocksSVN\src\sdk\compileoptionsbase.cpp:61: error: no match for 'operator&=' in '((CompileOptionsBase*)this)->CompileOptionsBase::m_Platform &= ~ platform'
C:\temp\CodeBlocksSVN\src\sdk\compileoptionsbase.cpp: At global scope:
C:\temp\CodeBlocksSVN\src\sdk\compileoptionsbase.cpp:65: error: no 'void CompileOptionsBase::SetPlatforms(int)' member function declared in class 'CompileOptionsBase'
C:/temp/wxWidgetsBuild/include/wx/string.h: In member function 'void CompileOptionsBase::SetPlatforms(int)':
C:/temp/wxWidgetsBuild/include/wx/string.h:627: error: 'wxString& wxString::operator=(int)' is private
C:\temp\CodeBlocksSVN\src\sdk\compileoptionsbase.cpp:69: error: within this context
C:\temp\CodeBlocksSVN\src\sdk\compileoptionsbase.cpp: At global scope:
C:\temp\CodeBlocksSVN\src\sdk\compileoptionsbase.cpp:73: error: no 'int CompileOptionsBase::GetPlatforms() const' member function declared in class 'CompileOptionsBase'
C:\temp\CodeBlocksSVN\src\sdk\compileoptionsbase.cpp: In member function 'int CompileOptionsBase::GetPlatforms() const':
C:\temp\CodeBlocksSVN\src\sdk\compileoptionsbase.cpp:75: error: invalid conversion from 'const wxChar*' to 'int'
C:\temp\CodeBlocksSVN\src\sdk\compileoptionsbase.cpp: At global scope:
C:\temp\CodeBlocksSVN\src\sdk\compileoptionsbase.cpp:78: error: no 'bool CompileOptionsBase::SupportsCurrentPlatform() const' member function declared in class 'CompileOptionsBase'
C:\temp\CodeBlocksSVN\src\sdk\compileoptionsbase.cpp: In member function 'bool CompileOptionsBase::SupportsCurrentPlatform() const':
C:\temp\CodeBlocksSVN\src\sdk\compileoptionsbase.cpp:81: error: 'spWindows' was not declared in this scope
Process terminated with status 1 (0 minutes, 3 seconds)
14 errors, 0 warnings
--- End quote ---
Any help will be appreciated...
joubertdj:
:shock: No worries... fixed it... it was my GCC version... I used the version found at :http://oss.netfarm.it/mplayer-win32.php
It is actually the first time it broke some things ... :?
Compiled just fine with my 3.4.5
Navigation
[0] Message Index
[#] Next page
Go to full version