Wouter, thank you for the response. I was able to set the PKG_CONFIG_PATH to the newly compiled raptor directory, which has raptor.pc set for the new location. configure found raptor and it is not compiling.<br><br>Thanks again!<br>
<br><div class="gmail_quote">On Fri, Mar 26, 2010 at 5:29 PM, Wouter Bolsterlee <span dir="ltr"><<a href="mailto:uws@xs4all.nl">uws@xs4all.nl</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Op vrijdag 26-03-2010 om 15:20 uur [tijdzone -0400], schreef Chris Wj:<br>
<div class="im">> I always get configure: error: Raptor missing - get it from<br>
> <a href="http://librdf.org/raptor/" target="_blank">http://librdf.org/raptor/</a><br>
> I went to the corresponding error in the configure script, and it<br>
> seems as it only uses pkg-config to find raptor. As soon as it doesn't<br>
> get anything from 'pkg-config raptor' it stops; no matter what I put<br>
> for --with-raptor.<br>
><br>
> Can anyone provide some guidance as to how to allow rasqal to find the<br>
> newly compiled raptor?<br>
<br>
</div>Have you tried pointing the $PKG_CONFIG_PATH environment variable to<br>
your custom install prefix? Description from the pkg-config manual page:<br>
<br>
| PKG_CONFIG_PATH<br>
|<br>
| A colon-separated (on Windows, semicolon-sep‐<br>
| arated) list of directories to search for .pc<br>
| files. The default directory will always be<br>
| searched after searching the path; the<br>
| default is libdir/pkgconfig:datadir/pkgconfig<br>
| where libdir is the libdir where pkg-config<br>
| and datadir is the datadir where pkg-config<br>
| was installed.<br>
<br>
Hopefully this works for you.<br>
<font color="#888888"><br>
— Wouter<br>
</font></blockquote></div><br>