Hi,
I like your idea. The attached patch works fine for me.
Regards,
Peter
Am 22.02.2018 um 19:52 schrieb Guy Harris:
> find "$pkglib" "$pkgexec" -type f -print0 | xargs -0 otool -L
> $lib_dep_search_list
diff --git a/packaging/macosx/osx-app.sh b/packaging/macosx/osx-app.sh
index cb507ae17b..4
Hi,
I found another issue while building a DMG on macOS 10.13.3.
While collecting the libraries which need to be added to the app bundle,
objdump shows an error as follows:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/objdump:
'Wireshark.app/Contents/F
wer to me as I'm not subscribed to the
mailing list.
Am 20.01.2018 um 08:31 schrieb Peter Meiser:
> Hi,
>
> I try to compile Wireshark under macOS 10.13.2. I installed the needed
> libraries and tools via brew (see the list and versions below).
>
> "make&qu
Hi,
I still need your help as I can't fix this issue by myself.
Thanks,
Peter
Am 20.01.2018 um 08:31 schrieb Peter Meiser:
> Hi,
>
> I try to compile Wireshark under macOS 10.13.2. I installed the needed
> libraries and tools via brew (see the list and versions below).
>
Hi,
I try to compile Wireshark under macOS 10.13.2. I installed the needed
libraries and tools via brew (see the list and versions below).
"make" runs fine, "make dmg_package" shows the an error inbetween so that the
some libs the wrong rpath, e.g. libhogweed.4.dylib or ethercat.so.
Here's the