Hi all.
I’m new here but I have years of experience in Qt. I’ve built Qt 4 many times without problems but Qt 5 seems more complex.
I’m trying to build Qt 5 with Visual Studio 2008 SP1 and Windows SDK 7.0 on Windows Vista SP2, following the guide “Building Qt 5 from Git”.
I think my configuration is ok, because running the configure tool with the following command…
configure -developer-build -opensource -nomake examples -nomake tests -platform win32-msvc2008 -plugin-sql-sqlite
… I get the result in the following post ( The maximum number of allowed characters is 6000 for thi post :( )
Then I run nmake, but the first time that rcc is executed, it crashes and I get the following output:
C:\Qt\qt5\qtbase\bin\rcc.exe -name mimetypes mimetypes\mimetypes.qrc -o .rcc\debug\qrc_mimetypes.cpp
NMAKE : fatal error U1077: 'C:\Qt\qt5\qtbase\bin\rcc.exe' : codice restituito '0xff'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\nmake.EXE"' : codice restituito '0x2'
Stop.
NMAKE : fatal error U1077: 'cd' : codice restituito '0x2'
Stop.
NMAKE : fatal error U1077: 'cd' : codice restituito '0x2'
Stop.
NMAKE : fatal error U1077: 'cd' : codice restituito '0x2'
Stop.
So I have tried to run my rcc manually, but it crashes. If there is some error in the qrc file (eg missing file) it outputs correctly the error, but if it’s all ok in the qrc file, it crashes.
I’ve also tried to build the Qt 5 version taken from the zip that I found in the downoad page, but I get the same result.
I don’t know what’s wrong with my rcc.exe. Maybe I need Windows SDK 7.1 instead of 7.0? The guide speaks only of a generic version 7 for VS2008.
Alternatively, it’s possible skip the rcc building and use another rcc.exe taken from another build?
Thanks!
↧