From: Marius S. <li...@al...> - 2004-02-16 01:04:42
|
On Sun, Feb 15, 2004 at 04:28:05PM -0800, Denis Leroy wrote: >=20 > --- Marius Strobl <li...@al...> wrote: > > On Sat, Feb 14, 2004 at 05:08:48PM -0800, Denis Leroy wrote: > > >=20 > > > Yup, the Makefile.am files have a few missing things which causes > > 'make > > > dist' to miss some stuff. I'll update them. > > >=20 > >=20 > > Thanks. Did you/will you release a new tarball? >=20 > Yes, the released files have been updated. Let me know if you see any > other problems. >=20 Ok, seems like the SourceForge mirrors still need to catch up on the re-rolled cdrdao-1.1.8.tar.gz. I have a problem here with gcdmaster 1.1.8 on FreeBSD 5.2 (GCC 3.3.3). Whenever I try to burn an audio CD I get: Starting: /usr/local/bin/cdrdao simulate --remote 18 -v0 --device 1,5,0 -= -driver generic-mmc:0x0 --buffers 10 /tmp/gcdm.toc.kXV70n=20 ERROR: /tmp/gcdm.toc.kXV70n:1: Illegal token: =D0 ERROR: /tmp/gcdm.toc.kXV70n:1: Illegal token: =D0 ERROR: /tmp/gcdm.toc.kXV70n:1: Illegal token: =D0 ERROR: /tmp/gcdm.toc.kXV70n:1: Illegal token: =D0 ERROR: /tmp/gcdm.toc.kXV70n:1: syntax error at "EOF" missing { TrackDef = CdText } The problem seems to be that in Toc::write(int fd) you rely on a pointer to a temporary object for char* content. Attached is a patch that fixes this for me. |