Re: [Wireshark-dev] build fails with switch --without-qt

2015-05-06 Thread wulfman
pkg-config --modversion QtCore 4.8.2 ahhh that explains everything with qt on arm i am currently compiling with the newest get pull after enabling --with-gtk3 if that works all is well i will see if i can upgrade qt to version 5 and try again thank you On 5/6/2015 11:45 AM, Bálint Réczey wrot

Re: [Wireshark-dev] build fails with switch --without-qt

2015-05-06 Thread Bálint Réczey
2015-05-06 20:03 GMT+02:00 wulfman : > the command below gives this > > make[4]: *** [ui/qt/CMakeFiles/qtui.dir/color_utils.cpp.o] Error 1 > make[4]: Leaving directory `/root/wireshark/obj-arm-linux-gnueabihf' > make[3]: *** [ui/qt/CMakeFiles/qtui.dir/all] Error 2 > make[3]: Leaving directory `/roo

Re: [Wireshark-dev] build fails with switch --without-qt

2015-05-06 Thread wulfman
the command below gives this make[4]: *** [ui/qt/CMakeFiles/qtui.dir/color_utils.cpp.o] Error 1 make[4]: Leaving directory `/root/wireshark/obj-arm-linux-gnueabihf' make[3]: *** [ui/qt/CMakeFiles/qtui.dir/all] Error 2 make[3]: Leaving directory `/root/wireshark/obj-arm-linux-gnueabihf' make[2]: **

Re: [Wireshark-dev] build fails with switch --without-qt

2015-05-06 Thread Guy Harris
On May 6, 2015, at 7:32 AM, wulfman wrote: > same error after Same error after *what*? If "git log configure.ac" doesn't include commit 2cf2f36fb3cc2c114c8ba1220f345f10e458fb87 Author: Guy Harris Date: Tue May 5 22:37:25 2015 -0700 Fix configuration with --without-qt and with no --wit

Re: [Wireshark-dev] build fails with switch --without-qt

2015-05-06 Thread Bálint Réczey
Could you please try: git clean -dxf && dpkg-buildpackage -us -uc -rfakeroot in the git directory? The deb packages are known to build fine: https://buildd.debian.org/status/package.php?p=wireshark&suite=unstable Cheers, Balint 2015-05-06 16:32 GMT+02:00 wulfman : > same error after > > git fetch

Re: [Wireshark-dev] build fails with switch --without-qt

2015-05-06 Thread wulfman
same error after git fetch wireshark ./autogen.sh ./configure --without-qt checking whether to use /usr/local for headers and libraries... yes checking for sed... (cached) /bin/sed checking for GNU sed as first sed in PATH... yes checking if profile builds must be generated... no configure: error

Re: [Wireshark-dev] build fails with switch --without-qt

2015-05-05 Thread Guy Harris
On May 5, 2015, at 5:24 PM, evilwulfie wrote: > it seems that the --without-qt option breaks the check for GTK See the responses to the same messages from your other account. ___ Sent via:Wireshark-dev mailing list Ar

Re: [Wireshark-dev] build fails with switch --without-qt

2015-05-05 Thread Guy Harris
On May 5, 2015, at 8:54 PM, wulfman wrote: > from config.log > > configure:32264: result: yes > configure:32343: checking if profile builds must be generated > configure:32357: result: no > configure:33698: error: Neither Qt nor GTK+ 2.12.0 or later are > available, so Wireshark can't be compil

Re: [Wireshark-dev] build fails with switch --without-qt

2015-05-05 Thread wulfman
from config.log configure:32264: result: yes configure:32343: checking if profile builds must be generated configure:32357: result: no configure:33698: error: Neither Qt nor GTK+ 2.12.0 or later are available, so Wireshark can't be compiled http://pastebin.com/q7RAYqsA something in the version

[Wireshark-dev] build fails with switch --without-qt

2015-05-05 Thread evilwulfie
well this is all very confusing as everything seems to be there i am unable to understand why it cannot find gtk+ for the build from looking at the configure script it seems that the --without-qt option breaks the check for GTK+ i cannot compile with QT as there in an error while compiling qt colo

Re: [Wireshark-dev] build fails with switch --without-qt

2015-05-05 Thread Guy Harris
On May 5, 2015, at 5:46 PM, wulfman wrote: > after a > ./autogen.sh > ./configure --without-qt > > configure script runs and does the same thing > ~ > ~ > ~ > checking for GNU sed as first sed in PATH... yes > checking if profile builds must be generated... no > configure: error: Neither Qt nor

[Wireshark-dev] build fails with switch --without-qt

2015-05-05 Thread wulfman
well this is all very confusing as everything seems to be there i am unable to understand why it cannot find gtk+ for the build from looking at the configure script it seems that the --without-qt option breaks the check for GTK+ i cannot compile with QT as there in an error while compiling qt colo