Skip to content
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

can not install via npm #25

Closed
ghost opened this issue Apr 4, 2012 · 1 comment
Closed

can not install via npm #25

ghost opened this issue Apr 4, 2012 · 1 comment

Comments

@ghost
Copy link

ghost commented Apr 4, 2012

It seems you have put an absolute path somewhere, npm complains:

OSError: [Errno 2] No such file or directory: '/Users/nikhilmarathe/workspace/node-code/node-taglib/build'

There's been a minor problem with building from source as well:

in src/tag.cc you need to #include <string.h> for strdup in order to make it compile on my machine, which is:
Fedora 16 x64 gcc 4.6.3
This change is too smal to open a pull request imho, forgive me if mentioning that here is wrong.

@nikhilm nikhilm closed this as completed in 5818557 Apr 4, 2012
@nikhilm
Copy link
Owner

nikhilm commented Apr 4, 2012

Thanks for the feedback! Both fixed

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

No branches or pull requests

1 participant