Closed tim-gp closed 9 years ago
Hi, I'm getting:
libspotify@0.2.2 install /Users/timdp/Spotijay/node_modules/libspotify node-gyp configure build
CXX(target) Release/obj.target/libspotify/src/album.o In file included from ../src/album.cc:20: ../src/common.h:23:10: fatal error: 'libspotify/api.h' file not found
^
1 error generated. make: *\ [Release/obj.target/libspotify/src/album.o] Error 1
From the node-gyp.
Where does api.h need to be?
Thanks for the project, looks great and will be extremely helpful in conjunction with discotify.
See the other closed issue for resolution
Hi, I'm getting:
Tims-Mac-mini:Spotijay timdp$ npm install
CXX(target) Release/obj.target/libspotify/src/album.o In file included from ../src/album.cc:20: ../src/common.h:23:10: fatal error: 'libspotify/api.h' file not found
include <libspotify/api.h>
1 error generated. make: *\ [Release/obj.target/libspotify/src/album.o] Error 1
From the node-gyp.
Where does api.h need to be?
Thanks for the project, looks great and will be extremely helpful in conjunction with discotify.