Re: [Wireshark-dev] SVN HEAD not building

2012-05-27 Thread Guy Harris
On May 26, 2012, at 7:30 PM, Bill Meier wrote: I did (had to do ?) a complete rm config.cache, ./autogen.sh and ./configure sequence before doing make to get rid of the error. I had a similar problem, but I didn't have to do rm config.cache - re-running autogen.sh and configure was

Re: [Wireshark-dev] SVN HEAD not building

2012-05-27 Thread Akos Vandra
Yep, that helped, thanks! However when I tried to take a sneak peek at how the qt inteface looks like, I found that the build fails because of a missing file? I know it is experimental only, but it should build, right? Making all in ui/qt make[2]: Entering directory

Re: [Wireshark-dev] SVN HEAD not building

2012-05-27 Thread Tyson Key
Hi Akos, I haven't looked at that portion of the codebase (so I don't know how they've integrated the new UI code), but from experience with Qt development, that header file is supposed to be automatically generated, if I remember correctly. Tyson. 2012/5/27 Akos Vandra axo...@gmail.com Yep,

Re: [Wireshark-dev] SVN HEAD not building

2012-05-27 Thread Anders Broman
Akos Vandra skrev 2012-05-27 11:30: Yep, that helped, thanks! However when I tried to take a sneak peek at how the qt inteface looks like, I found that the build fails because of a missing file? I know it is experimental only, but it should build, right? Are you building from a tarball?

Re: [Wireshark-dev] SVN HEAD not building

2012-05-27 Thread Akos Vandra
No, the file is there. I am building from SVN HEAD (trunk) akos@FM12BQ:~/projects/c/wireshark/wireshark$ svn info Path: . URL: http://anonsvn.wireshark.org/wireshark/trunk Repository Root: http://anonsvn.wireshark.org/wireshark Repository UUID: f5534014-38df-0310-8fa8-9805f1628bb7 Revision: 42860

Re: [Wireshark-dev] SVN HEAD not building

2012-05-27 Thread Anders Broman
Akos Vandra skrev 2012-05-27 12:56: I haven't tried building on linux, check README.qt in the doc folder. Cmake or qtcreator might be needed... Regards Anders No, the file is there. I am building from SVN HEAD (trunk) akos@FM12BQ:~/projects/c/wireshark/wireshark$ svn info Path: . URL:

[Wireshark-dev] SVN HEAD not building

2012-05-26 Thread Akos Vandra
Hi! I'm developing a few dissectors for socketcan. They were working fine, until I decided to update to SVN head. Now during the build I get: Making all in dissectors make[3]: Entering directory `/home/akos/projects/c/wireshark/wireshark/epan/dissectors' make[3]: *** No rule to make target

Re: [Wireshark-dev] SVN HEAD not building

2012-05-26 Thread Akos Vandra
Sorry, I forgot to mention: I am running ubuntu 10.10, x64 version. On 27 May 2012 01:05, Akos Vandra axo...@gmail.com wrote: Hi! I'm developing a few dissectors for socketcan. They were working fine, until I decided to update to SVN head. Now during the build I get: Making all in

Re: [Wireshark-dev] SVN HEAD not building

2012-05-26 Thread Pascal Quantin
Le 27 mai 2012 à 01:12, Akos Vandra axo...@gmail.com a écrit : Sorry, I forgot to mention: I am running ubuntu 10.10, x64 version. On 27 May 2012 01:05, Akos Vandra axo...@gmail.com wrote: Hi! I'm developing a few dissectors for socketcan. They were working fine, until I decided to

Re: [Wireshark-dev] SVN HEAD not building

2012-05-26 Thread Akos Vandra
Nope, make distclean also fails for the same reason... :) Regards, Ákos On 27 May 2012 01:18, Pascal Quantin pascal.quan...@gmail.com wrote: Le 27 mai 2012 à 01:12, Akos Vandra axo...@gmail.com a écrit : Sorry, I forgot to mention: I am running ubuntu 10.10, x64 version. On 27 May 2012

Re: [Wireshark-dev] SVN HEAD not building

2012-05-26 Thread Akos Vandra
Okay, after trying to buld revisions 42000, 42500, 42700, 42800, 42750, 42725, 42712, 42706, 40709, 42708, 420707, I narrowed it down to some change between revisions 42706 and 42707 (42706 builds fine, 42707 gives the aforementioned error). Can someone please check what was that change? I've

Re: [Wireshark-dev] SVN HEAD not building

2012-05-26 Thread Bill Meier
On 5/26/2012 7:40 PM, Akos Vandra wrote: On 27 May 2012 01:18, Pascal Quantinpascal.quan...@gmail.com wrote: Le 27 mai 2012 à 01:12, Akos Vandraaxo...@gmail.com a écrit : Sorry, I forgot to mention: I am running ubuntu 10.10, x64 version. On 27 May 2012 01:05, Akos Vandraaxo...@gmail.com