Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Builds Compatible with OS X 10.6[.8] x86?
04-11-2015, 10:22 PM
Post: #3
RE: Builds Compatible with OS X 10.6[.8] x86?
If you were able to dig up those changes at some point I'd much appreciate it.

In the meantime, I'll give WINE a spin, although I suspect the performance impact of running nested emulators on aging hardware would be substantial.

I also found the relevant line in CMakeLists.txt
Code:
elseif(APPLE)
    set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} [b]--stdlib=libc++[/b] [...]
and deleted the bolded part.

Interestingly, there's one comment from vit9696 saying OS X 10.6 builds are possible, but the forum topic link it points to is no longer valid.

`make`ing the output of the updated `cmake` gives me a new error in CPUDetect.cpp -- no such instruction 'xgetbv'. I get the internet impression that that issue is because I'm using the GNU assembler instead of a native assembler, so I'll muck around with either changing compilation flags or maybe just hacking the code a bit since I know my target deployment, but I'm well out of my league at this point.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Builds Compatible with OS X 10.6[.8] x86? - Hammer Bro. - 04-11-2015 10:22 PM

Forum Jump: