worked like a champ thanks
On 5/23/2015 6:53 PM, Guy Harris wrote:
> On May 23, 2015, at 6:39 PM, wulfman wrote:
>
>> In file included from packet-scsi.c:89:0:
>> packet-scsi.c: In function 'dissect_spc_mgmt_protocol_in':
>> packet-scsi.h:263:12: error: variab
In file included from packet-scsi.c:89:0:
packet-scsi.c: In function 'dissect_spc_mgmt_protocol_in':
packet-scsi.h:263:12: error: variable 'try_offset' might be clobbered by
'longjmp' or 'vfork' [-Werror=clobbered]
guint try_offset; \
^
pa
wrote:
> 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/qtu
Bálint Réczey wrote:
> 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,
> Balin
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
rsion checking ? i cant figure how you would tell
On 5/5/2015 8:12 PM, Guy Harris wrote:
> 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
>> ~
&g
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