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
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
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
> 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
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
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