Planeshifter / node-Rstats

[UNMAINTAINED] An interface for node.js to statistical programming language R based on the fabulous Rcpp package
GNU General Public License v2.0
58 stars 16 forks source link

Added Mac-specific building flags #2

Closed PaulMougel closed 9 years ago

PaulMougel commented 9 years ago

This should fix #1.


'GCC_ENABLE_CPP_EXCEPTIONS': 'YES' fixes this compilation error: error: cannot use 'throw' with exceptions disabled

'GCC_ENABLE_CPP_RTTI': 'YES' fixes this compilation error: cannot use typeid with -fno-rtti" issue

"MACOSX_DEPLOYMENT_TARGET": "10.7", "OTHER_CPLUSPLUSFLAGS": [ "-stdlib=libc++" ] fixes a runtime linking error. here is a sample message that was displayed: dyld: lazy symbol binding failed: Symbol not found