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

[XaraXtreme-dev] Re: [XaraXtreme-commits] Commit Complete



On Sunday 28 May 2006 11:09, subversion@xxxxxxxxxxxxxx wrote:
> Commit by  : alex
> Repository : xara
> Revision   : 1201
> Date       : Sun May 28 15:09:46 BST 2006
>
> Changed paths:
>    M /Trunk/XaraLX/wxOil/Makefile.am
>
> Do not remove resources.cpp when making clean build

Now I get this error on a build from a clean checkout of rev. 1201:

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/X11R6/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   
-I/usr/include/freetype2 -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API 
-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/X11R6/include 
-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 -O2 -g -march=i386 -mtune=i686 -Wall 
-Wno-unknown-pragmas -g -fexceptions  
-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/X11R6/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   
-I/usr/include/freetype2 -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API 
-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/X11R6/include 
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/libxml2 
-MT opclip.o -MD -MP -MF ".deps/opclip.Tpo" -c -o opclip.o opclip.cpp; \
then mv -f ".deps/opclip.Tpo" ".deps/opclip.Po"; else rm -f 
".deps/opclip.Tpo"; exit 1; fi
rm -f libTools.a
ar cru libTools.a opdrbrsh.o zoomtool.o zoomops.o blndtool.o opbevel.o 
dragtool.o viewmod.o selector.o selinfo.o tranlate.o oprotate.o opscale.o 
opshear.o opsquash.o opflip.o pushtool.o rectangl.o regshape.o eliptool.o 
oprshape.o filltool.o beztool.o opbezier.o opshadow.o shadtool.o shadinfo.o 
freeinfo.o opfree.o opdrbrsh.o freehand.o opretro.o moldtool.o bevinfo.o 
bevtool.o cntrtool.o opcntr.o pentool.o texttool.o textinfo.o textops.o 
opclip.o
ranlib libTools.a
make[1]: Leaving directory `/build/svn/xara/BUILD/XaraLX-0.5r1201/tools'
Making all in po
make[1]: Entering directory `/build/svn/xara/BUILD/XaraLX-0.5r1201/po'
Makefile:431: warning: overriding commands for target `XaraLX.pot-update'
Makefile:155: warning: ignoring old commands for target `XaraLX.pot-update'
Makefile:431: warning: overriding commands for target `XaraLX.pot'
Makefile:184: warning: ignoring old commands for target `XaraLX.pot'
sed -e '/^#/d' remove-potcdate.sin > t-remove-potcdate.sed
mv t-remove-potcdate.sed remove-potcdate.sed
make[1]: *** No rule to make target `../wxOil/xrc/xaralx.po', needed by 
`XaraLX.pot'.  Stop.
make[1]: Leaving directory `/build/svn/xara/BUILD/XaraLX-0.5r1201/po'
make: *** [all-recursive] Error 1