linapple

3 posts / 0 new
Last post
Offline
Last seen: 13 years 8 months ago
Joined: Sep 10 2008 - 19:30
Posts: 4
linapple

Has anyone here used Linapple on Linux? I cannot figure out how to send an open-apple to the emulator. Linapple is an SDL port of AppleWin, which uses left-alt. I've tried that to no effect.

Offline
Last seen: 1 year 8 months ago
Joined: Dec 20 2003 - 10:38
Posts: 52
How do you even get it to compile?

After reading the original post, I decided to download the sources to my Ubuntu 10.04 laptop. I installed the required sdl1.2-dev package, but it will not compile.

Anybody have any ideas?

Offline
Last seen: 13 years 8 months ago
Joined: Sep 10 2008 - 19:30
Posts: 4
I had to add "#include " to

I had to add " #include " to the file it crashed out on. Debugger something.h I think. Then it compiled cleanly. GCC is getting more strict about what it will accept, so some older software suffers breakage. :/

Let me know if you can figure out how to do an open-apple. I even tried grepping through the sources but couldn't find anything useful. If all else fails I'll try setting up Kegs again.

Edit: This forum seems to filter angle brackets even within BBCODE code tags. :? Let's try this:

#include < string >

Log in or register to post comments