EmuNewz Network
Mac OS build problem - Printable Version

+- EmuNewz Network (https://www.emunewz.net/forum)
+-- Forum: Official Boards for Emunews Affiliated Emu Projects (https://www.emunewz.net/forum/forumdisplay.php?fid=47)
+--- Forum: Official RPCS3 Forum [archive] (https://www.emunewz.net/forum/forumdisplay.php?fid=172)
+---- Forum: RPCS3 - Support & Issue Reporting (https://www.emunewz.net/forum/forumdisplay.php?fid=163)
+---- Thread: Mac OS build problem (/showthread.php?tid=164498)



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
                        return get_ref<T>(m_addr + sizeof(T) * index);

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.