From: "BP" Newsgroups: comp.os.msdos.djgpp Subject: Can't MAKE Libamp files Lines: 30 Organization: EAC X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Message-ID: Date: Fri, 5 Nov 1999 23:38:10 -0800 NNTP-Posting-Host: 216.66.139.102 X-Complaints-To: abuse AT direct DOT ca X-Trace: brie.direct.ca 941873124 216.66.139.102 (Fri, 05 Nov 1999 23:25:24 PST) NNTP-Posting-Date: Fri, 05 Nov 1999 23:25:24 PST To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I have djgpp v2.95 and I downloaded Libamp 0.1 (a DJGPP MP3 player). I extracted it and ran "make -f makefile.amp" as it says in the Readme. It compiles through a few files, but then it stops and gives me error messages. I pasted the output below. Anyone have any ideas to fix this? Any help would be great. C:\djgpp\amp>make -f makefile.amp gcc -c -O6 -ffast-math -fomit-frame-pointer -m486 -DNO_BYTE_SWAPPING -DOS_MS DOS -DARCH_i586 audioIO.c In file included from audioIO.c:31: audioalg.c: In function `audioAlloc': audioalg.c:64: too few arguments to function `play_audio_stream' audioalg.c:66: too few arguments to function `play_audio_stream' audioalg.c:69: too few arguments to function `play_audio_stream' audioalg.c: In function `audioBufferWrite': audioalg.c:338: Invalid `asm' statement: audioalg.c:338: fixed or forbidden register 2 (cx) was spilled for class CREG. audioalg.c:349: Invalid `asm' statement: audioalg.c:349: fixed or forbidden register 2 (cx) was spilled for class CREG. make.exe: *** [audioIO.o] Error 1 BP