abdelkimo / or-tools

Automatically exported from code.google.com/p/or-tools
1 stars 0 forks source link

Windows build failing if sh.exe is on path #43

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Have a sh.exe file on path.
2. make third_party
3. If your PATH variable contains any spaces, autoconf build will fail.

What is the expected output? What do you see instead?
Complete building the third_party target successfully.

What version of the product are you using? On what operating system?
trunk, win8.1

Please provide any additional information below.
Removing sh.exe from PATH solves the problem.

It seems that win vs unix detection depends on existence of sh.exe in PATH.

Original issue reported on code.google.com by kerem...@gmail.com on 13 May 2014 at 2:21