[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]

[XaraXtreme-dev] More wxgtk issues on Gentoo



A while back we worked out some issues with wxgtk on Gentoo. Since then I set up a weekly automatic svn build and it has been compiling fine until got this error on yesterday's build:

make[2]: Entering directory `/home/dfort/src/XaraLX/XaraLX/wxOil'
if g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"XaraLX\" -DVERSION=\"0.7\" -DENABLE_BINRELOC= -DHAVE_LIBPTHREAD=1 -DBR_PTHREAD=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_VOIDP=8 -DSIZEOF_LONG_LONG=8 -DSIZEOF_LONG=8 -DSIZEOF_INT=4 -DSIZEOF_SHORT=2 -DSIZEOF___INT64=0 -I. -I. -Wall -Wno-unknown-pragmas -g -fexceptions -O3 -fno-strict-aliasing -Wstrict-aliasing=2 -I/usr/lib64/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 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2 -I../PreComp -I../wxOil -I.././Kernel -I.././wxOil -I.././wxOil/Res -I.././tools -I.././GDraw -I.././PreComp -I.././wxXtra -DUSE_NATIVE_XLONG -DBUILDSHADOWS -DOLD_MATRIX_TRANSFORMATIONS -DVECTOR_STROKING -DEXCLUDE_FROM_XARALX -DNEW_SHADOW_RENDER -DNO_XARACMS -DNEW_FEATURES -DSHOWPORTNOTE -DDO_EXPORT -MT libwxOil_a-errors.o -MD -MP -MF ".deps/libwxOil_a-errors.Tpo" -c -o libwxOil_a-errors.o `test -f 'errors.cpp' || echo './'`errors.cpp; \ then mv -f ".deps/libwxOil_a-errors.Tpo" ".deps/libwxOil_a-errors.Po"; else rm -f ".deps/libwxOil_a-errors.Tpo"; exit 1; fi
errors.cpp:345: error: expected class-name before '{' token
make[2]: *** [libwxOil_a-errors.o] Error 1
make[2]: Leaving directory `/home/dfort/src/XaraLX/XaraLX/wxOil'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/dfort/src/XaraLX/XaraLX/wxOil'
make: *** [all-recursive] Error 1