Re: [Wireshark-dev] Packaging .dlls from Qt 5.2 on Windows?

2014-06-24 Thread hsivank
Hello, Do you plan to make a solution based on cmake + cpack + nsis ? There are two interesting module : InstallRequiredSystemLibraries and fixup_bundle from BundleUtilities (http://www.cmake.org/Wiki/BundleUtilitiesExample) It works pretty well for me with Qt5.2 / Qt5.3 Hsivank Le 24

Re: [Wireshark-dev] New mac cmake setup

2014-06-02 Thread hsivank
If libmodule-2.0.dylib is installed inside /usr/local/lib on your machine, a library path is missing in your command (something like : -L/usr/local/lib) Quickly, You can overwrite some cache value inside "CMakeCache.txt" and add this missing path. Or you can take a look inside wsutil/CMakeLists.t

[Wireshark-dev] kerberos configure error OSX

2013-02-04 Thread hsivank
Hello, There is a problem with kerberos detection on OSX : https://trac.macports.org/ticket/37924 You could find a patch here : https://trac.macports.org/browser/trunk/dports/net/wireshark/files/patch-configure.diff?rev=102550 Hsivank

Re: [Wireshark-dev] Cmake build failing

2012-09-24 Thread hsivank
> CMake Error at CMakeLists.txt:59 (string): > string sub-command REGEX, mode REPLACE needs at least 6 arguments total to > command. Maybe one arg is not defined ! Hsivank ___ Sent via:Wireshark-dev mai

Re: [Wireshark-dev] Can't build QtShark on Windows

2012-01-24 Thread hsivank
You should link against Portaudio. Add in QtShark.pro something like : LIBS += -L$${WIRESHARK_LIB_DIR}/portaudio_v19_2/lib/ -lportaudio or Maybe you can undef HAVE_LIBPORTAUDIO H.sivank Le 24 janv. 2012 à 16:15, Anders Broman a écrit : > Hi, > When I try to build QtShark on windows it whines a

[Wireshark-dev] drag and drop support with gtkosxapplication variant

2011-01-08 Thread hsivank
Hello the Wireshark team,-A patch to allow drag and drop on wireshark icon doc : gtkosxapplication_drag_and_drop.diff Description: Binary data It does not require old(Carbon) ScriptExec-A patch to fix configure with cmake with macports libs : cmake_modules_FindGTK2.cmake.diff Description: Binary