Re: cdindex-1.1.0-pre6

Nick Lamb (njl98r nospam at ecs.soton.ac.uk)
Mon, 3 May 1999 05:02:25 +0100 (GMT)

On Mon, 3 May 1999, Marc van Woerkom wrote:

> Hello!
>
> The 6th pre-release of cdindex-1.1.0 is available via CVS
> now.
>
> You could do me a bigfavour by sending me feedback if the
> client still builds and works under Linux and Win32/MSVC++.

Nope. Failed here, RedHat 5.2, Linux 2.0.36 w/ various Gnome components
from CVS etc.

./configure looks OK
Build process fails with

c++ -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c cdi.cpp
cdi.cpp:36: undefined or invalid # directive
cdi.cpp:85: type specifier omitted for parameter
cdi.cpp:85: parse error before `&'
cdi.cpp: In function `bool ReadTOC(...)':
cdi.cpp:90: `device' undeclared (first use this function)
cdi.cpp:90: (Each undeclared identifier is reported only once
cdi.cpp:90: for each function it appears in.)
cdi.cpp:102: `cdinfo' undeclared (first use this function)
cdi.cpp:102: `CDINDEX_CDINFO' undeclared (first use this function)
cdi.cpp: In function `void LaunchBrowser(char *, char *)':
cdi.cpp:130: `URL_SIZE' undeclared (first use this function)
make: *** [cdi.o] Error 1

There's a miss-spelled #include in the source code.

<sigh>

Nick.