Subject: | compilation error (Wx 0.71, wxWidgets 2.8.3) |
using wxWidgets 2.8.3 (unicode, shared), Alien::wxWidgets 0.31,
compiling Wx-0.71 I get the following error:
g++ -c -I. -I../..
-I/usr/local/wxWidgets-2.8.3/lib/wx/include/gtk2-unicode-release-2.8
-I/usr/local/wxWidgets-2.8.3/include/wx-2.8 -pthread -O2
-DVERSION=\"0.01\" -DXS_VERSION=\"0.01\" -fpic
"-I/usr/local/perl-5.8.8/lib/i686-linux/CORE" -DWXPL_EXT
-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ XRC.c
XRC.c: In function ‘void XS_Wx__XmlResource_SetDomain(CV*)’:
XRC.c:716: error: duplicate ‘const’
make[2]: *** [XRC.o] Error 1
make[2]: Leaving directory `/home/andrew/build/Wx-0.71/ext/xrc'
make[1]: *** [subdirs] Error 2
make[1]: Leaving directory `/home/andrew/build/Wx-0.71/ext'
make: *** [subdirs] Error 2
I get the same error on MSW using mingw.