Emulator Issues #1422
closedMemArena build error on Mac
0%
Description
What steps will reproduce the problem?
- Build r4282 (approximately) on Mac
- Get MemArena error
What is the expected output? What do you see instead?
Compiling Build/Darwin-i386-release/Source/Core/Common/Src/MemArena.o
Source/Core/Common/Src/MemArena.cpp: In member function 'void*
MemArena::CreateView(s64, size_t, bool)':
Source/Core/Common/Src/MemArena.cpp:75: error: 'MAP_32BIT' was not declared in this scope
scons: *** [Build/Darwin-i386-release/Source/Core/Common/Src/MemArena.o] Error 1
scons: building terminated because of errors.
What version of the product are you using? On what operating system?
Revision 4282 on Mac OS X Snow Leopard
Updated by Sonicadvance1 about 15 years ago
Ah? This is due to Snow Leopard defaulting to 64bit builds, use osx=64cocoa, and it should build farther. I
haven't committed my patches yet on getting Snow Leopard to build though, so you won't get far
Updated by Sonicadvance1 about 15 years ago
- Status changed from New to Fixed
Fixed, but there are other problems