From: "Marp" Newsgroups: comp.os.msdos.djgpp Subject: Re: Can't MAKE Libamp files Date: Sat, 6 Nov 1999 03:45:32 -0500 Organization: MindSpring Enterprises Lines: 42 Message-ID: <800psu$b2p$1@nntp5.atl.mindspring.net> References: NNTP-Posting-Host: c7.b7.cf.36 X-Server-Date: 6 Nov 1999 08:46:22 GMT 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 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com The latest version of libamp is 0.3 available at: http://www.arcticnet.no/~ovek/files/ BP wrote in message news:EJQU3.5478$LX2 DOT 290483 AT brie DOT direct DOT ca... > 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 > > >