Build errors

Paulo Jorge Guedes Paulo.Guedes at artelecom.pt
Fri Mar 31 11:55:13 CEST 2006


> -----Original Message-----
> From: Christian Ehrlicher [mailto:Ch.Ehrlicher at gmx.de]
> Sent: quinta-feira, 30 de Março de 2006 5:52
> To: kde-buildsystem at kde.org
> Cc: Paulo Jorge Guedes
> Subject: Re: Build errors
> 
> Please inform you about how to compile programs with mingw:
> ./configure
> mingw32-make
> ...
> 
> Also you must remove all msys/cygwin paths from your PATH environment
> variable.
> See qt-interest for qt-compiling problems.

Thanks a lot, I didn't know that and a quick googling didn't show me nothing.

It built fine, with the patches applied. I set PATH to the bin dir of the new Qt installation and also set QTDIR. Even so, should I be getting this error when building kdewin32?

d:/kde/kdelibs/win/src/win32_utils2.cpp:1:19: QString: No such file or directory
d:/kde/kdelibs/win/src/win32_utils2.cpp:2:22: QByteArray: No such file or directory
d:/kde/kdelibs/win/src/win32_utils2.cpp:3:16: QDir: No such file or directory
d:/kde/kdelibs/win/src/win32_utils2.cpp:4:21: QFileInfo: No such file or directory
[...]

qmake is detected fine:

pjguedes at DSKSIS009 /d/kde/kdelibs/kdewin32-build
$ qmake
Usage: d:\downloads\qt-win-opensource-src-4.1.1\bin\qmake.exe [mode] [options] [files]

PATH=[...];D:\downloads\qt-win-opensource-src-4.1.1\bin
QTDIR=D:\downloads\qt-win-opensource-src-4.1.1

Perhaps this has something to do with Alexander changes on FindQt4?

Paulo


More information about the Kde-buildsystem mailing list