Forum Discussion
steeve
13 years agoExplorer
[OSX] Problem building sample app from command line
Hi folks So I'm having a linking issue when building my small sample app from the command line on OSX: Here is the small version: $ c++ -I./OculusSDK/LibOVR/Include -L./OculusSDK/LibOVR/Lib/...
hesham
13 years agoProtege
I had the same problem here https://developer.oculusvr.com/forums/viewtopic.php?f=20&t=655. You can fix it by either rebuilding the Oculus SDK libovr.a to enable C++ RTTI and Exceptions, or you can change your project to not depend on RTTI or Exceptions. Either one works, I finally decided on the former as some of the stuff I'm linking against requires that support. I haven't found any negative performance issues due to this, but I could be wrong.
This might be one of the flags causing your problems:
This might be one of the flags causing your problems:
-fcxx-exceptions -fexceptions
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 7 months ago
- 2 years ago