In regards to your previous emails, and Ralph's: (note that I am just
cutting and pasting relevant lines to avoid crazy time-warp
schenanigans)


>yup, looks like path problems. As TMC pointed out, PATH needs to be
>explicitly imported to make Windows happy; I didn't realize this.

In your new file, I changed:
PATH = env['PATH']
...to:
ENV = {'PATH' : env['PATH']}
....as Ralph suggested; this got rid of the "fbc not found" error.


>What is happening is that the 'svn' command is not found. I need to
>catch WindowsError as well too, though.. so it needs a fix anyway

Your new error catching code was good; I added SVN to the path and was
promptly told that "git wasn't installed". So I added git to the path,
and it worked fine. Much better error reporting. :)



>I never specify any target that looks remotely like the above,
>nor is it referenced in the sourcecode. <_|.

I think this is because I did something weird with the import syntax.
(I borrowed it from the V8 FAQ, so...) The problem is gone in the new
SConscript file.


>I've attached an updated SConscript which hopefully fixes these
> problems (and some others that TMC noticed, thanks TMC)

Mostly, except I now get this problem:
---------------------------------
cl /Fobuild\audwrap\audwrap.obj /c build\audwrap\audwrap.cpp -O2 -g
-Wall -Wno-non-virtual-dtor /nologo
cl : Command line error D8021 : invalid numeric argument '/Wno-non-virtual-dtor'
---------------------------------
In other words, the system is finding the "cl" compiler (Visual
Studio) instead of mingw. It is also trying to compile audwrap.obj....
not sure if this is intended behavior.

So, the new SConscript file is much better. But I'm still getting hung
up on audwrap. Perhaps TMC will have more luck.

-->Seth
_______________________________________________
Ohrrpgce mailing list
[email protected]
http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org

Reply via email to