← Back to team overview

yade-dev team mailing list archive

[Bug 485424] Re: colon separated paths in scons.profile-*

 

PS. you might need to delete the old scons.profile-* files. Afterwards,
check that the saved profile contains just string with colons (not
list).

** Changed in: yade
       Status: New => Fix Committed

-- 
colon separated paths in scons.profile-*
https://bugs.launchpad.net/bugs/485424
You received this bug notification because you are a member of Yade
developers, which is subscribed to Yade.

Status in Yet Another Dynamic Engine: Fix Committed

Bug description:
When I write in scons.profile-*:

CPPPATH=['path1:path2']

after first scons run it become

CPPPATH=['path1', 'path2']

and after second scons run it become:

CPPPATH=['path1 path2']

So config is failed after first scons run already.



References