-
Notifications
You must be signed in to change notification settings - Fork 106
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
Failed to build plugin on OSX #49
Comments
Are you using XCode to build it? |
It's being built with the xcodebuild command line utility (so yes?). Is there a different way I could try? |
You can try to use proper XCode to build, |
I believe it originates from the PluginConfig.cmake file, that sets the name of the product.
these determine the file to be copied. |
Changing the following line in
Unfortunately the plugin still appears to fail to load, Chrome spits out:
Running
I've confirmed that all the libraries exist in /usr/lib and have the dyld fallback path set appropriately. Unfortunately I have no idea how to try and debug the issue further with the plugin. |
I haven't encountered that error yet... |
I know this is old, but I wanted to say I can't build in Xcode 5 in Mavericks on Mac. I went through every step in the README successfully, but failed trying to build in Xcode.
I've tried building for both i386 and x86_64 architectures with no luck |
I'm getting a build error in the post build steps when trying to compile the plugin for chrome.
Note that the directory actually looks like this:
It would appear that its attempting to copy across
DepthJSPlugin.plugin
when the plugin has been namednpdepthjsplugin.plugin
by make? Any ideas?The text was updated successfully, but these errors were encountered: