On Jan 22, 2015, at 1:08 AM, Anders Broman <
a.broman58@xxxxxxxxx> wrote:
Hi,
I reran the script and now it fails...
:
Making install in .
./install-sh -c -d '/usr/local/bin'
/bin/sh ./libtool --mode=install /usr/bin/install -c pkg-config '/usr/local/bin'
libtool: install: /usr/bin/install -c pkg-config /usr/local/bin/pkg-config
/Applications/Xcode.app/Contents/Developer/usr/bin/make install-exec-hook
cd /usr/local/bin && ln pkg-config x86_64-apple-darwin13.4.0-pkg-config
ln: x86_64-apple-darwin13.4.0-pkg-config: File exists
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8855Not a new problem. I don't know why /usr/local/bin/pkg-config is there, if pkg-config hasn't been installed, or why it's trying to install it if it *is* installed, but try removing /usr/local/bin/pkg-config and then re-running the script.
Then, if the script completes successfully, try running it again to make sure it doesn't try installing pkg-config again.
You have already accepted the terms of the license.
Failed to resolve SDK path for 'MacOSX10.10.sdk'
Failed to resolve SDK path for 'MacOSX10.10.sdk'
Precompiled-headers support disabled.
Symbol visibility control disabled.
-o libtest.so -shared -Wl,-Bsymbolic-functions -fPIC bsymbolic_functions.c
/Users/andersbroman/wireshark/macosx-support-libs/qt-everywhere-opensource-src-5.2.1/qtbase/config.tests/unix/bsymbolic_functions.test: line 14: -o: command not found
Symbolic function binding disabled.
DEFAULT_INCDIRS="/usr/include
/usr/local/include"
DEFAULT_LIBDIRS="/lib
/usr/lib"
Creating qmake...
make: Nothing to be done for `first'.
Running configuration tests...
Failed to process makespec for platform 'macx-clang'
Project ERROR: Could not resolve SDK path for 'MacOSX10.10.sdk'
make: *** No targets specified and no makefile found. Stop.
Anderss-MacBook-Pro:wireshark andersbroman$