Error while installing Qt/S60 Version 4.5.0-garden for S60 3.2 SDK
Hi,
I went through instructions in INSTALL file from qt installation package:
- installed Carbide C++, ver. 2.0 and S60 Platform SDK 3rd Edition FP2.
- uncompressed qt package to C:\qt\garden
- added string 'C:\qt\garden\bin' to PATH variable
- run configuration command: 'configure -platform win32-mwc -xplatform symbian-abld'
Configuration fails with errors:
[CODE]
Running syncqt...
Creating qmake...
make: Makefile: line 7: Error -- Expecting macro or rule defn, found neither
make: Makefile: line 7: Error -- Expecting macro or rule defn, found neither
Cleaning qmake failed, return code 255
[/CODE]
What could cause the problem ?
Agnieszka
Re: Error while installing Qt/S60 Version 4.5.0-garden for S60 3.2 SDK
Have you installed SDK and carbide to C drive??. if not, then do it.
Re: Error while installing Qt/S60 Version 4.5.0-garden for S60 3.2 SDK
Hi,
if you search on this dibo you can find many threads about the same topic. You may get the solution.
I think you had not configure the carbide for winscw env. You can do this from Start-all programs-carbide-configure for winscw.
Hope this helps you.
Regards.
Re: Error while installing Qt/S60 Version 4.5.0-garden for S60 3.2 SDK
Hi,
thank you for your quick response. I've read all related posts before I created this thread. I have tested solutions proposed in previous threads, but 'configuration' command still doesn't work.
I've installed both Carbide and SDK on C drive. I can compile and run standard S60 application on emulator and on the phone.
I have configured carbide for winscw environment.
My OS is Windows XP.
I still need help with installing qt, any other ideas?
BR,
Agnieszka
Re: Error while installing Qt/S60 Version 4.5.0-garden for S60 3.2 SDK
Hi,
Could you post your path here?
In some cases even the order of the path statements have caused some errors.
You could try to place Qt bin folder to be the first item in the Path and move carbide command line tools to be the second.
Br,
Ilkka
Re: Error while installing Qt/S60 Version 4.5.0-garden for S60 3.2 SDK
It's working! Thanks Ilkka :)
Re: Error while installing Qt/S60 Version 4.5.0-garden for S60 3.2 SDK
It's work for me as well. Thanks ( I spend 2 days for this problems!)
It's will be helpful if someone can put note in installation guide.
Can't believe swap the path make the different.