
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hey guys,
I've been following the steps listed in the docs:
I've got the devkit files and I'm trying to run the "hello world" example.
I'm using cmake through the terminal.
I can run:
cmake -H. -Bbuild -G "Unix Makefiles"
with no errors.
But when I go to actually build with :
cmake --build build
I get 3 errors complaining about some mac OS stuff.
Here is the last error. The other 2 errors are the exact same except they have Int32 and Int16 instead of Int64.
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.0.sdk/usr/include/libkern/arm/OSByteOrder.h:41:1: error: redefinition of '_OSSwapInt64'
_OSSwapInt64(
I'm a bit lost, as I've trying to set this up for a few hours now.
Anyone savvy with this stuff willing to help ?
If you would even be willing to jump on a call and I can screen share to get this up and running I'd transfer you some money or donate to a charity of your choice.
Thanks,
Tom
Solved! Go to Solution.