[PlanetCCRMA] Ardour build - no 'raptor.h'

Fernando Pablo Lopez-Lezcano nando@ccrma.Stanford.EDU
Tue Feb 18 11:53:01 2003


>    Hi. This morning I'm trying to build Ardour for the first time in weeks,
> so I found (with Steve's help) that I wasn't up to date on some of the
> newest requirements to get the job done. I've done:
> 
> apt-get install liblrdf liblrdf-devel
> 
> which installed those two, plus raptor. Everything seemed to go pretty well,
> but when I try to build Ardour it's failing with a message about no raptor.h
> file.
> 
> g++ -DLOCALEDIR=\"/usr/local/share/locale\" -I. -I. -I. -g -D_REENTRANT -Wal
> l -I/store/source/ardour/libs/sigc++ -I/store/source/ardour/libs/sigc++/sigc
> ++/config -I/store/source/ardour/libs/pbd -I/store/source/ardour/libs/midi++
>  -I/store/source/ardour/libs/ardour -I/store/source/ardour/libs/libxml2/incl
> ude/ -I/store/source/ardour/libs/soundtouch -I/usr/include/glib-1.2 -I/usr/l
> ib/glib/include -c audio_library.cc -MT audio_library.lo -MD -MP -MF
> .deps/audio_library.TPlo  -fPIC -DPIC -o audio_library.lo
> In file included from audio_library.cc:22:
> /usr/include/lrdf.h:8:20: raptor.h: No such file or directory
> make[4]: *** [audio_library.lo] Error 1
> 
>    Indeed, raptor.h is not in /usr/include where I find the lrdf.h file. Is
> it somewhere else?
> 
>    Any idea what I'm missing?

Probably the raptor-devel package (which is where raptor.h should be).
Try:

  at-get install raptor-devel

Probably I should make raptor-devel a requirement to the install of
liblrdf-devel to fix this in future releases. 

-- Fernando