Wireshark mailing list archives
Re: Status Cmake Win32 support
From: Joerg Mayer <jmayer () loplof de>
Date: Fri, 29 Nov 2013 18:56:25 +0100
On Sun, Nov 24, 2013 at 07:45:07PM +0000, Graham Bloice wrote:
I've now got tshark to build from a VS solution file, had to do some hacks to get there though, patch files attached for others to peruse, as I'm not sure if they are the optimal solutions: 3. As mentioned in my previous message, the VS solution chops out every 8192nd byte from the command line passed to make-dissector-reg.py. My patch (make-reg.patch) gets CMake to write out the required source file list to a file and modifies the python script to read in the file. The python changes *should* be backwards compatible.
The compile on my openSUSE 13.1 system fails (and I can confirm that this gets
me further with msbuild builds :-)
make[2]: Entering directory `/home/jmayer/work/wireshark/svn/build/qt-gtk3'
/usr/bin/cmake -E cmake_progress_report /home/jmayer/work/wireshark/svn/build/qt-gtk3/CMakeFiles
[ 94%] Generating plugin.c
cd /home/jmayer/work/wireshark/svn/build/qt-gtk3/plugins/asn1 && /usr/bin/python2
/home/jmayer/work/wireshark/svn/trunk/tools/make-dissector-reg.py /home/jmayer/work/wireshark/svn/trunk/plugins/asn1
Traceback (most recent call last):
File "/home/jmayer/work/wireshark/svn/trunk/tools/make-dissector-reg.py", line 34, in <module>
registertype = sys.argv[2]
IndexError: list index out of range
make[2]: *** [plugins/asn1/plugin.c] Error 1
make[2]: Leaving directory `/home/jmayer/work/wireshark/svn/build/qt-gtk3'
Ciao
Jörg
--
Joerg Mayer <jmayer () loplof de>
We are stuck with technology when what we really want is just stuff that
works. Some say that should read Microsoft instead of technology.
___________________________________________________________________________
Sent via: Wireshark-dev mailing list <wireshark-dev () wireshark org>
Archives: http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
mailto:wireshark-dev-request () wireshark org?subject=unsubscribe
Current thread:
- Re: Status Cmake Win32 support Graham Bloice (Nov 22)
- Re: Status Cmake Win32 support Graham Bloice (Nov 24)
- Re: Status Cmake Win32 support Graham Bloice (Nov 24)
- Re: Status Cmake Win32 support Joerg Mayer (Nov 26)
- Re: Status Cmake Win32 support Graham Bloice (Nov 26)
- Re: Status Cmake Win32 support Joerg Mayer (Nov 27)
- Re: Status Cmake Win32 support Graham Bloice (Nov 24)
- Re: Status Cmake Win32 support Graham Bloice (Nov 24)
- Re: Status Cmake Win32 support Joerg Mayer (Nov 29)
- Re: Status Cmake Win32 support Graham Bloice (Nov 29)
- Re: Status Cmake Win32 support Joerg Mayer (Nov 29)
