"saugat mitra" <[email protected]> wrote in message news:[email protected]... > Hi > I am compiling Wireshark 1.4.1 on Microsoft Visual C Studio 2008. I > have followed the steps as suggested in the Wireshark developers > Guide. > Have python 2.7 and have installed the tools provided by cygwin. I am > getting the following error - > > Creating library libwireshark.lib and object libwireshark.exp > dissectors.lib(packet-ncp-sss.obj) : error LNK2001: unresolved > external symbol _ett_nds > dissectors.lib(packet-ncp2222.obj) : error LNK2001: unresolved > external symbol _ett_nds
AFAIR packet-ncp2222.c is generated with Python. Even if Python is included in Cygwin, you need to install a different (native) version. I dont't know, why this hack is necessary, but it helps. You can check, if I'm right at the size of the source files (packet-ncp*.c). If you have a 0-byte-file, you probably got it. -- Andy ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <[email protected]> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe
