Hi guys,
I "try" to install and compile wengophone-ng from source.
I followed all the steps in the wiki page:
-Installed visual c++ 2005 v. 8.0.50727.42 and Microsoft Platform sdk
for Windows Server 2003 SP1
-Scons(0.96.1) and python(2.4.2)
-Qt (qt-win-opensource-4.1.1-mingw) and installed the patch (acs4qt41)
to be able to use it with visual c++.
-Succesfully compiled boost-jam(3.1.12) and boost (1.33.1). I compiled
boost without the python-library since I have problems
(--without-python) but this library is not needed for wengophone.
I set thoses environment variables to my correct path:
QTDIR
QTINCLUDEDIR
QTLIBDIR
BOOSTINCLUDEDIR
BOOSLIBDIR
+++more details for thoses+++
INCLUDE=C:\Program Files\Microsoft Platform SDK\Include;C:\Program
Files\Microsoft Visual Studio 8\VC\include
LIB=C:\Program Files\Microsoft Platform SDK\Lib;C:\Program
Files\Microsoft Visual Studio 8\VC\lib
PATH=C:\Qt\4.1.1\bin;C:\boost-jam-3.1.12\bin.ntx86;C:\Python2
I also modified the path in C:\Program Files\Microsoft Visual Studio
8\Common7\Tools to points also to platform sdk:
*****
@set PATH=C:\Program Files\Microsoft Visual Studio
8\Common7\IDE;C:\Program Files\Microsoft Visual Studio
8\VC\BIN;C:\Program Files\Microsoft Visual Studio
8\Common7\Tools;C:\Program Files\Microsoft Visual Studio
8\SDK\v2.0\bin;C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727;C:\Program
Files\Microsoft Visual Studio 8\VC\VCPackages;%PATH%
@set INCLUDE=C:\Program Files\Microsoft Platform SDK\Include;C:\Program
Files\Microsoft Visual Studio 8\VC\INCLUDE;%INCLUDE%
@set LIB=C:\Program Files\Microsoft Platform SDK\LIB;C:\Program
Files\Microsoft Visual Studio 8\VC\LIB;C:\Program Files\Microsoft Visual
Studio 8\SDK\v2.0\lib;%LIB%
******
I created the project in visual c++ from "project from exsisting code"
and choose "use external build system".
for debug: "scons mode=debug qtwengophone"
for cleaning: "scons -c"
When I try to compile I obtain ( the complete build log is in attachment):
main.cpp C:\Program Files\Microsoft Visual Studio
8\VC\include\xiosbase(105) : error C2065: '_SH_DENYNO' : undeclared
identifier C:\Program Files\Microsoft Visual Studio
8\VC\include\xiosbase(185) : see reference to class template
instantiation 'std::_Iosb<_Dummy>' being compiled with [ _Dummy=int ]
Any idea ??
Thank you very very much
Eric
ÿþ<