-
Notifications
You must be signed in to change notification settings - Fork 70
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
Error on launch #12
Comments
Maybe add the missing library to your installation? |
Thanks for this - having problems doing this (XCode newbie) but will try to slog through it. Appreciate your work on this project! |
@lyleberman I am having the same trouble! I know there should be a way to include the library in the completed build, but I am no Xcode guru. @stweil Is it a licensing issue that prevent the turbo-jpeg lib files from being included, or some other reason? Thanks! |
@noaht8um, did you try the package from https://github.com/stweil/OSXvnc/releases/tag/V5_0_1? |
I worked around this by configuring libjpeg-turbo like $ ./configure --enable-static --disable-shared now it works on boxes without that installed (I didn't get that problem with V5_0_1 either FWIW). |
The latest code uses static linking for the JPEG library, so it is no longer necessary for end users to install libjpeg-turbo. See commit 71aeeb9 which fixed that problem. |
@lyleberman, please try the latest release. |
Hi. I used Xcode to build the most recent release but the application is crashing with this error:
Only happens on a machine where turbo-jpeg isn't installed. How can I fix this?
Thanks!
The text was updated successfully, but these errors were encountered: