Mac OS build problem - Printable Version +- RPCS3 Forums (https://forums.rpcs3.net) +-- Forum: Support & Issues (https://forums.rpcs3.net/forumdisplay.php?fid=17) +--- Forum: Support (https://forums.rpcs3.net/forumdisplay.php?fid=18) +--- Thread: Mac OS build problem (/showthread.php?tid=164498) |
RE: Mac OS build problem - abkothman - 10-02-2014 So I'm having an issue getting this to build on Mac OS 10.9. Here is the error I get: Code: /Users/adriankothman/Documents/rpcs3/rpcs3/Emu/Memory/vm_ptr.h:171:11: error: call to 'get_ref' is ambiguous I'm not quite sure what this means, or how to go about fixing it. Thanks! RE: Mac OS build problem - Nekotekina - 10-02-2014 Well, deleting vm::get_ref and vm::get_ptr with u64 arg should help. You can try it yourself or wait until the fix is committed. |