Scribus/KDE/OS X

Kevin Walzer <[email protected]> Wed, 7 Jan 2004 17:35:30 -0500
Newsgroups gmane.comp.kde.darwin
Message-ID <[email protected]>
The success of the KDE/Darwin team has gotten me trying to compile 
Scribus natively on OS X by linking against QT/Mac and the KDE-support 
libraries that you have packaged. I've been getting two separate error 
messages when I compile:


In file included from ../../scribus/pageitem.h:30,
                  from ../../scribus/page.h:29,
                  from ../../scribus/scribusview.h:33,
                  from ../../scribus/scribus.h:48,
                  from prefs.h:27,
                  from prefs.cpp:1:
../../scribus/scpainter.h:155: error: 'GC' is used as a type, but is not
    defined as a type.
make[3]: *** [prefs.lo] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

On a whim, when I hack the "gc" stuff out, I'm able to get further but 
then I get this:



source='autoform.cpp' object='autoform.o' libtool=no \
depfile='.deps/autoform.Po' tmpdepfile='.deps/autoform.TPo' \
depmode=gcc3 /bin/sh ../admin/depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/kde/include/libart-2.0
-I/usr/local/include -I/usr/local/include/freetype2
-I/usr/local/qt/include -I/usr/X11R6/include  -DQT_THREAD_SUPPORT   -O2
-fno-exceptions -fno-check-new -c -o autoform.o `test -f 'autoform.cpp'
|| echo './'`autoform.cpp
autoform.cpp:11:24: autoform.moc: No such file or directory
make[2]: *** [autoform.o] Error 1
make[1]: *** [install-recursive] Error 1
make: *** [install-recursive] Error 1
[Kevin-Walzers-Computer:~/Desktop/scribus-1.1.4] kevinwal%

This last one looks like a QT problem. Any advice?