Jeff, On 2010-05-18 17:00, Jeff Morriss wrote: ...[snip]... > Yeah, I wasn't sure what to do with that the first time through. Added > that directory and the pidl subdirectory in rev 32879.
Thanks! It is now possible to build Wireshark (without Lua and Python) from a buildbot tarball in Fedora 12 x86_64: Steps: 1) whet -N -c http://www.wireshark.org/download/automated/src/wireshark-1.3.6-SVN-32880.tar.bz2 2) tar xf wireshark-1.3.6-SVN-32880.tar.bz2 3) cd wireshark-1.3.6-SVN-32880 4) mkdir Build; cd Build 5) cmake -DENABLE_LUA=OFF -DENABLE_PYTHON=OFF ../ 6) ./tshark -v ---------- TShark 1.3.6-SVN-32880 (SVN Rev 32880 from /trunk) Copyright 1998-2010 Gerald Combs <[email protected]> and contributors. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Compiled (64-bit) with GLib 2.22.5, with libpcap (version unknown), without libz, with POSIX capabilities (Linux), with libpcre 7.8, with SMI 0.4.8, with c-ares 1.6.0, without Lua, without Python, with GnuTLS 2.8.5, with Gcrypt 1.4.4, with MIT Kerberos, with GeoIP. Running on Linux 2.6.32.11-99.fc12.x86_64, with libpcap version 1.0.0, GnuTLS 2.8.5, Gcrypt 1.4.4. Built using gcc 4.4.3 20100127 (Red Hat 4.4.3-4). ---------- But this is strange: "... without libz ... " as ENABLE_ZLIB was ON. /jpo -- José Pedro Oliveira * mailto:[email protected] * ___________________________________________________________________________ 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
