Shadow Build Issue
George H. Locktish
ghlocktish at praxiseng.com
Fri Oct 26 16:55:26 CEST 2007
Thank you for your help. Adding Perl to the path solved the issue I was
having.
I have another question regarding shadow builds and the use of qconfig.
I am trying to do a shadow build with the qconfig-minimal configuration,
and what I am noticing is that it appears that all of the source code is
being compiled and linked into the DLLs (as if the qconfig is being
ignored). Is this what should be happening?
The commands I am running to configure and build my shadow build are:
C:\Qt\4.3.2-tp1-minimal> C:\Qt\4.3.2-tp1\configure.exe -platform
win32-msvc2005 -xplatform wincewm50pocket-msvc2005 -qconfig minimal
C:\Qt\4.3.2-tp1-minimal>setcepaths wincewm50pocket-msvc2005
C:\Qt\4.3.2-tp1-minimal>nmake
Thank you,
George
-----Original Message-----
From: Maurice Kalinowski [mailto:mkalinow at trolltech.com]
Sent: Friday, October 26, 2007 2:44 AM
To: George H. Locktish
Cc: qtce-preview-feedback at trolltech.com
Subject: Re: Shadow Build Issue
Hi,
while you configure, a script called syncqt is usually being called.
That one unfortunately depends on Perl currently. So in case you do not
have Perl within your path, it cannot synchronize the headers to the
build directory and therefore it won't find the correct headers. Could
you please verify if that is the reason?
If it still fails, does it still without using your custom configuration
"mobile" ?
Best Regards,
Maurice Kalinowski
George H. Locktish wrote:
>
> I seem to be having a problem getting a shadow build to compile. I am
> following the instructions found at
> http://pepper.troll.no/ceprereleases/doc/shadow-builds-wince.html .
>
> So far, I have installed the preview at C:\Qt\4.3.2.-tp1 and I am
> trying to build a shadow build into C:\Qt\4.3.2-tp1-small.
>
> From my Visual Studio 2005 Command Prompt, I changed directory to
> C:\Qt\4.3.2-tp1-small and ran C:\Qt\4.3.2-tp1\configure.exe -platform
> win32-msvc2005 -xplatform wincewm50pocket-msvc2005 -qconfig mobile.
>
> The error message I am receiving after running configure is:
>
> cl -c -Foproject.obj -W3 -nologo -O2 -I. -Igenerators -Igenerators\uni
>
> x -Igenerators\win32 -Igenerators\mac
> -IC:\Qt\4.3.2-tp1\src\corelib\arch\generi
>
> c -IC:\Qt\4.3.2-tp1-small\include
> -IC:\Qt\4.3.2-tp1-small\include\QtCore -IC:\
>
> Qt\4.3.2-tp1\include -IC:\Qt\4.3.2-tp1\include\QtCore
> -IC:\Qt\4.3.2-tp1-small\s
>
> rc\corelib\global -IC:\Qt\4.3.2-tp1-small\include\QtScript
> -IC:\Qt\4.3.2-tp1\m
>
> kspecs\win32-msvc2005 -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES
> -DQT_LITE_COMPON
>
> ENT -DQT_NODLL -DQT_NO_STL -DQT_NO_COMPRESS -DUNICODE
> -DHAVE_QCONFIG_CPP -DQT_B
>
> UILD_QMAKE -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT
> -DQT_NO_DATASTRE
>
> AM -DQT_NO_PCRE -DQT_BOOTSTRAPPED /Zc:wchar_t- project.cpp
>
> project.cpp
>
> c:\qt\4.3.2-tp1\qmake\project.h(35) : fatal error C1083: Cannot open
> include fil
>
> e: 'qscriptengine.h': No such file or directory
>
> NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio
> 8\VC\BIN\c
>
> l.EXE"' : return code '0x2'
>
> Stop.
>
> Building qmake failed, return code 2
>
> Can you offer any suggestions on what I may be doing wrong?
>
> Thank you,
>
> George
>
More information about the Qtce-preview-feedback
mailing list