Hi Igor, I've played with chipmunk lib & Esteban examples yesterday. But there's always this step to pass where NB throws some generic error when the lib is not found or not compiled with right options, ....
Would be nice to have some clearer error messages if possible like: - NBLibraryNotFoundException: "libchipmunk.dylib not found in path (/usr/local/lib, ./usr/lib...)"..... - NBFunctionAdressNotFoundException: "libchipmunk.dylib loaded, but could not find adress for function xxxxx, check compilation options ..." - NBCPlusPlusException: "libXXXX is C++ library, won't work" Laurent On Wed, Nov 28, 2012 at 5:34 PM, Igor Stasenko <[email protected]> wrote: > Try: > > CairoLibraryLoader getLibraryHandle > > also check what > > CairoLibraryLoader getLibraryPath > > answers and if the cairo library exists under that path. > > If not, change the implementation to point to right location of library. > > > -- > Best regards, > Igor Stasenko. >
