Hi, [EMAIL PROTECTED] wrote: > > > Qt 4.4.0 installed @: D:\Qt\4.4.0_src > Shadow Build @: D:\Qt\4.4.0_CE_static_pocketpc50 > > Paths are set to: > set QTDIR=D:\Qt\4.4.0_CE_static_pocketpc50 > set PATH=D:\Qt\4.4.0_CE_static_pocketpc50\bin;%PATH% > set QMAKESPEC=wincewm50pocket-msvc2005 > call "D:\Qt\4.4.0_CE_static_pocketpc50\bin\setcepaths.bat" pocketpc50 setcepaths is a script, which is supposed to be called *after* configure has been run. It is supposed to reset your environment for cross-compilation, while during the configure step you are building tools (qmake, moc,...) for the host system.
I guess that this should help you. If not, please feel free to tell us. Best Regards, Maurice Kalinowski > > Visual Studio Environment is set to: > call "C:\Programme\Microsoft Visual Studio 8\VC\bin\vcvars32.bat" > > Using the command line the configure is called by typing: > D:\Qt\4.4.0_CE_static_pocketpc50>D:\Qt\4.4.0_src\configure.exe -static > -platform > win32-msvc2005 -xplatform wincewm50pocket-msvc2005 -release > > The call results in the following error: > d:\qt\4.4.0_src\qmake\project.h(37) : fatal error C1083: Cannot open > include file: 'qscriptengine.h': No such file or directory > NMAKE : fatal error U1077: '"C:\Programme\Microsoft Visual Studio > 8\VC\BIN\cl.EXE"' : return code '0x2' > Stop. > Building qmake failed, return code 2 > > Obviously - as one of the first suspects - there is Pearl in the PATH > variable: > Path=C:\Programme\Microsoft Visual Studio > 8\Common7\IDE;C:\Programme\Microsoft V > isual Studio 8\VC\BIN;C:\Programme\Microsoft Visual Studio > 8\Common7\Tools;C:\Pr > ogramme\Microsoft Visual Studio > 8\Common7\Tools\bin;C:\Programme\Microsoft Visua > l Studio 8\VC\PlatformSDK\bin;C:\Programme\Microsoft Visual Studio > 8\SDK\v2.0\bi > n;C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727;C:\Programme\Microsoft > Visual St > udio 8\VC\VCPackages;C:\Programme\Microsoft Visual Studio > 8\VC\ce\bin\x86_arm;C: > \Programme\Microsoft Visual Studio 8\VC\bin;C:\Programme\Microsoft > Visual Studio > 8\Common7\IDE;C:\Qt\4.4.0_CE_static_pocketpc50\bin;C:\Programme\MiKTeX > 2.5\mikt > ex\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\PROGRA~1\IBM\C > > > LIENT~1;C:\PROGRA~1\IBM\CLIENT~1\Shared;C:\PROGRA~1\IBM\CLIENT~1\Emulator;C:\Pro > > > gramme\Microsoft SQL Server\90\Tools\binn\;C:\Perl\bin > > Surprisingly, if configuration is done within Qt`s install directory > D:\Qt\4.4.0_src > by calling configure like: > D:\Qt\4.4.0_src\configure.exe -qt-zlib -qt-gif -release -static > -qt-libpng -qt-libtiff -qt-libjpeg -qtlibmng -platform win32-msvc2005 > -xplatform wincewm50pocket-msvc2005 > it configures and compiles alright. > > Can you help me carry on, as i am stuck at the moment. > > > Mit freundlichen Grüßen / Best regards > > Ehrhardt + Partner GmbH & Co. KG > > i. A. Adrian Ritt > > > ****************************************** > Ehrhardt + Partner GmbH & Co. KG > Software - Systeme für Warehouse - Logistik > Alte Roemerstrasse 3 > D-56154 Boppard-Buchholz > Handelsregister Koblenz HRB 4605 > GF Hermann Ehrhardt, Marco Ehrhardt > Tel. : (+49) 67 42 / 87 27 0 > Fax : (+49) 67 42 / 87 27 50 > E-Mail: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > Internet: _www.ehrhardt-partner.com_ <http://www.ehrhardt-partner.com/> > ------------------------------------------------------------------------ > > _______________________________________________ > Qtce-preview-feedback mailing list > [email protected] > http://lists.trolltech.com/mailman/listinfo/qtce-preview-feedback > _______________________________________________ Qtce-preview-feedback mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qtce-preview-feedback
