Hi, I finally found my around the QT error trying to compile scribus from CVS (my env was set to gcc 4, scribus needs gcc3.3), but now when I start Make I get another error. Can somebody help?
the output of make: Configuration Summary: Libraries: Freetype2 installed: Yes Fontconfig found: Yes CUPS installed: Yes LittleCMS installed: Yes libtiff installed: Yes Libxml2 installed: Yes Python installed: Yes Configuration options: Debugging enabled: No cairo enabled: No Other details: GhostScript 8.51 was found at /sw/bin/gs Good - your configure finished. Start make now PowerMac-G5:/Scribus root# make cd . && make -f admin/Makefile.common configure.in ; make all-recursive cd . && make -f admin/Makefile.common configure.in ; Making all in scribus cd .. && \ /bin/sh /Scribus/admin/missing --run automake-1.6 --gnu scribus/Makefile cd .. && perl admin/am_edit scribus/Makefile.in cd .. && /bin/sh ./config.status scribus/Makefile depfiles config.status: creating scribus/Makefile config.status: executing depfiles commands Making all in pixbuf source='gdk-pixbuf-xlib.c' object='gdk-pixbuf-xlib.lo' libtool=yes \ depfile='.deps/gdk-pixbuf-xlib.Plo' tmpdepfile='.deps/gdk-pixbuf-xlib.TPlo' \ depmode=gcc3 /bin/sh ../../admin/depcomp \ /bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/sw/include/qt -I/usr/X11R6/include -DQT_THREAD_SUPPORT -I/sw/include -I../../scribus -I../../scribus -O2 -I/sw/include -c -o gdk-pixbuf-xlib.lo `test -f 'gdk-pixbuf-xlib.c' || echo './'`gdk-pixbuf-xlib.c source='gdk-pixbuf-xlib-render.c' object='gdk-pixbuf-xlib-render.lo' libtool=yes \ depfile='.deps/gdk-pixbuf-xlib-render.Plo' tmpdepfile='.deps/gdk-pixbuf-xlib-render.TPlo' \ depmode=gcc3 /bin/sh ../../admin/depcomp \ /bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/sw/include/qt -I/usr/X11R6/include -DQT_THREAD_SUPPORT -I/sw/include -I../../scribus -I../../scribus -O2 -I/sw/include -c -o gdk-pixbuf-xlib-render.lo `test -f 'gdk-pixbuf-xlib-render.c' || echo './'`gdk-pixbuf-xlib-render.c source='gdk-pixbuf-xlib-drawable.c' object='gdk-pixbuf-xlib-drawable.lo' libtool=yes \ depfile='.deps/gdk-pixbuf-xlib-drawable.Plo' tmpdepfile='.deps/gdk-pixbuf-xlib-drawable.TPlo' \ depmode=gcc3 /bin/sh ../../admin/depcomp \ /bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/sw/include/qt -I/usr/X11R6/include -DQT_THREAD_SUPPORT -I/sw/include -I../../scribus -I../../scribus -O2 -I/sw/include -c -o gdk-pixbuf-xlib-drawable.lo `test -f 'gdk-pixbuf-xlib-drawable.c' || echo './'`gdk-pixbuf-xlib-drawable.c gdk-pixbuf-xlib-drawable.c: In function `rgb565amsb': gdk-pixbuf-xlib-drawable.c:523: warning: assignment from incompatible pointer type gdk-pixbuf-xlib-drawable.c: In function `rgb555msb': gdk-pixbuf-xlib-drawable.c:646: warning: assignment from incompatible pointer type source='gdk-pixbuf-xlibrgb.c' object='gdk-pixbuf-xlibrgb.lo' libtool=yes \ depfile='.deps/gdk-pixbuf-xlibrgb.Plo' tmpdepfile='.deps/gdk-pixbuf-xlibrgb.TPlo' \ depmode=gcc3 /bin/sh ../../admin/depcomp \ /bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/sw/include/qt -I/usr/X11R6/include -DQT_THREAD_SUPPORT -I/sw/include -I../../scribus -I../../scribus -O2 -I/sw/include -c -o gdk-pixbuf-xlibrgb.lo `test -f 'gdk-pixbuf-xlibrgb.c' || echo './'`gdk-pixbuf-xlibrgb.c /bin/sh ../../libtool --silent --mode=link gcc -I../../scribus -I../../scribus -O2 -I/sw/include -L/sw/lib -o libpixbuf.so gdk-pixbuf-xlib.lo gdk-pixbuf-xlib-render.lo gdk-pixbuf-xlib-drawable.lo gdk-pixbuf-xlibrgb.lo ld: Undefined symbols: _main _XFree _XGetWindowAttributes _XQueryTree _XSetErrorHandler _XSync _XTranslateCoordinates _XAllocColor _XAllocColorCells _XCreateColormap _XCreateGC _XCreateImage _XFlush _XFreeColors _XGetVisualInfo _XPutImage _XQueryColors _XScreenNumberOfScreen _XSetBackground _XSetForeground make[3]: *** [libpixbuf.so] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2
