-
Notifications
You must be signed in to change notification settings - Fork 132
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
"Symbol not found" issue for OSX 10.9 #17
Comments
I also have that problem!
node v0.10.13 |
setting
Fixes the issue but results in the dyld library path being broken and so other errors start to pop up :-( |
I guess this is the problem?
|
libstdc++
|
without side effects (nothing changes for non MacOSX10.9 machines) https://github.com/mash/node-imagemagick-native/tree/runs-on-mavericks ImageMagick built on MacOSX10.9 uses libc++
so this branch uses libc++ to build node-imagemagick-native
but I think we need node using libc++ to run sanely with ImageMagick linked with libc++.
|
my ImageMagick 6.8.6-3 was installed before upgrading to 10.9
|
Working here! After do all that stuff, if you already installed the NPM module, you have to remove the node_modules/node-imagemagick-native and then install again. Working here! |
Hi, I've got a similar problem:
Deleted my project's node_modules folder, did 'npm cache clear', reinstalled the imagemagick version that you said (6.8.7-7) and did npm install, but still doesn't work. I had another project using node-imagemagick, so copied the folder into my project's node_modules and it worked, but need to fix this for future projects Mac OS X 10.9.4 (Macbook 13'' 2009) Thanks! |
+1 @djalmaaraujo thanks! |
Node is reporting the following error when using imagemagick-native:
environment:
Node: v0.10.22 - installed from nodejs.org package
OSX: 10.9
ImageMagick: stable 6.8.7-0 installed from homebrew
Xcode: 5.02
Thank you in advance :)
The text was updated successfully, but these errors were encountered: