User forums > Announcements
Preparing Code::Blocks Release
Smitty:
I have wxWidgets 2.9.0
$> ./configure --with-wxdir=/home/Smitty/dev/sandbox/wxWidgets-2.9.0
Seems to work correctly.
Then
$> make
produces thismake[3]: Entering directory `/home/Smitty/dev/sandbox/codeblocks/src/base/tinyxml'
/bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/home/Smitty/dev/sandbox/wxWidgets-2.9.0/lib/wx/include/gtk2-unicode-release-2.9 -I/home/Smitty/dev/sandbox/wxWidgets-2.9.0/include -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/sdk/wxscintilla/include -I../../../src/include -I../../../src/include/tinyxml -Ulinux -Uunix -O2 -ffast-math -DCB_AUTOCONF -g -O2 -DCB_PRECOMP -Winvalid-pch -fPIC -DPIC -fexceptions -MT tinywxuni.lo -MD -MP -MF .deps/tinywxuni.Tpo -c -o tinywxuni.lo tinywxuni.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/home/Smitty/dev/sandbox/wxWidgets-2.9.0/lib/wx/include/gtk2-unicode-release-2.9 -I/home/Smitty/dev/sandbox/wxWidgets-2.9.0/include -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/sdk/wxscintilla/include -I../../../src/include -I../../../src/include/tinyxml -Ulinux -Uunix -O2 -ffast-math -DCB_AUTOCONF -g -O2 -DCB_PRECOMP -Winvalid-pch -fPIC -DPIC -fexceptions -MT tinywxuni.lo -MD -MP -MF .deps/tinywxuni.Tpo -c tinywxuni.cpp -fPIC -DPIC -o .libs/tinywxuni.o
In file included from ../../../src/include/sdk_common.h:96,
from ../../../src/include/sdk_precomp.h:14,
from tinywxuni.cpp:2:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:2211: error: conflicting declaration ‘typedef long int wxIntPtr’
/home/Smitty/dev/sandbox/wxWidgets-2.9.0/include/wx/defs.h:1110: error: ‘wxIntPtr’ has a previous declaration as ‘typedef ssize_t wxIntPtr’
make[3]: *** [tinywxuni.lo] Error 1
make[3]: Leaving directory `/home/Smitty/dev/sandbox/codeblocks/src/base/tinyxml'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/Smitty/dev/sandbox/codeblocks/src/base'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/Smitty/dev/sandbox/codeblocks/src'
make: *** [all-recursive] Error 1
This is Fedora 12 with all the latest updates.
stahta01:
--- Quote from: Smitty on April 07, 2010, 07:36:23 pm ---I have wxWidgets 2.9.0
$> ./configure --with-wxdir=/home/Smitty/dev/sandbox/wxWidgets-2.9.0
Seems to work correctly.
Then
$> make
This is Fedora 12 with all the latest updates.
--- End quote ---
Please do not use this thread for wx2.9 issues. wxWidgets 2.9.x is a development branch; not a release grade product. Please start a thread somewhere else about this problem; note, the above error is sometimes an 64 bit problem so state your machine as 32 or 64 when you post; I suggest "General (but related to Code::Blocks)" sub-forum.
Tim S.
Smitty:
OK, I'll revert to the current stable wxWidgets.
198710:
Visual Studio 2010 has been released,can anyone here reveal the exact release date of C::B?hope it not far away^_^
ixfd64:
Are we talking about a "stable" release (not a nightly build)? If so, this is really exciting. :mrgreen:
Keep up the good work, y'all! :D
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version