karheinz / pird

A simple cd ripper written in D.
5 stars 0 forks source link

build error (?) #4

Closed qno closed 12 years ago

qno commented 12 years ago

checkout pird and running make results in an error:

silvio@ibmX32:~/Desktop/pird$ make
dmd *.d c/cdio/*.d readers/*.d writers/*.d sources/*.d -ofpird \
        -L-lcdio -L-lcdio_cdda -L-lcdio_paranoia -Jusages \
        -w \
        -version=devel
sources/utils.d(57): Error: undefined identifier baseName, did you mean template basename(Char,ExtChar = immutable(char)) if (isSomeChar!(Char) && isSomeChar!(ExtChar))?
make: *** [pird] Fehler 1
karheinz commented 12 years ago

Please use dmd 2.057!

qno commented 12 years ago

OK ... now it works :)