Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

apple2 emulator for Linux too fast, can't compile new binary from source

5 views
Skip to first unread message

Leif

unread,
Jul 8, 2009, 9:22:46 PM7/8/09
to
Hello, I got Alexander Jean-Claude Bottema's "apple2" emulator for
Linux working, but even when I select a speed of 1, the darn thing plays
way too fast (Castle Wolfenstein). I read somewhere that I needed to
choose an appropriate speed range when I compile it, but I installed it
on Linux Mint XFCE (uses debian packages), so I didn't have to compile
it. So I googled the source code, and I ran ./configure, then make, but
I get these errors:

disk.c: In function �c_new_diskette_6�:
disk.c:139: warning: incompatible implicit declaration of built-in
function �strcpy�
disk.c: In function �c_read_nibblized_6_6�:
disk.c:196: error: lvalue required as left operand of assignment
disk.c: In function �disk_install�:
disk.c:636: warning: incompatible implicit declaration of built-in
function �memcpy�
make[1]: *** [disk.o] Error 1
make: *** [all-recursive] Error 1

Also, I'm not sure where to find the value to select a range of say,
1000 or 10000 instead of the default 100, but this is moot if I can't
compile...

Thanks for any help.

lyricalnanoha

unread,
Jul 9, 2009, 12:01:12 PM7/9/09
to
I'd almost want to suggest building Linapple instead, as it's based on
AppleWin.

On Wed, 8 Jul 2009, Leif wrote:

> disk.c: In function ‘c_read_nibblized_6_6’:


> disk.c:196: error: lvalue required as left operand of assignment

For some reason it's trying to assign a value to something that's not a
variable.

-uso.

RitterSport

unread,
Jul 10, 2009, 6:01:10 AM7/10/09
to
On Jul 9, 12:01 pm, lyricalnanoha

Or, just try AppleWin inside WINE. That's worked better for me.

0 new messages