qt temple wont compile on vista on d: or c: due to path constraints
The only thing that compiles is qmake.
pyramid had none of the problems
PHP Code:
C:\Qt\4.4.4-temple>configure -platform win32-mwc -xplatform symbian-abld -qconfig symbian
This is the Qt for S60 Preview Edition.
You are licensed to use this software under the terms of
the TECHNOLOGY PREVIEW LICENSE AGREEMENT.
Type '?' to view the TECHNOLOGY PREVIEW LICENSE AGREEMENT.
Type 'y' to accept this license offer.
Type 'n' to decline this license offer.
Do you accept the terms of the license?
y
Environment:
INCLUDE=
Unset
LIB=
Unset
PATH=
C:\QT\4.4.4-temple\BIN
C:\Program Files\Common Files\Symbian\Tools
C:\Apps\Nokia\Carbide.c++ v1.3\x86Build\Symbian_Tools\Command_Line_Tools
C:\Program Files\PC Connectivity Solution\
D:\Perl\bin\
C:\Windows\system32
C:\Windows
C:\Windows\System32\Wbem
C:\Program Files\ATI Technologies\ATI.ACE\Core-Static
C:\Program Files\Microsoft SQL Server\90\Tools\binn\
C:\Program Files\CSL Arm Toolchain\bin
D:\Perl\bin
Licensee....................
License ID..................
Product license.............Preview Edition
Expiry Date.................
Configuration:
dist-config
large-config
medium-config
minimal-config
small-config
symbian-config
build_all
debug
cross_compile
Qt Configuration:
release
debug
zlib
png
ipv6
svg
QMAKESPEC...................symbian-abld (commandline)
Architecture................symbian
Maketool....................make
Debug symbols...............yes
Accessibility support.......no
STL support.................no
Exception support...........no
RTTI support................no
MMX support.................no
3DNOW support...............no
SSE support.................no
SSE2 support................no
IWMMXT support..............no
OpenGL support..............no
Direct3D support............no
OpenSSL support.............no
QtDBus support..............no
QtXmlPatterns support.......no
Phonon support..............no
WebKit support..............no
Qt3 compatibility...........no
Third Party Libraries:
ZLIB support............qt
GIF support.............plugin
TIFF support............plugin
JPEG support............plugin
PNG support.............qt
MNG support.............plugin
Styles:
Windows.................yes
Windows XP..............no
Windows Vista...........no
Plastique...............no
Cleanlooks..............no
Motif...................no
CDE.....................no
Windows CE..............no
Windows Mobile..........no
Sql Drivers:
ODBC....................no
MySQL...................no
OCI.....................no
PostgreSQL..............no
TDS.....................no
DB2.....................no
SQLite..................plugin (qt)
SQLite2.................no
InterBase...............no
Sources are in..............C:\Qt\4.4.4-temple
Build is done in............C:\Qt\4.4.4-temple
Install prefix..............
Headers installed to........
Libraries installed to......
Plugins installed to........\resource\qt\plugins
Binaries installed to.......
Docs installed to...........
Data installed to...........
Translations installed to...
Examples installed to.......
Demos installed to..........
Running syncqt...
Creating qmake...
[...]:(
ratorimpl.o qxmlstream.o qxmlutils.o -ladvapi32.lib
copy qmake.exe C:\Qt\4.4.4-temple\bin\qmake.exe
1 file(s) copied.
Creating makefiles in src...
Generating Makefiles...
execute: Unknown error
(-spec)
(symbian-abld)
(-r)
(C:/Qt/4.4.4-temple/projects.pro)
(-o)
(C:/Qt/4.4.4-temple)
Qmake failed, return code -1
C:\Qt\4.4.4-temple>
Yes its an "Unkown error"
I have removed ALL version of Carbide and Qt temple and re-installed TWICE still same error.
In simple terms "pyramid" compiles, builds, no-errors.
Temple does not. I believe this is due to failure to find paths.
NOTE:- how I have had to add "C:\QT\4.4.4-temple\BIN" to front of path to get anything to work!!. This is well known vista problem and Symbian have produced patches for this.
see http://wiki.forum.nokia.com/index.ph..._Windows_Vista
In SUmmary pyramid does NOT have a problem Temple as shown above does have problems
UPDATE --- VISTA FIX for temple cmd batch file
@
PHP Code:
echo off
rem patch vista GCCE COMPILE PATH
SET PATH=C:\Program Files\CSL Arm Toolchain\bin;C:\Program Files\CSL Arm Toolchain\arm-
none-symbianelf\bin;C:\Program Files\CSL Arm Toolchain\libexec\gcc\arm-none-
symbianelf\3.4.3;C:\Program Files\Common Files\Symbian\tools;%PATH%
rem qt vista patch
PATH=%PATH%c:\Qt\4.4.4-temple\bin;c:\Qt\4.4.4-temple;c:\Qt\4.4.3\bin
Now this compiles for a while then fails see next post due to lack of space
Jim