PDA

View Full Version : Mandrake 8.2 / QT 2.3.2 make failure



malishus
05-28-2002, 05:58 AM
Help please!!!

I have had a few problems with this install, but i have been able to work through them with minimal hassle with the help pf the board and the search feature. Now i am stuck.

Mandrake 8.2

I have verified i have gcc-3.04 and g++-3.04 and i have changed the linux-g++-shared file to reflect that fact.
./configure came up fine.
"Make" looked like it started ok, but a few minutes into the compile it stopped with the last section of output looking like this.

g++-3.0.4 -D_REENTRANT -DQT_THREAD_SUPPORT -c -I/usr/X11R6/include -I/usr/lib/qt-2.3.2/include -I/usr/X11R6/include -pipe -O2 -Wall -W -fPIC -DQT_BUILTIN_GIF_READER=0 -DQT_NO_IMAGEIO_JPEG -DQT_NO_IMAGEIO_MNG -DQT_NO_SM_SUPPORT -DQT_NO_XKB -I/usr/lib/qt-2.3.2/src/3rdparty/zlib -I/usr/lib/qt-2.3.2/src/3rdparty/libpng -o kernel/qpsprinter.o kernel/qpsprinter.cpp
In file included from kernel/qpsprinter.cpp:97:
kernel/qt_x11.h:65:22: X11/Xlib.h: No such file or directory
kernel/qt_x11.h:71:23: X11/Xutil.h: No such file or directory
kernel/qt_x11.h:72:21: X11/Xos.h: No such file or directory
kernel/qt_x11.h:73:23: X11/Xatom.h: No such file or directory
kernel/qt_x11.h:84:34: X11/extensions/shape.h: No such file or directory
kernel/qpsprinter.cpp: In method `USHORT
QPSPrinterFontTTF::unicode_for_glyph(int)':
kernel/qpsprinter.cpp:3328: warning: `ULONG offset' might be used uninitialized
in this function
kernel/qpsprinter.cpp: In constructor `QPSPrinterFont::QPSPrinterFont(const
QFont&, QPSPrinterPrivate*)':
kernel/qpsprinter.cpp:5195: `XGetFontPath' undeclared (first use this function)
kernel/qpsprinter.cpp:5195: (Each undeclared identifier is reported only once
for each function it appears in.)
kernel/qpsprinter.cpp:5235: `XFreeFontPath' undeclared (first use this
function)
kernel/qpsprinter.cpp: In method `QPSPrinterFont::QPSPrinterFont(const QFont&,
QPSPrinterPrivate*)':
kernel/qpsprinter.cpp:5194: warning: `char**font_path' might be used
uninitialized in this function
kernel/qpsprinter.cpp: In method `QPSPrinterFont::QPSPrinterFont(const QFont&,
QPSPrinterPrivate*)':
kernel/qpsprinter.cpp:5194: warning: `char**font_path' might be used
uninitialized in this function
make[3]: *** [kernel/qpsprinter.o] Error 1
make[3]: Leaving directory `/usr/lib/qt-2.3.2/src'
make[2]: *** [src-mt] Error 2
make[2]: Leaving directory `/usr/lib/qt-2.3.2'
make[1]: *** [src-mt] Error 2
make[1]: Leaving directory `/usr/lib/qt-2.3.2'
make: *** [init] Error 2
[root@seq qt-2.3.2]#


Any help is appreciated..

high_jeeves
05-28-2002, 07:33 AM
kernel/qt_x11.h:65:22: X11/Xlib.h: No such file or directory
kernel/qt_x11.h:71:23: X11/Xutil.h: No such file or directory
kernel/qt_x11.h:72:21: X11/Xos.h: No such file or directory
kernel/qt_x11.h:73:23: X11/Xatom.h: No such file or directory
kernel/qt_x11.h:84:34: X11/extensions/shape.h: No such file or directory


I'll go out on a limb here and say your X development packages arent installed? Try following the walkthrough, they list the packages you need...

--Jeeves

reaver
05-28-2002, 11:19 AM
Check the Mandrake 8.1 walkthrough, in there is a list of libraries you need. In 8.2 some of the versions are different, but you still need all those libraries as far as I can tell.

A lot of the libraries aren't on the distribution disks, so after you are installed and your network is up and going, go to www.rpmfind.net and search and download the right versions.

-Reaver

unknown_errors
06-18-2002, 05:56 AM
mandrake 8.2 has been the the biggest pain in my ares since i started installing QT and showEQ, if anyone know a good mirror to download the redhat disks i think i'll go that route, or by next paid day i'll just go but it

i should have known better to listen to the fat pimple faced kid at best buy grining evoly at me as i asked for a copy of linux ...

high_jeeves
06-18-2002, 08:04 AM
RedHat is going to be basically the same as Mandrake... As for mirrors, perhaps www.redhat.com has a list instead of seq.sourceforge.net? Just a thought...

--Jeeves