PDA

View Full Version : Qt 4.6.1 Compilation fails!



Diegol
1st February 2010, 14:45
Hello,

I downloaded the last version of Qt4.6.1 for windows CE.
I followed all steps in order to correctly configure Qt.:
- Add bin folder to my %Path% variable.
- use configure -fast -platform win32-msvc2008 -xplatform wincewm60professional-msvc2008 -webkit.
- setcepaths.exe wincewm60professional-msvc2008 && nmake.

After some compilation hours, I get this error:

lrelease assistant_adp_de.ts
'C:\Qt\4.6.1\bin\lrelease' is not recognized as an internal or external command,
operable program or batch file.
NMAKE : fatal error U1077: 'echo' : return code '0x1'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 9.0\VC\bin
\nmake.exe"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'cd' : return code '0x2'
Stop.


- Any Ideas??

I don't know why the lrelease.exe is not in the bin folder. Where I can find it??

The same configuration works fine with Qt4.6.0

Thanks,

TheJim01
10th February 2010, 16:36
Is C:\Qt\4.6.1 your Qt installation directory? I installed the SDK, so mine is C:\Qt\2010.01, and I found my copy of Irelease in C:\Qt\2010.01\bin\Irelease.exe.