Problems compiling Qt3 win32 with mingw

AgarFu heaven at croasanaso.sytes.net
Mon Jan 24 11:34:16 CET 2005


El Lunes, 24 de Enero de 2005 09:06, Chris January escribió:
> > cd c:/PyQt/qt-3/src/moc

> Do you have a C:\PyQt\qt-3\src\moc directory? If so, what's in it?
> Did you obtain the sources using CVS or some other method?
>
> Chris

Yes it's there, but look at /, it shoudn't be \? I left the procces
compiling at night, this time I have not define LWA_ALPHA nor
make ugly typecasts, but ...

mingw32-make[4]: Entering directory `C:/PyQt/qt-3/tools/designer/uic'
cd c:/PyQt/qt-3/tools/designer/uic
El sistema no puede hallar la ruta especificada. == The system can't find the specified path
mingw32-make[4]: *** [Makefile] Error 1
mingw32-make[4]: Leaving directory `C:/PyQt/qt-3/tools/designer/uic'
mingw32-make[3]: *** [sub-uic] Error 2
mingw32-make[3]: Leaving directory `C:/PyQt/qt-3/tools/designer'
mingw32-make[2]: *** [sub-designer] Error 2
mingw32-make[2]: Leaving directory `C:/PyQt/qt-3/tools'
mingw32-make[1]: *** [sub-tools] Error 2
mingw32-make[1]: Leaving directory `C:/PyQt/qt-3'
mingw32-make: *** [init] Error 2

C:\PyQt\qt-3>

The Makefile at C:\PyQt\qt-3\tools\designer\uic is this:

C:\PyQt\qt-3\tools\designer\uic>type Makefile
# c:/PyQt/qt-3/tools/designer/uic\Makefile: generated by configure
#
# WARNING: This makefile will be replaced with a real makefile.
# All changes made to this file will be lost.

all clean install qmake Makefile: FORCE
        cd c:/PyQt/qt-3/tools/designer/uic
        c:\PyQt\qt-3\bin\qmake -spec win32-g++ -o Makefile uic.pro
        c:\PyQt\qt-3\bin\qmake -spec win32-g++ -t vcapp uic.pro
        $(MAKE)

FORCE:

I change it:

# c:/PyQt/qt-3/tools/designer/uic\Makefile: generated by configure
#
# WARNING: This makefile will be replaced with a real makefile.
# All changes made to this file will be lost.

all clean install qmake Makefile: FORCE
 cd c:\PyQt\qt-3\tools\designer\uic
 c:\PyQt\qt-3\bin\qmake -spec win32-g++ -o Makefile uic.pro
 c:\PyQt\qt-3\bin\qmake -spec win32-g++ -t vcapp uic.pro
 c:\PyQt\qt-3\bin\qmake
 $(MAKE)

FORCE:
 
And it works.


More information about the kde-cygwin mailing list