Nevermind all, a 'make clean' did the trick. On Sat, Mar 27, 2010 at 8:10 AM, Chris Wj <[email protected]> wrote:
> I received this error on compilation: > > 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 >/dev/null > 2>&1 > mv -f .deps/rasqal_prefix.Tpo .deps/rasqal_prefix.Plo > make[2]: *** No rule to make target `rdql_lexer.lo', needed by ` > librasqal.la'. Stop. > make[2]: Leaving directory > `/home/prima/Downloads/dev-libs/redland_all/rasqal/src' > make[1]: *** [all] Error 2 > make[1]: Leaving directory > `/home/prima/Downloads/dev-libs/redland_all/rasqal/src' > make: *** [all-recursive] Error 1 > > Any suggestions? > > > On Sat, Mar 27, 2010 at 8:05 AM, Chris Wj <[email protected]> wrote: > >> 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. >> >> Thanks again! >> >> >> On Fri, Mar 26, 2010 at 5:29 PM, Wouter Bolsterlee <[email protected]> wrote: >> >>> Op vrijdag 26-03-2010 om 15:20 uur [tijdzone -0400], schreef Chris Wj: >>> > I always get configure: error: Raptor missing - get it from >>> > http://librdf.org/raptor/ >>> > I went to the corresponding error in the configure script, and it >>> > seems as it only uses pkg-config to find raptor. As soon as it doesn't >>> > get anything from 'pkg-config raptor' it stops; no matter what I put >>> > for --with-raptor. >>> > >>> > Can anyone provide some guidance as to how to allow rasqal to find the >>> > newly compiled raptor? >>> >>> Have you tried pointing the $PKG_CONFIG_PATH environment variable to >>> your custom install prefix? Description from the pkg-config manual page: >>> >>> | PKG_CONFIG_PATH >>> | >>> | A colon-separated (on Windows, semicolon-sep‐ >>> | arated) list of directories to search for .pc >>> | files. The default directory will always be >>> | searched after searching the path; the >>> | default is libdir/pkgconfig:datadir/pkgconfig >>> | where libdir is the libdir where pkg-config >>> | and datadir is the datadir where pkg-config >>> | was installed. >>> >>> Hopefully this works for you. >>> >>> — Wouter >>> >> >> >
_______________________________________________ redland-dev mailing list [email protected] http://lists.librdf.org/mailman/listinfo/redland-dev
