please need help---cannot compile alpha9.8
"R. Bernstein" <[email protected]> Wed, 1 Feb 2006 15:50:56 -0500
| Newsgroups | gmane.comp.audio.cd-paranoia.general |
|---|---|
| Message-ID | <[email protected]> |
If you look at the gcc documentation there's probably a "no-warn" option that may help. (And -O3 is the highest level of optimization on gcc.) But another approach, one that I of course favor, is just compiling via libcdio http://libcdio.sourceforge.net. At least from CVS sources things compile without any warnings. (And you'll also get lots of other stuff in addition to cdparanoia.) Serge Matovic writes: > Hi to all. I really apologize for this basic question, > but I am new to Linux, and have to learn so much. But > I just love it. Any way, here is my problem: > > 1) Download into /usr/local/ and unpack > cdparanoia-III-alpha9.8.src.tgz > 2)cd to new directory and issue #./configure, which > seems to go OK > 3)#make all, and I get the following printout. What am > I doing wrong? > > [root@celeron cdparanoia-III-alpha9.8]# make all > cd interface && make all > make[1]: Entering directory > `/usr/local/cdparanoia-III-alpha9.8/interface' > make libcdda_interface.a CFLAGS="-O20 -ffast-math > -fsigned-char -finline-functions " > make[2]: Entering directory > `/usr/local/cdparanoia-III-alpha9.8/interface' > gcc -O20 -ffast-math -fsigned-char -finline-functions > -c scan_devices.c > In file included from scan_devices.c:20: > utils.h: In function 'cderror': > utils.h:115: error: label at end of compound statement > utils.h: In function 'cdmessage': > utils.h:130: error: label at end of compound statement > utils.h: In function 'idperror': > utils.h:172: error: label at end of compound statement > utils.h: In function 'idmessage': > utils.h:208: error: label at end of compound statement > scan_devices.c: In function 'cdda_identify_scsi': > scan_devices.c:616: warning: pointer targets in > assignment differ in signedness > make[2]: *** [scan_devices.o] Error 1 > make[2]: Leaving directory > `/usr/local/cdparanoia-III-alpha9.8/interface' > make[1]: *** [lib] Error 2 > make[1]: Leaving directory > `/usr/local/cdparanoia-III-alpha9.8/interface' > make: *** [all] Error 2 > [root@celeron cdparanoia-III-alpha9.8]# > > Many thanks, > serge. > > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > _______________________________________________ > Paranoia mailing list > [email protected] > http://lists.xiph.org/mailman/listinfo/paranoia >