Am Donnerstag, 1. Mai 2003 22:42 schrieb Paul: > Hi > > http://www.paulf-johnson.pwp.blueyonder.co.uk/scribus-010503.tar.bz2 > > Should be up in the next 10 minutes > > TTFN > > Paul Hello Paul,
On my debian box it is necessary to type ./configure --with-qt-libraries=/usr/lib/qt3 --with-qt-includes=/usr/include/ If I run make on my debian box the compilation fails: source='main.cpp' object='main.o' libtool=no \ depfile='.deps/main.Po' tmpdepfile='.deps/main.TPo' \ depmode=gcc3 /bin/sh ../admin/depcomp \ g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/freetype2 -I/usr/include/qt3/ -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -O2 -fno-exceptions -fno-check-new -c -o main.o `test -f 'main.cpp' || echo './'`main.cpp main.cpp: In function `int main(int, char**)': main.cpp:40: invalid operands of types `const char[19]' and `const char[9]' to binary `operator+' main.cpp:41: conversion from `std::string' to non-scalar type `QString' requested main.cpp:156:15: warning: extra tokens at end of #endif directive And if I use the main.cpp you offered yesterday: source='main.cpp' object='main.o' libtool=no \ depfile='.deps/main.Po' tmpdepfile='.deps/main.TPo' \ depmode=gcc3 /bin/sh ../admin/depcomp \ g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/freetype2 -I/usr/include/qt3/ -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -O2 -fno-exceptions -fno-check-new -c -o main.o `test -f 'main.cpp' || echo './'`main.cpp main.cpp: In function `int main(int, char**)': main.cpp:41: conversion from `std::string' to non-scalar type `QString' requested make[3]: *** [main.o] Error 1 I got the same thing like Patrick. Kind regards Gerhard
