Re: [Wireshark-dev] Wireshark 1.4 & Cmake status - zlib

2010-05-19 Thread Jose Pedro Oliveira
Joerg, On 2010-05-19 14:06, Joerg Mayer wrote: > On Wed, May 19, 2010 at 02:29:35PM +0200, Joerg Mayer wrote: >> I'll take care of it. > > Committed revision 32899. Thanks for the update. Output from tshark (built from wireshark-1.3.6-SVN-32899.tar.bz2): -- $ ./tshark -v TShark 1.3.6-SV

Re: [Wireshark-dev] Wireshark 1.4 & Cmake status - missing directory

2010-05-19 Thread Joerg Mayer
On Wed, May 19, 2010 at 02:29:35PM +0200, Joerg Mayer wrote: > I'll take care of it. Committed revision 32899. Ciao Joerg -- Joerg Mayer We are stuck with technology when what we really want is just stuff that works. Some say that should read Microso

Re: [Wireshark-dev] Wireshark 1.4 & Cmake status - missing directory

2010-05-19 Thread Joerg Mayer
On Wed, May 19, 2010 at 02:21:56AM +0100, Jose Pedro Oliveira wrote: > But this is strange: "... without libz ... " as ENABLE_ZLIB was ON. Same here: Compiled (32-bit) with GLib 2.22.4, with libpcap (version unknown), without libz, with POSIX capabilities (Linux), with libpcre 7.9, with SMI 0.4.5

Re: [Wireshark-dev] Wireshark 1.4 & Cmake status

2010-05-19 Thread Joerg Mayer
On Tue, May 18, 2010 at 08:35:33PM +0200, Stig Bj?rlykke wrote: > On Tue, May 18, 2010 at 4:14 PM, Joerg Mayer wrote: > > Maybe something went wrong with the current directory or the creation of > > AUTHORS-SHORT? > > Oh, it's because I have a generated AUTHORS-SHORT in the source directory. > Ma

Re: [Wireshark-dev] Wireshark 1.4 & Cmake status - missing directory

2010-05-18 Thread Jose Pedro Oliveira
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 1

Re: [Wireshark-dev] Wireshark 1.4 & Cmake status

2010-05-18 Thread Stig Bjørlykke
On Tue, May 18, 2010 at 4:14 PM, Joerg Mayer wrote: > Maybe something went wrong with the current directory or the creation of > AUTHORS-SHORT? Oh, it's because I have a generated AUTHORS-SHORT in the source directory. Maybe we have to add an explicit reference somewhere? -- Stig Bjørlykke ___

Re: [Wireshark-dev] Wireshark 1.4 & Cmake status - missing directory

2010-05-18 Thread Jeff Morriss
Jose Pedro Oliveira wrote: > Jaap, > > Thanks for adding the missing file. > > Noe there is another problem - a missing directory: > > -- > ... > CMake Error at epan/CMakeLists.txt:37 (add_subdirectory): > add_subdirectory given source "dissectors/dcerpc" which is not an existing > d

Re: [Wireshark-dev] Wireshark 1.4 & Cmake status - missing directory

2010-05-18 Thread Jose Pedro Oliveira
Jaap, Thanks for adding the missing file. Noe there is another problem - a missing directory: -- ... CMake Error at epan/CMakeLists.txt:37 (add_subdirectory): add_subdirectory given source "dissectors/dcerpc" which is not an existing directory. ... -- Note: this directory ex

Re: [Wireshark-dev] Wireshark 1.4 & Cmake status

2010-05-18 Thread Joerg Mayer
On Mon, May 17, 2010 at 09:58:22PM +0200, Stig Bj?rlykke wrote: > On Fri, May 14, 2010 at 3:04 PM, Joerg Mayer wrote: > > - Non-Linux Unix'ish OSses might or might not work - tests and reports > >  always welcome. > > On OSX I can compile using Xcode, but using Makefiles the build stops here: >

Re: [Wireshark-dev] Wireshark 1.4 & Cmake status - missing file

2010-05-17 Thread Jaap Keuter
On 05/18/2010 02:58 AM, Jose Pedro Oliveira wrote: > On 2010-05-14 15:36, Joerg Mayer wrote: > ...[snip]... >>> Should we ship all the Cmake stuff in the tarballs so more people can >>> play with it (e.g., those without SVN access), even if it's not "release >>> quality?" >> >> From my point of vi

Re: [Wireshark-dev] Wireshark 1.4 & Cmake status - missing file

2010-05-17 Thread Jose Pedro Oliveira
On 2010-05-14 15:36, Joerg Mayer wrote: ...[snip]... >> Should we ship all the Cmake stuff in the tarballs so more people can >> play with it (e.g., those without SVN access), even if it's not "release >> quality?" > > From my point of view: Sure :-) Hi, The file "CPackConfig.txt" is missing

Re: [Wireshark-dev] Wireshark 1.4 & Cmake status

2010-05-17 Thread Stig Bjørlykke
On Fri, May 14, 2010 at 3:04 PM, Joerg Mayer wrote: > - Non-Linux Unix'ish OSses might or might not work - tests and reports >  always welcome. On OSX I can compile using Xcode, but using Makefiles the build stops here: [ 72%] Generating tshark.1, tshark.html [ 72%] Generating AUTHORS-SHORT-FORM

Re: [Wireshark-dev] Wireshark 1.4 & Cmake status

2010-05-14 Thread Joerg Mayer
On Fri, May 14, 2010 at 10:11:54AM -0400, Jeff Morriss wrote: > > Well, most of the elementary stuff builds and installs on my system but > > I don't regard it being release quality: > > - The lua-plugin doesn't build (it did at some point in time, but later > > code changes broke this and I fail

Re: [Wireshark-dev] Wireshark 1.4 & Cmake status

2010-05-14 Thread Jeff Morriss
Joerg Mayer wrote: > On Fri, May 14, 2010 at 03:00:35AM +0100, Jose Pedro Oliveira wrote: >> Will we be able to build Wireshark 1.4 using Cmake from its >> source tarball? I'm asking this because the CMake files >> are available in the svn trunk but are not being shipped in >> the current developer

Re: [Wireshark-dev] Wireshark 1.4 & Cmake status

2010-05-14 Thread Joerg Mayer
On Fri, May 14, 2010 at 03:00:35AM +0100, Jose Pedro Oliveira wrote: > Will we be able to build Wireshark 1.4 using Cmake from its > source tarball? I'm asking this because the CMake files > are available in the svn trunk but are not being shipped in > the current developer [1] or buildbot [2] tarb

[Wireshark-dev] Wireshark 1.4 & Cmake status

2010-05-13 Thread Jose Pedro Oliveira
Hi, Will we be able to build Wireshark 1.4 using Cmake from its source tarball? I'm asking this because the CMake files are available in the svn trunk but are not being shipped in the current developer [1] or buildbot [2] tarballs. Regards, jpo Source tarballs: [1] - http://www.wireshark.org/dow