I made a custom module and compiled it via Terminal: ./mx2_macos makemods ratchet
Everything is fine.
But I got a compiler error when I’m using a function from my new module:
Monkey
1
2
3
4
5
6
7
8
9
10
11
Build error: System command 'g++ -mmacosx-version-min=10.9 (......) failed.
g++ -mmacosx-version-min=10.9 (...........)
ld: warning: object file (/Applications/Monkey2-v1.1.04/modules/std/std.buildv1.1.04/macos_debug/std.a(_1_1_1fiber_2native_2asm_2jump_0x86_064_0sysv_0macho_0gas.S.o)) was built for newer OSX version (10.10) than being linked (10.9)
ld: warning: object file (/Applications/Monkey2-v1.1.04/modules/std/std.buildv1.1.04/macos_debug/std.a(_1_1_1fiber_2native_2asm_2make_0x86_064_0sysv_0macho_0gas.S.o)) was built for newer OSX version (10.10) than being linked (10.9)