<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
IVAN DE JESUS DERAS TABORA wrote:<br>
<blockquote cite="mid20040522160126.86590.qmail@web50101.mail.yahoo.com"
 type="cite">
  <pre wrap="">This usually happen when i have an old Makefile in the
same directory as configure, check this.  The solution
is to rename the Makefile or delete it, and run
config.cygwin again!!!
Note: configure script create the Makefile again,
because of that, there is no problem on deleting the
existing Makefile.

Hope this help!!!

 --- Ivica Sarec &lt;<a class="moz-txt-link-abbreviated" href="mailto:induktivi@web.de">induktivi@web.de</a>&gt; escribi&oacute;: &gt; Hello,
  </pre>
  <blockquote type="cite">
    <pre wrap="">this is the first time I use cygwin and I wanted to
test qt under winxp 
because I use qt under linux too.
So I&acute;ve followed the instructions as described on: 

    </pre>
  </blockquote>
  <pre wrap=""><!----><a class="moz-txt-link-freetext" href="http://kde-cygwin.sourceforge.net/qt3-win32/compiling.php">http://kde-cygwin.sourceforge.net/qt3-win32/compiling.php</a>
  </pre>
  <blockquote type="cite">
    <pre wrap="">to compile 
qt3/win32.
After preparing the configuration with "make -f
Makefile.cvs" the 
problem begins.
At step 7 I wanted to configure qt with ".
config.cygwin" and received 
the following error message: "You don't seem to have
'make' or 'gmake' 
in your PATH. Cannot proceed"

In the qt-dir I search for the make-command:
$ make -v
GNU Make 3.80
Copyright (C) 2002  Free Software Foundation, Inc.
This is free software; see the source for copying
conditions.
There is NO warranty; not even for MERCHANTABILITY
or FITNESS FOR A
PARTICULAR PURPOSE.

As the make-command is available I don't know what
to do.
Can somebody help me please?

Thanks.
Ivica Sarec

_______________________________________________
kde-cygwin mailing list
<a class="moz-txt-link-abbreviated" href="mailto:kde-cygwin@kde.org">kde-cygwin@kde.org</a>
<a class="moz-txt-link-freetext" href="https://mail.kde.org/mailman/listinfo/kde-cygwin">https://mail.kde.org/mailman/listinfo/kde-cygwin</a> 
    </pre>
  </blockquote>
  <pre wrap=""><!---->

                
______________________________________________________________________
Correo Yahoo! - 6MB, m&aacute;s protecci&oacute;n contra el spam &iexcl;Gratis!
<a class="moz-txt-link-freetext" href="http://correo.yahoo.es">http://correo.yahoo.es</a>
_______________________________________________
kde-cygwin mailing list
<a class="moz-txt-link-abbreviated" href="mailto:kde-cygwin@kde.org">kde-cygwin@kde.org</a>
<a class="moz-txt-link-freetext" href="https://mail.kde.org/mailman/listinfo/kde-cygwin">https://mail.kde.org/mailman/listinfo/kde-cygwin</a>
  </pre>
</blockquote>
I've renamed the Makefile.<br>
Now the config script finished successfully and created qmake and the
Makefiles.<br>
But after the make script has created all objects the linking breaks
with the following message:<br>
<br>
-L/usr/local/lib -L/usr/X11R6/lib -lgdi32 -lpng -lz -lcygwin<br>
.obj/debug-shared/qsound_win.o(.text+0xbf): In function
`_ZN10PlayObject4playEv':<br>
/usr/local/qt/src/kernel/qsound_win.cpp:133: undefined reference to
`_waveOutGetNumDevs@0'<br>
.obj/debug-shared/qsound_win.o(.text+0xcb):/usr/local/qt/src/kernel/qsound_win.cpp:135:
undefined reference to `_waveOut<br>
GetNumDevs@0'<br>
.obj/debug-shared/qsound_win.o(.text+0x114):/usr/local/qt/src/kernel/qsound_win.cpp:138:
undefined reference to `_waveOu<br>
tOpen@24'<br>
.obj/debug-shared/qsound_win.o(.text+0x141):/usr/local/qt/src/kernel/qsound_win.cpp:144:
undefined reference to `_waveOu<br>
tGetVolume@8'<br>
.obj/debug-shared/qsound_win.o(.text+0x20a):/usr/local/qt/src/kernel/qsound_win.cpp:150:
undefined reference to `_waveOu<br>
tSetVolume@8'<br>
.obj/debug-shared/qsound_win.o(.text+0x22c):/usr/local/qt/src/kernel/qsound_win.cpp:153:
undefined reference to `_waveOu<br>
tPrepareHeader@12'<br>
.obj/debug-shared/qsound_win.o(.text+0x25b):/usr/local/qt/src/kernel/qsound_win.cpp:155:
undefined reference to `_waveOu<br>
tWrite@12'<br>
.obj/debug-shared/qsound_win.o(.text+0x28b): In function
`_ZN10PlayObjectD2Ev':<br>
/usr/local/qt/src/kernel/qsound_win.cpp:162: undefined reference to
`_waveOutClose@4'<br>
.obj/debug-shared/qsound_win.o(.text+0x2a3): In function
`_ZN10PlayObjectD1Ev':<br>
/usr/local/qt/src/kernel/qsound_win.cpp:162: undefined reference to
`_waveOutClose@4'<br>
.obj/debug-shared/qsound_win.o(.text+0x309): In function
`_Z11WaveOutProcP10HWAVEOUT__jmmm':<br>
/usr/local/qt/src/kernel/qsound_win.cpp:179: undefined reference to
`_waveOutWrite@12'<br>
.obj/debug-shared/qsound_win.o(.text+0x328):/usr/local/qt/src/kernel/qsound_win.cpp:182:
undefined reference to `_waveOu<br>
tUnprepareHeader@12'<br>
collect2: ld returned 1 exit status<br>
make: *** [../lib/../bin/cygqt-3.dll] Error 1<br>
<br>
What can I do?<br>
</body>
</html>