Re: [Wireshark-dev] Qt compilation.

2012-11-12 Thread Akos Vandra
Can anyone help me on this? Regards, Ákos Vandra On 7 November 2012 14:37, Akos Vandra wrote: > Hi Roland, > > Thanks for the tip, it's mostly working, but only with a single thread. > Using more threads (-j10 for ex.) fails, at linking. > > However even with only one thread at 75% I get: >

Re: [Wireshark-dev] Qt compilation.

2012-11-07 Thread Akos Vandra
Hi Roland, Thanks for the tip, it's mostly working, but only with a single thread. Using more threads (-j10 for ex.) fails, at linking. However even with only one thread at 75% I get: Linking C executable dftest [ 75%] Built target dftest [ 75%] Building C object CMakeFiles/dumpcap.dir/dumpcap.c

Re: [Wireshark-dev] Qt compilation.

2012-11-07 Thread Roland Knall
Hi Try not to run cmake but instead run cmake-gui, using the same parameters. Additionally, it is useful to create a separate build directory. therefore, build-files wil not clutter up the src space. So, checkout wireshark, make a goto wireshark, create a directory named "build" cd into it and ca

Re: [Wireshark-dev] Qt compilation.

2012-11-07 Thread Akhil Pillai
Following are the steps installing wireshark on ubuntu by src code compilation--installation link--- http://binarynature.blogspot.in/2011/05/compile-and-install-wireshark-on-fedora.html 1. sudo apt-get update 2. sudo apt-get install autoconf bison flex libtool libgtk2.0-dev libp

[Wireshark-dev] Qt compilation.

2012-11-07 Thread Akos Vandra
Hi guys! I am new to cmake, and I am unable to compile Wireshark for Qt. Can someone please write a step-by-step guide on what commands I have to issue in order to build it? This is what I wanted to try: edit CMakeOptions is trunk/ and set GTK to OFF, QT to ON. "cmake ." "make -j 10" My output