Problem compiling qt3/win32

Ralf Habacker ralf.habacker at freenet.de
Tue May 25 16:58:48 CEST 2004


On Monday 24 May 2004 23:35, Ivica Sarec wrote:
> IVAN DE JESUS DERAS TABORA wrote:
> I've renamed the Makefile.
> Now the config script finished successfully and created qmake and the
> Makefiles.
> But after the make script has created all objects the linking breaks
> with the following message:
>
> -L/usr/local/lib -L/usr/X11R6/lib -lgdi32 -lpng -lz -lcygwin
> .obj/debug-shared/qsound_win.o(.text+0xbf): In function
> `_ZN10PlayObject4playEv':
> /usr/local/qt/src/kernel/qsound_win.cpp:133: undefined reference to
> `_waveOutGetNumDevs at 0'
> What can I do?
There is a the lib winmm missing. There is a patch for this now in the cvs.  
Please update your mkspecs/cygwin-g++ dir. Then enter your <qt-root-dir> and 
run 

export QTDIR=$PWD 
cd src 
qmake qt.pro 
make 

Ralf 




More information about the kde-cygwin mailing list