Search found 4 matches

by ahurst
Wed 19 Apr, 2017 12:20 am
Forum: Development
Topic: [Linux] GUI discussion
Replies: 218
Views: 178473

Re: [Linux] GUI discussion

Hey all, Just reporting in that bit's SDL2 version of PCem builds and runs under OS X with minimal hassle, which is lightyears ahead of the Allegro version where you had to force it to compile in 32-bit using an 8-year old SDK because Allegro 4 depended on ancient deprecated frameworks on OS X. All ...
by ahurst
Fri 28 Aug, 2015 10:03 pm
Forum: Development
Topic: Attempting OS X Port - Help needed with compiling
Replies: 6
Views: 8645

Re: Attempting OS X Port - Help needed with compiling

Success!!! http://i.imgur.com/sI2ogSj.png All I did was comment out the entirety of the cdrom-ioctl-linux.c except the headers, then comment out those lines that were referencing it, and boom, it runs! I'm not entirely sure how to bring up the configuration menu (couldn't get it to open in linux), b...
by ahurst
Fri 28 Aug, 2015 7:27 pm
Forum: Development
Topic: Attempting OS X Port - Help needed with compiling
Replies: 6
Views: 8645

Re: Attempting OS X Port - Help needed with compiling

Hi Tom, Thanks so much! Filling in __APPLE__ in place of __unix did the trick. After fixing that and a plethora of other little things preventing different parts from compiling, I'm finally to the point where it's failing in the build process because I lazily tried to replace the contents of cdrom-i...
by ahurst
Fri 21 Aug, 2015 1:25 pm
Forum: Development
Topic: Attempting OS X Port - Help needed with compiling
Replies: 6
Views: 8645

Attempting OS X Port - Help needed with compiling

Hi everyone, I get that this isn't the usual bug report/feature request and that OS X isn't officially supported by PCem whatsoever, but bear with me. So the other day I managed to compile and run the Linux version of PCem from source in a Debian VM, and empowered by the experience set out to then s...