Warpten / protobuf-wireshark

Automatically exported from code.google.com/p/protobuf-wireshark
Apache License 2.0
0 stars 1 forks source link

Error compiling .cc file. #10

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I am getting an error where . / c++ is not recognized  as a internal or 
external command.

Here is the output:

make_wireshark_plugin.py iudp.conf
Generating Wireshark plugin for  iUDP
Generating  C:\CR1\source\Wireshark/plugins/iUDP/packet-iUDP.c
Generating  C:\CR1\source\Wireshark/plugins/iUDP/Makefile.am
Generating  C:\CR1\source\Wireshark/plugins/iUDP/moduleinfo.h
Generating  C:\CR1\source/wireshark-glue-iUDP.cc
Generating  C:\CR1\source/wireshark-glue-iUDP.h
plugins/iUDP/Makefile already present in configure.in
iUDP already present in plugins/Makefile.am
'.' is not recognized as an internal or external command,
operable program or batch file.
'.' is not recognized as an internal or external command,
operable program or batch file.
'c++' is not recognized as an internal or external command,
operable program or batch file.
Unable to compile wireshark-glue-iUDP.cc

c:\CR1\source\WIRESHARK TOOLS\protobuf-wireshark\iudp>

What version of the product are you using? On what operating system?
I have build the wireshark sources (1.9.1)
I have configured the .conf file point to the correct locations.
I am running on Windows 7, have Visual Studio 2010.

First issue
*make_wireshark_plugin.py issue
*I had an error where it could not open 'configure.in' and I saw the issue  
*opened where this was fixed by changing it to configure.ac

Original issue reported on code.google.com by Lewis.Ha...@gmail.com on 21 Mar 2013 at 11:09