1
|
|
2
|
|
3
|
While trying to build cdaudio-ng:
|
4
|
|
5
|
(...)
|
6
|
Entering directory cdaudio-ng.
|
7
|
cdaudio-ng.c:32:32: error: cdio/cdio_unconfig.h: No such file or directory
|
8
|
Successfully generated dependencies.
|
9
|
cdaudio-ng.c:32:32: error: cdio/cdio_unconfig.h: No such file or directory
|
10
|
Failed to compile cdaudio-ng.c (plugin)!
|
11
|
make[5]: *** [cdaudio-ng.plugin.o] Error 1
|
12
|
make[4]: *** [all] Error 2
|
13
|
make[3]: *** [subdirs] Error 2
|
14
|
make[2]: *** [all] Error 2
|
15
|
make[1]: *** [subdirs] Error 2
|
16
|
make: *** [all] Error 2
|
17
|
|
18
|
$ dpkg -l | grep libcd
|
19
|
ii libcdaudio1 0.99.12p2-9 library for controlling a CD-ROM when playing audio CDs
|
20
|
ii libcddb2 1.3.2-3 library to access CDDB data - runtime files
|
21
|
ii libcddb2-dev 1.3.2-3 library to access CDDB data - development files
|
22
|
ii libcdio-cdda-dev 0.81-4 library to read and control digital audio CDs (development files)
|
23
|
ii libcdio-cdda0 0.81-4 library to read and control digital audio CDs
|
24
|
ii libcdio-dev 0.81-4 library to read and control CD-ROM (development files)
|
25
|
ii libcdio-paranoia0 0.81-4 library to read digital audio CDs with error correction
|
26
|
ii libcdio10 0.81-4 library to read and control CD-ROM
|
27
|
|
28
|
# apt-get -t experimental get install libcdio-dev
|
29
|
$ dpkg -l | grep libcd
|
30
|
ii libcdaudio1 0.99.12p2-9 library for controlling a CD-ROM when playing audio CDs
|
31
|
ii libcddb2 1.3.2-3 library to access CDDB data - runtime files
|
32
|
ii libcddb2-dev 1.3.2-3 library to access CDDB data - development files
|
33
|
ii libcdio-cdda-dev 0.81-4 library to read and control digital audio CDs (development files)
|
34
|
ii libcdio-cdda0 0.81-4 library to read and control digital audio CDs
|
35
|
ii libcdio-dev 0.83-3 library to read and control CD-ROM (development files)
|
36
|
ii libcdio-paranoia0 0.81-4 library to read digital audio CDs with error correction
|
37
|
ii libcdio10 0.81-4 library to read and control CD-ROM
|
38
|
ii libcdio13 0.83-3 library to read and control CD-ROM
|
39
|
|
40
|
|
41
|
$ make
|
42
|
Entering directory cdaudio-ng.
|
43
|
Successfully compiled cdaudio-ng.c (plugin).
|
44
|
Successfully linked cdaudio-ng.so.
|
45
|
Leaving directory cdaudio-ng.
|
46
|
$
|
47
|
|