[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]
[XaraXtreme-dev] Compile error with freetype-2.2.1
- From: Indy500 <indy5001@xxxxxx>
- Date: Mon, 22 May 2006 22:33:02 +0200
- Subject: [XaraXtreme-dev] Compile error with freetype-2.2.1
Hi list,
since I installed freetype-2.2.1 (Debian SID), Xara doesn't compile
anymore. It breaks here:
if g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\"
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"XaraLX\"
-DVERSION=\"0.5\" -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 -DHAVE_DLFCN_H=1 -DSIZEOF_VOIDP=4
-DSIZEOF_LONG_LONG=8 -DSIZEOF_LONG=4 -DSIZEOF_INT=4 -DSIZEOF_SHORT=2
-DSIZEOF___INT64=0 -DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1
-I. -I. -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
-DNO_GCC_PRAGMA -I/usr/include/pango-1.0 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/freetype2
-I/usr/include/gtk-2.0 -I/usr/lib/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/lib/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 -Wall -Wno-unknown-pragmas -g -fexceptions
-O3 -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
-DNO_GCC_PRAGMA -I/usr/include/pango-1.0 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/freetype2
-I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/libxml2 -MT ftfonts.o -MD
-MP -MF ".deps/ftfonts.Tpo" -c -o ftfonts.o ftfonts.cpp; \
then mv -f ".deps/ftfonts.Tpo" ".deps/ftfonts.Po"; else rm -f
".deps/ftfonts.Tpo"; exit 1; fi
ftfonts.cpp: In static member function »static BOOL
FTFontMan::GetCharOutline(CharDescription&, DocCoord**, PathVerb**,
UINT32*, wxDC*)«:
ftfonts.cpp:1217: Fehler: ungültige Umwandlung von »int (*)(FT_Vector*,
void*)« in »int (*)(const FT_Vector*, void*)«
ftfonts.cpp:1217: Fehler: ungültige Umwandlung von »INT32
(*)(FT_Vector*, void*)« in »int (*)(const FT_Vector*, void*)«
ftfonts.cpp:1217: Fehler: ungültige Umwandlung von »INT32
(*)(FT_Vector*, FT_Vector*, void*)« in »int (*)(const FT_Vector*, const
FT_Vector*, void*)«
ftfonts.cpp:1217: Fehler: ungültige Umwandlung von »INT32
(*)(FT_Vector*, FT_Vector*, FT_Vector*, void*)« in »int (*)(const
FT_Vector*, const FT_Vector*, const FT_Vector*, void*)«
make[3]: *** [ftfonts.o] Fehler 1
make[3]: Leaving directory `/home/indy/csvn/XaraLX/wxOil'
make[2]: *** [all] Fehler 2
make[2]: Leaving directory `/home/indy/csvn/XaraLX/wxOil'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/home/indy/csvn/XaraLX'
make: *** [build-stamp] Fehler 2