User forums > Nightly builds
The 04 december 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 04 December 2006 build is out.
- Windows : http://prdownload.berlios.de/codeblocks/CB_20061204_rev3337_win32.7z
- Linux :
http://prdownload.berlios.de/codeblocks/CB_20061204_rev3337_Ubuntu6.06.deb (not yet)
http://prdownload.berlios.de/codeblocks/CB_20061204_rev3337_suse100+101.rpm (not yet)
http://prdownload.berlios.de/codeblocks/CB_20061204_rev3337_fc4+5.rpm (not yet)
Resolved Fixed:
* Fixed recent crash on exit (symbols browser)
* Support for variables in C/C++ parser search dirs
* Don't auto-detect compiler include/lib dirs if user has already unset them
* If a build target contains no linkable objects, do not generate a "link" command line
* SourceExporter: HTML and RTF files can be saved now in a path with unicode characters
* fixed crash when opening a workspace (in macrosmanager)
* fixed bugs #9533 and #9546 by applying patch #1664, thanks biplab
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)
notBlahButBlahBlah:
hi,
on deb etch (gcc 4.1.2) with trunk svn I get error make :
--- Quote --- g++ -DHAVE_CONFIG_H -I. -I. -I../../../src/sdk -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_LARGEFILE_SOURCE=1 -DNO_GCC_PRAGMA -O2 -ffast-math -g -O2 -DCB_PRECOMP -Winvalid-pch -fPIC -DPIC -MT tinywxuni.lo -MD -MP -MF .deps/tinywxuni.Tpo -c tinywxuni.cpp -fPIC -DPIC -o .libs/tinywxuni.o
In file included from ../sdk_precomp.h:8,
from tinywxuni.cpp:4:
../sdk_common.h:89:32: error: wx/wxscintilla.h: No such file or directory
../cbeditor.h:23: error: expected class-name before '{' token
../cbeditor.h:313: error: 'wxScintillaEvent' has not been declared
../cbeditor.h:314: error: 'wxScintillaEvent' has not been declared
../cbeditor.h:315: error: 'wxScintillaEvent' has not been declared
../cbeditor.h:316: error: 'wxScintillaEvent' has not been declared
../cbeditor.h:317: error: 'wxScintillaEvent' has not been declared
../cbeditor.h:318: error: 'wxScintillaEvent' has not been declared
../cbeditor.h:319: error: 'wxScintillaEvent' has not been declared
../cbeditor.h:320: error: 'wxScintillaEvent' has not been declared
../cbeditor.h:321: error: 'wxScintillaEvent' has not been declared
../cbeditor.h:322: error: 'wxScintillaEvent' has not been declared
../editorcolourset.h:44: error: 'wxSCI_KEYWORDSET_MAX' was not declared in this scope
../editorcolourset.h:52: error: 'wxSCI_KEYWORDSET_MAX' was not declared in this scope
make[4]: *** [tinywxuni.lo] Erreur 1
--- End quote ---
best regards and good night :wink:
sethjackson:
Same thing happens on FreeBSD....
killerbot:
that cpp file is not including the correct headers, some are missing, earlier today there was a reduction to a simple "sdk_precomp.h" include, but that's not good enough.
I will have a look at it tomorrow, if Morton hasn't beaten me to it ;-)
[EDIT] for me it's now tomorrow ;-)
committed, probably the include paths are not 100% correct in the autotools build ?? ...
I think the sdk dir should be added, can someone confirm or proof the opposite ?
pasgui:
I changes in the tinyxml Makefile:
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/src/sdk -I$(top_builddir)/src/sdk/wxscintilla/include
instead of
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/src/sdk
I thinks there is a best way to fix this problem but........ :shock:
Best regards
Navigation
[0] Message Index
[#] Next page
Go to full version