This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

nmake -f Makefile.nmake all

0

I am getting a fatal error.

can i change this path as microsoft visual studio is in different location or i had to reinstall the microsoft visual studio 9.0 in that location..?

set copycmd=/y if not exist wireshark-gtk2 mkdir wireshark-gtk2 xcopy "C:\Program Files\Microsoft Visual Studio 9.0\VC\redist\x86\Micros oft.VC90.CRT*." wireshark-gtk2*. /d

asked 04 Mar '15, 19:36

Dhruv%20Gupta's gravatar image

Dhruv Gupta
6446
accept rate: 0%


One Answer:

0

It depends on what version of the sources you're running from.

Until a recent change in master, the paths were hard-coded in config.nmake depending on the version of Visual Studio you were using. After that change, the path automatically tracks the VS install location.

So, if building with sources from before that commit, you'll have to modify config.nmake to set the correct path for your installation.

answered 05 Mar '15, 01:47

grahamb's gravatar image

grahamb ♦
19.8k330206
accept rate: 22%