On Friday 13 January 2006 12:06, SERIEYE, Yan wrote:
> Hi,
>
> I'm new with the project Ng Wengo.
>
> I'm trying to compile Wengo NG under MinGW, pithon, scons, boost.
>
> I have some problem when compiling netlib :
>
>
>
> g++ -fno-common -g -Wall -DWIN32=1 -Idebug\wifo\netlib\include
> -Iwifo\netlib\include -Idebug\wifo\netlib -Iwifo\netlib -Idebug\wifo\netlib
> -Iwifo\netlib -c -o debug\wifo\netlib\src\netlib.o
> wifo\netlib\src\netlib.cpp
>
> wifo\netlib\src\netlib.cpp:32:20: urlmon.h: No such file or directory
>
> wifo\netlib\src\netlib.cpp: In member function `int
> HttpProxy::getProxyAddress()':
>
> wifo\netlib\src\netlib.cpp:204: error: `DetectAutoProxyUrl' undeclared
> (first use this function)
>
> wifo\netlib\src\netlib.cpp:204: error: (Each undeclared identifier is
> reported only once for each function it appears in.)
>
> wifo\netlib\src\netlib.cpp:211: error: `URLDownloadToFileA' undeclared
> (first use this function)
>
> wifo\netlib\src\netlib.cpp: In function `int is_tcp_port_open(const char*,
> int)':
>
> wifo\netlib\src\netlib.cpp:264: warning: comparison between signed and
> unsigned integer expressions
>
> scons: *** [debug\wifo\netlib\src\netlib.o] Error 1
>
> scons: building terminated because of errors.
>
>
>
>
>
> I don't know where I can find this include for mingw ?
>
>
>
> Thanks for help.
>
>
>
>
>
>
>
> Yan SERIEYE
> ...........................................................................
>................... Business Development - BU N°800 et centres d'appels -
> Direction des Opérations - Ingénierie neuf cegetel
> 40-42 Quai du Point du Jour - 92659 Boulogne-Billancourt Cedex
> www.groupeneufcegetel.fr
> ...........................................................................
>...................
Hi,
At this stage, the netlib is only available under MSVC.
Remove this lib from the build process to compile with MinGW:
In SOptions
args = {
...
'enable-http-tunnel' : 0,
'enable-netlib' : 0,
...
}
ps: we're working on a wiki page for the MinGW compilation. Stay tuned ;)
--
mstute
_______________________________________________
Wengophone-devel mailing list
[email protected]
http://dev.openwengo.com/mailman/listinfo/wengophone-devel