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/...
JustSid
13 years agoHonored Guest
"Frim" wrote:
How do I rebuild libovr with RTTI?
By setting "Enable C++ Runtime Types" to Yes. If you build from the command line, you can do that by passing GCC_ENABLE_CPP_RTTI=Yes, eg like this:
$ xcrun xcodebuild -target ovr -configuration Release GCC_ENABLE_CPP_RTTI=YES
If you use Xcode, select the ovr target, go to the build settings and just type "rtti" in the search field.
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