Roberto wrote: > 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 > > PowerMac-G5:/Scribus root# make > ... > 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
It looks as if you did not specify --enable-mac (this turns on Qt/Mac support and disables Qt/X11 support). /Andreas
