LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   emu-tools for emu10k1 driver:won't compile (https://www.linuxquestions.org/questions/linux-software-2/emu-tools-for-emu10k1-driver-won%27t-compile-422186/)

maxeuer 03-06-2006 12:08 PM

emu-tools for emu10k1 driver:won't compile
 
On a PC running Debian 3.1 with Kernel 2.4.27, gcc 3.3.5,
i tried to compile the emu-tools0.9.4 [from sourceforge.net- emu10k1]
for a Sound Blaster Live Pci card ,but out came this error:

max@VOLS:/usr/src/emu-tools-0.9.4$ make
cd as10k1 && make
make[1]: Entering directory `/usr/src/emu-tools-0.9.4/as10k1'
cc -M *.c -W -Wall > .depend
as10k1.c:42:13: missing terminating " character
as10k1.c:46:22: missing terminating ' character
as10k1.c:68:1: missing terminating " character
make[1]: *** [dep] Error 1
make[1]: Leaving directory `/usr/src/emu-tools-0.9.4/as10k1'
make: *** [As10k1] Error 2[/FONT]

I know nothing of C, but it seems to me, that the author of emu-tools
tried to put a message of more than 1 line into a string constant, or so, and gcc thinks this is ilegal.

Does anybody have an idea how to get this compiled ?
Thank you
Yours truly Max.

maxeuer 03-08-2006 12:40 PM

I re-installed the previous version [=2.95] of the gcc C compiler.
That one didn't mind the long string constants.
Thanks, Max


All times are GMT -5. The time now is 05:59 PM.