berkus / enso

Automatically exported from code.google.com/p/enso
Other
1 stars 0 forks source link

Swig won't be executed if installed in a directory with spaces on Windows #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install Swig into a directory with a space (eg, "c:\Program Files\Swig\")
2. Change Swig path in win32\SConstruct
3. Try compiling
4. Fail.

What is the expected output? What do you see instead?
Swig's .exe should be executed with the path enclosed in double quotes - at
the moment it isn't, so fails when the path contains any spaces.

What version of the product are you using? On what operating system?
Windows

Original issue reported on code.google.com by unfocu...@gmail.com on 22 Mar 2008 at 5:46

Attachments: