Hi,

On Wed, 2007-02-28 at 11:09 -0600, Dirk Reiners wrote:
>       Hi Gerrit,
> 
> Gerrit Voss wrote:
> > 
> > Hmm I just moved it to Tools/scons-build/OpenSG/Tools and it worked
> > fine. The only difference I noticed is that I use ['Tools/....'] where
> > you use just '.' to set the toolpath.
> 
> *grunt* I tried that and scons couldn't find it. Let me try that again.
> 
> Nope:
> 
> SConstruct:
>        common_env = Environment(ENV = os.environ,
>                                 toolpath = 'Tools/scons-build',
>                                 tools = ['default', 'doxygen'])

I have

       common_env = Environment(ENV = os.environ,
                                toolpath = ['Tools/scons-build/OpenSG/Tools'],  
                                        
                                tools = ['default', 'doxygen'])

working without any change (for scons 0.96.95). I'm sure I did not 
manipulate scons (this time ;-)).

But toolspath=['Tools/scons-build'] works as well, just tried.

BTW, don't know if you dug that deep, The 'scons: *** No tool named
'doxygen': not a Zip file' message is not very help full. 

For whatever goes wrong during the import, this is the message you get.
>From syntax error to packages not found.

gerrit




-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Opensg-core mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-core

Reply via email to