[Scons-users] Error using scons on Windows XP

Andrew C. Morrow andrew.c.morrow at gmail.com
Thu Jul 24 20:13:19 EDT 2014


Hi Freddy -

You posted a similar question to the mongodb-user mailing list.

The mongo-cxx-driver project SCons build system does not currently support
MinGW, as I believe you are attempting here. We do have an open feature
request for MinGW support. Native windows builds with the Microsoft
toolchain are supported.

Thanks,
Andrew



On Thu, Jul 24, 2014 at 7:13 PM, Andrew Featherstone <
andrew.featherstone at gmail.com> wrote:

> Hi Freddy,
>
> cl.exe is the compiler provided by Microsoft. It's normally part of an
> installation of Microsoft's Visual Studio IDE. I think the last version of
> Visual Studio that supports Windows XP is Visual Studio 2010. You can
> obtain the cl.exe compiler for free as part of the Windows SDK
> http://www.microsoft.com/en-us/download/details.aspx?id=24826 . Hopefully
> this will get you started. It's probably worth trying to compile a simple
> "hello world" application first before trying to build anything larger.
>
> Cheers,
> Andrew
>
>
> On 24/07/14 23:33, Freddy Martinez Garcia wrote:
>
>> Hi guys…. i’m new using scons and I need to compile de mongo-client-cxx
>> driver for windows. I had use scons with linux and mac, but in windows i
>> don’t have the same result.
>>
>> when I run scons -Q to compile my library, scons say the following:
>>
>> scons version: 2.3.2
>> python version: 2 7 8 'final' 0
>> NOTE: Tool configuration did not find 'cl' compiler, falling back to os
>> environment
>> C++ compiler g++ does not work
>>
>> How can I fix this ??
>>
>> best regards
>>
>>
>> Freddy Martinez Garcia
>> Lic. Ciencia de la Computacion
>> C++ and Qt Senior Developer
>> Software Manager at Eulerideas
>> www.eulerideas.com
>> freddy311082 at gmail.com
>>
>> _______________________________________________
>> Scons-users mailing list
>> Scons-users at scons.org
>> http://four.pairlist.net/mailman/listinfo/scons-users
>>
>
> _______________________________________________
> Scons-users mailing list
> Scons-users at scons.org
> http://four.pairlist.net/mailman/listinfo/scons-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://four.pairlist.net/pipermail/scons-users/attachments/20140724/0301c7f1/attachment.html>


More information about the Scons-users mailing list