Reply To: How to play external Audio CD

Max2Play Home Forums Max2Play Add-ons How to play external Audio CD Reply To: How to play external Audio CD

2. September 2015 at 22:32 #15593

Hi,

I’m going forward on this route: trying to install cdda2wav, but no success. Can somebody help me there please? I’ve gopt the cdda2wav tar.gz file, extracted, tring to run these commands:
./configure
make
make install

Configure went well, but using the make command, I’ve got this error:

Making all in scsilib
make[1]: Entering directory '/mnt/cdda/scsilib'
Compiling scsitransp.c ...
In file included from ./scsitransp.c:34:0:
./standard.h:173:12: error: conflicting types for ‘getline’
/usr/include/stdio.h:671:20: note: previous declaration of ‘getline’ was here
In file included from ./unixstd.h:32:0,
                 from ./scsitransp.c:36:
/usr/include/unistd.h:554:12: error: conflicting types for ‘fexecve’
./standard.h:129:12: note: previous declaration of ‘fexecve’ was here
In file included from ./scgio.h:27:0,
                 from ./scsitransp.c:51:
./btorder.h:30:2: warning: suggest not using #elif in traditional C [-Wtraditional]
In file included from ./scsitransp.c:51:0:
./scgio.h:30:2: warning: suggest not using #elif in traditional C [-Wtraditional]
./scgio.h:37:1: error: unknown type name ‘error’
./scgio.h:37:12: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘of’
./scgio.h:37:12: error: unknown type name ‘of’
./scgio.h:395:22: error: field ‘Scb’ has incomplete type
In file included from ./scsihack.c:39:0,
                 from ./scsitransp.c:146:
./scsi-linux-sg.c: In function ‘scsi_send’:
./scsi-linux-sg.c:367:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional]
./scsi-linux-sg.c:542:10: warning: missing terminating " character [enabled by default]
./scsi-linux-sg.c:543:20: warning: missing terminating " character [enabled by default]
Makefile:315: recipe for target 'scsitransp.o' failed
make[1]: *** [scsitransp.o] Error 1
make[1]: Leaving directory '/mnt/cdda/scsilib'
Makefile:330: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1
root@Etkezo:/mnt/cdda#

Any idea?