Hello,

I did it your way, discribed below! every think compilies fine!

but, if i try to start the program (/debug/qtwengophone.exe), i get the following error:

"Der Prozedureeinsprungpunkt "[EMAIL PROTECTED]@@..... " wurde in der DLL "QtCored4.dll" nicht gefunden.

i think the translation is something like this:

"the procedure entry point "[EMAIL PROTECTED]" was not found in qtcored4.dll"

Did anybody else get the same error? any hint?

Thanks
karl


Bobber Cheng schrieb:
Sure.

download following first:

scons-0.96.90.win32.exe
boost-jam-3.1.11-1-ntx86.zip
boost_1_33_1.zip
qt-win-opensource-src-4.1.0.zip
acs4qt41.zip

I suppose you installed Microsoft Platform SDK February 2003.

From start menu, chose Microsoft Platform SDK February 2003->Open Build Environment Window->Windows 2000 Build Environment->Windows 2000 Build Environment (Retail), you had enter SDK compiler environment.

Then enter Visual Studio .NET 2003 compiler environment,

"D:\Program Files\Microsoft Visual Studio .NET 2003\Common7\Tools\vsvars32.bat".

1. compile boost
extract boost_1_33_1
extract djam.exe from boost-jam-3.1.11-1-ntx86.zip to boost_1_33_1

cd boost_1_33_1
bjam --with-python-root=C:\Python24 "-sTOOLS=vc-7_1" install
set INCLUDE=C:\Boost\include\boost-1_33_1;%INCLUDE%
set LIB=C:\Boost\lib;%LIB%

2. compile qt-win-opensource-src-4.1.0.zip

apply acs4qt41.zip patch as Readme41.txt in acs4qt41.zip

cd qt-win-opensource-src-4.1.0
mkdir qmake\tmp
qconfigure msvc.net
set QMAKESPEC=win32-msvc.net
set QTDIR=D:\download\development\qt\qt-3
set path=%QTDIR%\bin;%path%

3. install scons

4. compile WengoPhone NG
cd wengo-ng

scons qtwengophone

good luck ;-)

Klaus Darilion wrote:

Bobber Cheng wrote:

Hi,

I just compiled WengoPhone NG with Visual Studio .NET 2003, Qt OpenSource 4.1, boost-1_33_1.


Hi Bobber!

How did you managed to compile qt4.1? I've patched it, but
  qconfigure msvc.net
fails to compile (started in the "Visual Studio .NET 2003 Command Prompt")

Can you please post some step-by-step commands?

thanks
klaus


I used to use Tool->Configuration to config my wengo, but now i show nothing! is it a bug or not implemented yet?

Bests,
Bobber
_______________________________________________
Wengophone-devel mailing list
[email protected]
http://dev.openwengo.com/mailman/listinfo/wengophone-devel






_______________________________________________
Wengophone-devel mailing list
[email protected]
http://dev.openwengo.com/mailman/listinfo/wengophone-devel

--
*************************************************************
ogvit gmbh & co kg     * wap.ogvit.de      * adresse
internet-technologien  * fon 05251.687060  * jesuitenmauer 24
www.ogvit.de           * fax 05251.687069  * 33098 paderborn
*************************************************************
c/o Postalo gmbh
kattrepel 2 - 20095 hamburg
tel. 040/51318373  - fax 040/51318374

ogvit ist ein IBM business Partner
*************************************************************
_______________________________________________
Wengophone-devel mailing list
[email protected]
http://dev.openwengo.com/mailman/listinfo/wengophone-devel

Reply via email to