Craig Bradney wrote: > On Mon, 2004-04-12 at 01:46, Philipp Wagner wrote: > >>Hi, >>I downloaded the newest development version (1.1.6) of Scribus and get >>the following error during the compiling: >> >>source='page.cpp' object='page.o' libtool=no \ >>depfile='.deps/page.Po' tmpdepfile='.deps/page.TPo' \ >>depmode=gcc /bin/sh ../admin/depcomp \ >>g++ -DHAVE_CONFIG_H -I. -I. -I.. >>-I/home/philipp/kde3.2.1/include/libart-2.0 -I/usr/include/freetype2 >>-I/home/philipp/kde3.2.1/include -I/usr/X11R6/include >>-DQT_THREAD_SUPPORT -D_REENTRANT -O2 -fno-exceptions -fno-check-new >>-c -o page.o `test -f 'page.cpp' || echo './'`page.cpp >>page.cpp: In method `void Page::PasteItem(CLBuf *, bool, bool = false)': >>page.cpp:7932: ambiguous overload for `bool ? const char[5] : QString &' >>page.cpp:7932: candidates are: operator ?:(bool, QString, QString) <builtin> >>page.cpp:7932: operator ?:(bool, const char *, const >>char *) <builtin> >>make[3]: *** [page.o] Error 1 >> >>I'm using KDE 3.2.1 on a Debian Woody system. freetype2 seems to be >>version 2.0.9 (at least freetype.h says so). Configure runs without any >>problems. >>If you need any additional data, please ask. > > > > What version of gcc? I need to be 3.0+, 3.2+ preferably.
philipp at crystal:/usr/include/freetype2/freetype$ gcc -v Reading specs from /usr/lib/gcc-lib/i386-linux/2.95.4/specs gcc version 2.95.4 20011002 (Debian prerelease) That's the first thing. Then I looked once again on the 'system requirements' page and found that freetype2 2.1 or higher is required. Could that be the problem, too? Because an update of freetype would be a bit easier than an update of gcc (ok, both are not really fun, especially under Debian - but I don't have anything else here ;-)). > > Craig
