Skip to content
This repository has been archived by the owner on May 19, 2021. It is now read-only.

Errors building #2

Open
plaguez137 opened this issue May 14, 2021 · 0 comments
Open

Errors building #2

plaguez137 opened this issue May 14, 2021 · 0 comments

Comments

@plaguez137
Copy link

plaguez137 commented May 14, 2021

I experienced the same build issue as @fruitofgeorge, and successfully solved the imobiledevice error. I then had this error:

ld: library not found for -ljsmn

Aside from "-ljsmn" being confusing (looks like an incorrect parsing of "-l jsmn"), I thought maybe the Makefile including jsmn in the libs was inaccurate. I removed this reference, and then Make worked without error. I'm not certain if this is correct, though.

Will iosVNCServer still work like this?
Thanks

QUOTE <
Digging further, turns out there is supposed to be a makefile in the /jsmn directory but when cloning it just makes an empty folder. I was able to find another repo for jsmn and copy it in.
After taking care of that, it complained of not finding the library for imobiledevice. Looks like when installed with brew, it appends the version number on it. I had to edit the makefile to be -l imobiledevice-1.0 and then it builds.

Originally posted by @fruitofgeorge in #1 (comment)

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

No branches or pull requests

1 participant