Building QT3/X11 Free within Cygwin Bash Shell

Steven Boothe steven at poiema.org
Sat Feb 26 04:28:44 CET 2005


Peter Kümmel wrote:
>
> If you use a cvs checkout you maybe forgot
> make -f Makefile.cvs
> 
> see http://kde-cygwin.sourceforge.net/qt3/compiling.php :
> 
>    8. prepare configuring (this creates the links in the include directory)
>    cd <qt-src-dir>
>    make -f Makefile.cvs
> 
> and there are include errors.

Yes however I'm still getting a select few include errors it seems:
Here's my steps:

290  cd /
291  tar jxvf qt-x11-free-3.3.3-0.tar.bz2
292  cd ~/qt-3
293  make -f Makefile.cvs
294  cd
295  ll
296  mkdir build
297  export QTDIR=~/build
298  export QT_SOURCE_TREE=~/qt-3
299  cd $QTDIR
300  $QT_SOURCE_TREE/configure -platform cygwin-g++ -plugin-imgfmt-mng 
-qt-zlib -qt-gif -qt-libpng -qt-libjpeg -qt-libmng -no-
+-exceptions -thread -no-stl -no-sm -no-xft -no-xkb -no-xrender 
-disable-opengl -disable-sql -prefix /opt/qt/3.3 -fast
301  make
...
g++ -c -pipe -fdata-sections -fno-exceptions -Wall -W -O2 -D_REENTRANT 
-DQT_SHARED -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_THREAD
_SUPPORT -DQT_NO_CUPS -DQT_NO_NIS -DQT_NO_XINERAMA -DQT_NO_SHAPE 
-DQT_NO_XCURSOR -DQT_NO_XRANDR -DQT_NO_XRENDER -DQT_NO_XFTFREET
YPE -DQT_NO_XKB -DQT_NO_SM_SUPPORT -DQT_NO_IPV6 -DQT_NO_IMAGEIO_MNG 
-DQT_NO_IMAGEIO_JPEG -DQT_BUILTIN_GIF_READER=1 -DQT_NO_STYLE
_MAC -DQT_NO_STYLE_AQUA -DQT_NO_STYLE_INTERLACE -DQT_NO_STYLE_WINDOWSXP 
-DQT_NO_STYLE_COMPACT -DQT_NO_STYLE_POCKETPC -I/home/noo
ne/qt-3/mkspecs/cygwin-g++ -I/home/noone/qt-3/src -I../include 
-I/home/noone/qt-3/src/3rdparty/libpng -I/home/noone/qt-3/src/3rd
party/zlib -I/home/noone/qt-3/include -I/usr/X11R6/include -I. 
-I.moc/release-shared-mt/ -o .obj/release-shared-mt/qtaddons_x11.
o /home/noone/qt-3/src/kernel/qtaddons_x11.cpp
In file included from /home/noone/qt-3/src/kernel/qtaddons_x11.cpp:25:
/home/noone/qt-3/src/kernel/qt_x11_p.h:66:22: X11/Xlib.h: No such file or 
directory
/home/noone/qt-3/src/kernel/qt_x11_p.h:71:23: X11/Xutil.h: No such file or 
directory
/home/noone/qt-3/src/kernel/qt_x11_p.h:76:23: X11/Xatom.h: No such file or 
directory
make[2]: *** [.obj/release-shared-mt/qtaddons_x11.o] Error 1
make[2]: Leaving directory `/home/noone/build/src'
make[1]: *** [sub-src] Error 2
make[1]: Leaving directory `/home/noone/build'
make: *** [init] Error 2

noone at sector0 ~/build
$

Question: What packages am I missing where those includes could be found???


More information about the kde-cygwin mailing list