[Ipe-discuss] problem with compiling under SuSE Linux 7.3

Rainer Typke rainer.typke at cs.uu.nl
Fri Aug 29 15:31:16 CEST 2003


Hello,

 I tried to follow the instructions carefully, but I run into a problem 
with various .pro files.
I am using tmake because I am using qt 2.3, which does not include qmake 
yet.

toshiba:/tmp/ipe-6.0pre10/src # make
for i in xpdflib ipelib tools ipelets ipe; do ( if [ -d $i ]; then cd $i ;
pro=asename $i.pro ; tmake $pro -o Makefile; grep "TEMPLATE.*subdirs" $pro
2>/dev/null >/dev/null && make -f Makefile tmake_all || true; fi; ) ; done
tmake error: xpdflib.pro:6: Syntax error
tmake error: ipelib.pro:40: Syntax error
make[1]: Entering directory /tmp/ipe-6.0pre10/src/tools'
for i in ipe5toxml pdftoipe; do ( if [ -d $i ]; then cd $i ; pro=asename
$i.pro ; tmake $pro -o Makefile; grep "TEMPLATE.*subdirs" $pro 2>/dev/null
 >/dev/null && make -f Makefile tmake_all || true; fi; ) ; done
make[1]: Leaving directory /tmp/ipe-6.0pre10/src/tools'
make[1]: Entering directory /tmp/ipe-6.0pre10/src/ipelets'
for i in kgon goodies align image; do ( if [ -d $i ]; then cd $i ;
pro=asename $i.pro ; tmake $pro -o Makefile; grep "TEMPLATE.*subdirs" $pro
2>/dev/null >/dev/null && make -f Makefile tmake_all || true; fi; ) ; done
make[1]: Leaving directory /tmp/ipe-6.0pre10/src/ipelets'
tmake error: ipe.pro:67: Syntax error
cd xpdflib; make
make[1]: Entering directory /tmp/ipe-6.0pre10/src/xpdflib'
make[1]: *** No targets specified and no makefile found.  Stop.
make[1]: Leaving directory /tmp/ipe-6.0pre10/src/xpdflib'
make: *** [xpdflib

The syntax errors are in lines like e. g. xpdflib.pro:6:

linux-g++:QMAKE_CXXFKAGS_WARN_ON += Wno-unused -Wno-sign-compare

Any help would be greatly appreciated.

Rainer




More information about the Ipe-discuss mailing list