Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can not build on Mac High Sierra. #619

Closed
pablichjenkov opened this issue Feb 4, 2018 · 5 comments
Closed

Can not build on Mac High Sierra. #619

pablichjenkov opened this issue Feb 4, 2018 · 5 comments

Comments

@pablichjenkov
Copy link

When executing ./autoconf.sh I got the following output. What I am missing?

./configure: line 15993: syntax error near unexpected token libusbmuxd,' ./configure: line 15993: PKG_CHECK_MODULES(libusbmuxd, libusbmuxd >= $LIBUSBMUXD_VERSION)'

@abardallis
Copy link

abardallis commented Mar 21, 2018

Initially, I was having the same issue.

  1. I cloned libimobiledevice/libusbmuxd from https://github.com/libimobiledevice/libusbmuxd.
  2. cd to that directory and then ran the installation steps that are in that repos README.
  3. cd back to the local libimobiledevice directory (I had cloned that one as well rather than installing with Homebrew) and saw that while ./configure --disable-openssl was still throwing that error, ./autogen.sh --disable-openssl was no longer throwing that error but was successfully completing.
  4. I was able to then execute make and make install without issues.

@HHMedic
Copy link

HHMedic commented Jun 21, 2018

I has the same quetion, but abardallis's solution doesnot help.

@nikias
Copy link
Member

nikias commented Jun 21, 2018

You need to install pkg-config... is anyone actually reading README / Requirements ?

@dandv
Copy link

dandv commented Sep 27, 2018

@nikias: this dependency is a low-level one when used in higher level tasks like remote debugging Chrome on iOS, so people might never see the README when the follow instructions like brew install --HEAD libimobiledevice.

Anyway, thanks for the answer, it worked! (brew link --overwrite pkg-config, more specifically, since pkg-config was already installed on my machine).

@MRZHL
Copy link

MRZHL commented Apr 12, 2019

Thanks for answer , use brew link --overwrite pkg-config ,sucess

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants