first of all I would like to tell that the 2.4 release of wx builds ok (that's a good point to start, I think).
But, did someone here succeeded to build wx 2.5 snapshots on Solaris ? If so I would be interested in the configuration (compiler, os and so on) used to do the build.
Here is the build error of our wx snap (I'll give the full configure line later):
./bk-deps g++ -c -o monolib_intl.o -D__WXGTK__ -I./include
-I./src/expat/lib -DwxUSE_BASE=1 -D__WXDEBUG__ -Ilib/wx/include/gtk2ud-2.5
-I./include -threads -I/home/testuser/usr/include/gtk-2.0
-I/home/testuser/usr/lib/gtk-2.0/include
-I/home/testuser/usr/include/atk-1.0
-I/home/testuser/usr/include/pango-1.0 -I/usr/openwin/include
-I/home/testuser/usr/include/glib-2.0
-I/home/testuser/usr/lib/glib-2.0/include -I
/home/testuser/usr/include -g -O0 -I /home/testuser/usr/include
-pthreads -D_REENTRANT -Wall src/common/intl.cpp
In file included from src/common/intl.cpp:49:
include/wx/intl.h:40: warning: `_N' redefined
/usr/include/iso/ctype_iso.h:38: warning: this is the location of the
previous definition
src/common/intl.cpp: In method `bool wxPluralFormsScanner::nextToken()':
src/common/intl.cpp:241: `_N' undeclared (first use this function)
src/common/intl.cpp:241: (Each undeclared identifier is reported only once
src/common/intl.cpp:241: for each function it appears in.)
gmake: *** [monolib_intl.o] Error 1
Andreas does it talk to you (I mean, something to do with one of your patches ?) ?
In fact I had no time to look further in the source to see if I understand a piece of line.
Regards, Raphaël
---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend