showeqgratefull
12-08-2003, 11:53 AM
Hello All,
I have done a search and no hits that really helped..
i am running redhat 7.2 and attempted to install QT 3.2.3
i followed the instructions in the INSTALL.newbies
to install QT-3.2.3
1.4 Editting linux-g++-shared
edit the file "mkspecs/linux-g++/qmake.conf and change all
references to "gcc" to "gcc3" as well as "g++" to "g++3"
(lines 12, 27, 47, and 48). save your changes (ctrl-o, ctrl-x)
[]# cd /usr/lib/qt-3.2.3
[]# export QTDIR=/usr/lib/qt-3.2.3
[]# export PATH=$QTDIR/bin:$PATH
[]# export MANPATH=$QTDIR/man:$MANPATH
[]# export LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH
[]# ./configure -thread
this ran with no errors
[]# gmake
this errored out with the following:
g++3 -c -pipe -Wall -W -O2 -D_REENTRANT -fPIC -DQT_SHARED -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_THREAD_SUPPORT -DQT_NO_CUPS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DQT_NO_XCURSOR -DQT_NO_XRANDR -DQT_NO_IMAGEIO_MNG -DQT_NO_IMAGEIO_JPEG -DQT_NO_STYLE_MAC -DQT_NO_STYLE_AQUA -DQT_NO_STYLE_INTERLACE -DQT_NO_STYLE_WINDOWSXP -DQT_NO_STYLE_COMPACT -I/stuff/qt-3.2.3/mkspecs/linux-g++ -I. -I/usr/include/freetype2 -I3rdparty/libpng -I3rdparty/zlib -I3rdparty/opentype -I../include -I/usr/X11R6/include -I/usr/X11R6/include -I.moc/release-shared-mt/ -o .obj/release-shared-mt/qfontengine_x11.o kernel/qfontengine_x11.cpp
kernel/qfontengine_x11.cpp: In member function `bool
QOpenType::supportsScript(unsigned int)':
kernel/qfontengine_x11.cpp:2203: `FT_Err_Table_Missing' undeclared (first use
this function)
kernel/qfontengine_x11.cpp:2203: (Each undeclared identifier is reported only
once for each function it appears in.)
gmake[2]: *** [.obj/release-shared-mt/qfontengine_x11.o] Error 1
gmake[2]: Leaving directory `/stuff/qt-3.2.3/src'
gmake[1]: *** [sub-src] Error 2
gmake[1]: Leaving directory `/stuff/qt-3.2.3'
gmake: *** [init] Error 2
and then quits...
can anyone explain what i am missing?
a search on google came up with a hit, but no fix...
i am downloading 3.1.0 and attempting to compile that...
Thanks
showeqgratefull
I have done a search and no hits that really helped..
i am running redhat 7.2 and attempted to install QT 3.2.3
i followed the instructions in the INSTALL.newbies
to install QT-3.2.3
1.4 Editting linux-g++-shared
edit the file "mkspecs/linux-g++/qmake.conf and change all
references to "gcc" to "gcc3" as well as "g++" to "g++3"
(lines 12, 27, 47, and 48). save your changes (ctrl-o, ctrl-x)
[]# cd /usr/lib/qt-3.2.3
[]# export QTDIR=/usr/lib/qt-3.2.3
[]# export PATH=$QTDIR/bin:$PATH
[]# export MANPATH=$QTDIR/man:$MANPATH
[]# export LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH
[]# ./configure -thread
this ran with no errors
[]# gmake
this errored out with the following:
g++3 -c -pipe -Wall -W -O2 -D_REENTRANT -fPIC -DQT_SHARED -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_THREAD_SUPPORT -DQT_NO_CUPS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DQT_NO_XCURSOR -DQT_NO_XRANDR -DQT_NO_IMAGEIO_MNG -DQT_NO_IMAGEIO_JPEG -DQT_NO_STYLE_MAC -DQT_NO_STYLE_AQUA -DQT_NO_STYLE_INTERLACE -DQT_NO_STYLE_WINDOWSXP -DQT_NO_STYLE_COMPACT -I/stuff/qt-3.2.3/mkspecs/linux-g++ -I. -I/usr/include/freetype2 -I3rdparty/libpng -I3rdparty/zlib -I3rdparty/opentype -I../include -I/usr/X11R6/include -I/usr/X11R6/include -I.moc/release-shared-mt/ -o .obj/release-shared-mt/qfontengine_x11.o kernel/qfontengine_x11.cpp
kernel/qfontengine_x11.cpp: In member function `bool
QOpenType::supportsScript(unsigned int)':
kernel/qfontengine_x11.cpp:2203: `FT_Err_Table_Missing' undeclared (first use
this function)
kernel/qfontengine_x11.cpp:2203: (Each undeclared identifier is reported only
once for each function it appears in.)
gmake[2]: *** [.obj/release-shared-mt/qfontengine_x11.o] Error 1
gmake[2]: Leaving directory `/stuff/qt-3.2.3/src'
gmake[1]: *** [sub-src] Error 2
gmake[1]: Leaving directory `/stuff/qt-3.2.3'
gmake: *** [init] Error 2
and then quits...
can anyone explain what i am missing?
a search on google came up with a hit, but no fix...
i am downloading 3.1.0 and attempting to compile that...
Thanks
showeqgratefull