User forums > Using Code::Blocks
wxSmith build
tiwag:
what is the proposed (best) way to build wxsmith under linux ?
i couldn't find a linux CB-projectfile for the actual SVN version
[edit]
it seems as answers this
--- Quote from: mandrav on November 17, 2005, 11:15:58 pm ---Well, I 've added it in the build. wxSmith builds when configure runs with --enable-contrib.
I got to tell you: it works SWEET :D
--- End quote ---
my primary question how to build :D
byo:
I've removed cbp for unix - it compiles with automake, compiling using .cbp file caused many problems (f.ex. what's deestination path)
Simply run: ./configure --enable-contrib instead of ./configure and it compiles :D
But I must warn - I haven't work with wxSmith on Linux for some time and I don't know how stable it's on this platform
tiwag:
--- Quote from: byo on December 31, 2005, 12:38:58 am ---... I haven't work with wxSmith on Linux for some time and I don't know how stable it's on this platform
--- End quote ---
we'll see - then you get reports :D
rudin:
I got the following error on SVN rev 1627, wxGTK 2.6.2, Slackware 10.2, and it seems related to wxSmith:
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 -I../../../../../src/sdk -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/sdk/propgrid/include -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 -g -O2 -O2 -ffast-math -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 -MT wxsstdmanager.lo -MD -MP -MF .deps/wxsstdmanager.Tpo -c wxsstdmanager.cpp -fPIC -DPIC -o .libs/wxsstdmanager.o
In file included from ../properties/wxsstringlistcheckproperty.h:4,
from wxschecklistbox.h:5,
from wxsstdmanager.cpp:40:
../../../../../src/sdk/propgrid/include/wx/propgrid/propdev.h:18:3: #error "propdev.h must be included *before* advprops.h"
make[6]: *** [wxsstdmanager.lo] Error 1
make[6]: Leaving directory `/home/ruslan/codeblocks-build/trunk/src/plugins/contrib/wxSmith/defwidgets'
make[5]: *** [all-recursive] Error 1
make[5]: Leaving directory `/home/ruslan/codeblocks-build/trunk/src/plugins/contrib/wxSmith'
make[4]: *** [all] Error 2
make[4]: Leaving directory `/home/ruslan/codeblocks-build/trunk/src/plugins/contrib/wxSmith'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/ruslan/codeblocks-build/trunk/src/plugins/contrib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/ruslan/codeblocks-build/trunk/src/plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ruslan/codeblocks-build/trunk/src'
make: *** [all-recursive] Error 1
tiwag:
--- Quote from: rudin on December 31, 2005, 09:05:38 am ---I got the following error on SVN rev 1627, wxGTK 2.6.2, Slackware 10.2, and it seems related to wxSmith:
...
--- End quote ---
i've just built SVN rev 1628 on Ubuntu 5.10 wxGTK 2.6.1-unicode-shared
using G++ 4.0.2 and didn't get any errors
Navigation
[0] Message Index
[#] Next page
Go to full version