You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 14, 2021. It is now read-only.
In order to compile OpenMW with gcc, dependencies must be compiled with gcc as well due to linking errors and the compiler not being able to understand the argument "--stdlib"
The text was updated successfully, but these errors were encountered:
Thanks for suggestion! My only concern is that there are some Objective-C++ files in OSG (and OpenMW itself), how well does GCC deal with Apple's Objective-C SDKs and Objective-C in general?
Most of them are for iOS use I think. Unless someone wants to write an objective c++ wrapper for OpenMW to port it to iOS platforms, it won't really be of any use.
Also OpenMW does not have objective c of any kind. OSG does though.
In order to compile OpenMW with gcc, dependencies must be compiled with gcc as well due to linking errors and the compiler not being able to understand the argument "--stdlib"
The text was updated successfully, but these errors were encountered: