Hi all,

Here is my feedback. Keep in mind that I have experience with C++ but
I'm new to Qt.

I have some problems with QT 4.5.0 rc1 build system and qmake on windows.

I've downloaded qt-win-opensource-src-4.5.0-rc1.zip and extracted it.
I'm currently using vc2008. Building with configure without params
works just fine. But when it comes to building using:

-------------------------------
configure -release -static
-------------------------------

I've got an error:
-------------------------------
qrc_WebKit.cpp
qrc_WebCore.cpp
        lib /NOLOGO  /OUT:..\..\..\..\lib\QtWebKit.lib @I:\DOCUME~1\username\LOC
ALS~1\Temp\nmB5.tmp
QtWebKit_pch.obj : MSIL .netmodule or module compiled with /GL found; restarting
 link with /LTCG; add /LTCG to the link command line to improve linker performan
ce
..\..\..\..\lib\QtWebKit.lib : fatal error LNK1106: invalid file or disk full: c
annot seek to 0x401DC36F
NMAKE : fatal error U1077: '"e:\Program Files\Microsoft Visual Studio 9.0\VC\BIN
\lib.EXE"' : return code '0x452'
Stop.
NMAKE : fatal error U1077: '"e:\Program Files\Microsoft Visual Studio 9.0\VC\BIN
\nmake.exe"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'cd' : return code '0x2'
Stop.
-------------------------------

On the system drive (e:) I've got 30Gb free space and all my other
drives have more that this size free. I guess the problem is not the
free size.

Also I've tested the beta1 with both vc2008 and mingw 3.4.5 some time
ago and again default build ok, but static build fail.


========================
Second part :)
A problem with qmake:

1. I go to my project's main folder and run 'qmake -project -r -o MyProject.pro'
2. I create a vc folder, enter inside and run 'qmake -tp vc ..\MyProject.pro'
and got the output:
f:\libs\qt\4.5.0-rc1-vc2008-dll\bin\rcc.exe: File does not exist '..\qt\res\reso
urces.qrc'
f:\libs\qt\4.5.0-rc1-vc2008-dll\bin\rcc.exe: File does not exist '..\qt\res\reso
urces.qrc'
f:\libs\qt\4.5.0-rc1-vc2008-dll\bin\rcc.exe: File does not exist '..\qt\res\reso
urces.qrc'
f:\libs\qt\4.5.0-rc1-vc2008-dll\bin\rcc.exe: File does not exist '..\qt\res\reso
urces.qrc'

but the files are there and the path is correct!
If I run  'qmake -tp vc MyProject.pro' from my main project folder, no
such problem appear, but of course the VC project is generated in the
main folder instead of "vc" folder where I need it.

That's all :)

Kind Regards,
Stanimir
_______________________________________________
Qt4-preview-feedback mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt4-preview-feedback

Reply via email to