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

Mark Knecht mknecht@controlnet.com
Tue Feb 18 13:22:01 2003


Fernando,
   That was it. Thanks.

   I would suggest that you either have raptor-devel get install with the
others, or call it out in your section on building Ardour. Either way,
people will do fine, I think.

Cheers,
Mark

> -----Original Message-----
> From: Fernando Pablo Lopez-Lezcano [mailto:nando@ccrma.Stanford.EDU]
> Sent: Tuesday, February 18, 2003 11:52 AM
> To: Mark Knecht
> Cc: PlanetCCRMA; Steve Harris
> Subject: Re: [PlanetCCRMA] Ardour build - no 'raptor.h'
>
>
> >    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
>
>
>