Skip to content

Add xcode libjpeg linker instructions in readme#15

Open
Daandelange wants to merge 1 commit into
armadillu:mainfrom
Daandelange:main
Open

Add xcode libjpeg linker instructions in readme#15
Daandelange wants to merge 1 commit into
armadillu:mainfrom
Daandelange:main

Conversation

@Daandelange

Copy link
Copy Markdown

Hi,
While it compiled fine on of_v0.12 + macos 10.15 with Qtcreator and makefiles, I had a hard time getting it to run with Xcode; I was getting the version mismatch error stated in the readme.

It turns out that linker argument order is important for loading dylibs, and the PG puts them at the end for newly generated xcode projects.

Forcing the embedded one by moving it to the first position resolved my issue. Readme message added.

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

Successfully merging this pull request may close these issues.

1 participant