Bug ID |
9281
|
Summary |
Unable to build on Windows, when Git's bin-dir is in PATH
|
Classification |
Unclassified
|
Product |
Wireshark
|
Version |
SVN
|
Hardware |
x86-64
|
OS |
Windows 7
|
Status |
UNCONFIRMED
|
Severity |
Normal
|
Priority |
Low
|
Component |
Wireshark
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Build Information:
VS 2010, x86 Build
--
I tried to build from SVN r52658 with VS 2010 compiler with "nmake -f
Makefile.nmake"
Build starts, but on some point it stops with
"Der Befehl "C:\Program" ist entweder falsch geschrieben oder konnte nicht
gefunden werden.
NMAKE : fatal error U1077: ""C:\Program Files (x86)\Git\bin\echo."":
Rückgabe-Co
de "0x1"
Stop.
NMAKE : fatal error U1077: ""c:\Program Files (x86)\Microsoft Visual Studio
10.0
\VC\BIN\nmake.exe"": Rückgabe-Code "0x2"
Translation:
Command "C:\Program" could not be found.
The path to my Git installation made me suspicous. I found a file called "echo"
in the Git directory. So I removed "C:\Program Files (x86)\Git\bin\" from my
PATH and then the build process works as expected.
I guess the echo commands in win-setup.sh are the issue.
You are receiving this mail because:
- You are watching all bug changes.