I received this error on compilation:<br><br>libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DRASQAL_INTERNAL=1 -I/home/prima/opt/redland/include -g -O2 -g -O2 -MT rasqal_prefix.lo -MD -MP -MF .deps/rasqal_prefix.Tpo -c rasqal_prefix.c -o rasqal_prefix.o &gt;/dev/null 2&gt;&amp;1<br>
mv -f .deps/rasqal_prefix.Tpo .deps/rasqal_prefix.Plo<br>make[2]: *** No rule to make target `rdql_lexer.lo&#39;, needed by `<a href="http://librasqal.la">librasqal.la</a>&#39;.  Stop.<br>make[2]: Leaving directory `/home/prima/Downloads/dev-libs/redland_all/rasqal/src&#39;<br>
make[1]: *** [all] Error 2<br>make[1]: Leaving directory `/home/prima/Downloads/dev-libs/redland_all/rasqal/src&#39;<br>make: *** [all-recursive] Error 1<br><br>Any suggestions?<br><br><div class="gmail_quote">On Sat, Mar 27, 2010 at 8:05 AM, Chris Wj <span dir="ltr">&lt;<a href="mailto:chris0wj@gmail.com">chris0wj@gmail.com</a>&gt;</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;">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!<div><div></div><div class="h5"><br>
<br><div class="gmail_quote">On Fri, Mar 26, 2010 at 5:29 PM, Wouter Bolsterlee <span dir="ltr">&lt;<a href="mailto:uws@xs4all.nl" target="_blank">uws@xs4all.nl</a>&gt;</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>&gt; I always get configure: error: Raptor missing - get it from<br>
&gt; <a href="http://librdf.org/raptor/" target="_blank">http://librdf.org/raptor/</a><br>
&gt; I went to the corresponding error in the configure script, and it<br>
&gt; seems as it only uses pkg-config to find raptor. As soon as it doesn&#39;t<br>
&gt; get anything from &#39;pkg-config raptor&#39; it stops; no matter what I put<br>
&gt; for --with-raptor.<br>
&gt;<br>
&gt; Can anyone provide some guidance as to how to allow rasqal to find the<br>
&gt; 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>
</div></div></blockquote></div><br>