[Scons-users] Request for help, SCons builds of D code on Windows

Timothee Besset ttimo at ttimo.net
Mon Feb 4 10:17:09 EST 2013


Hello,

Can you produce a full example, where you pass the execution environment
down fully, to make it clear it is not indeed a problem covered by
http://scons.org/wiki/FrequentlyAskedQuestions#Why_doesn.27t_SCons_find_my_compiler.2BAC8-linker.2BAC8-etc..3F_I_can_execute_it_just_fine_from_the_command_line.
?

Something like this:

import os
env = Environment( ENV = os.environ )
env.Program( "test",["test.d"] )

?



On Sun, Feb 3, 2013 at 11:21 PM, Russel Winder <russel at winder.org.uk> wrote:


> I need a SCons/D/Windows user to give a helping hand in fixing this

> problem.

>

> http://scons.tigris.org/issues/show_bug.cgi?id=2881

> http://scons.tigris.org/issues/show_bug.cgi?id=2890

>

> Any offers?

>

> Thanks.

>

> --

> Russel.

>

> =============================================================================

> Dr Russel Winder t: +44 20 7585 2200 voip:

> sip:russel.winder at ekiga.net

> 41 Buckmaster Road m: +44 7770 465 077 xmpp: russel at winder.org.uk

> London SW11 1EN, UK w: www.russel.org.uk skype: russel_winder

>

> _______________________________________________

> 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/20130204/8ebaf352/attachment.htm>


More information about the Scons-users mailing list