<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
<STYLE>
.ExternalClass .ecxhmmessage P
{padding:0px;}
.ExternalClass body.ecxhmmessage
{font-size:10pt;font-family:Verdana;}
</STYLE>
Hi,<BR> <BR>I try to build rasqal. Before, I installed raptor but rasqal's autogen.sh cannot find raptor...<BR> <BR>I don't know How fix this problem.<BR>Can you help me ?<BR> <BR>Thx<BR>Karima<BR><BR>==================<BR>RASQAL autogen.sh<BR><BR>autogen.sh: Looking for programs: automake aclocal autoconf autoheader libtoolize gtkdocize<BR>autogen.sh: automake program 'automake' V 011101 (min 010700) in /usr/local/bin<BR>autogen.sh: aclocal program 'aclocal' V 011101 (min 010700) in /usr/local/bin<BR>autogen.sh: autoconf program 'autoconf' V 026500 (min 025400) in /root/autoconf-2.65/bin<BR>autogen.sh: autoheader program 'autoheader' V 026500 (min 025400) in /root/autoconf-2.65/bin<BR>autogen.sh: libtoolize program 'libtoolize' V 020204 (min 020200) in /usr/local/bin<BR>autogen.sh: gtkdocize program 'gtkdocize' V 010700 (min 010300) in /usr/bin<BR>autogen.sh: Dependencies satisfied<BR>autogen.sh: Processing directory .<BR>autogen.sh: Running libtoolize --force --copy --automake<BR>autogen.sh: Running gtkdocize --copy<BR>autogen.sh: Running aclocal -I build<BR>autogen.sh: Running autoheader<BR>autogen.sh: Running automake --gnu --add-missing --force --copy -Wall<BR>configure.ac:48: installing `build/config.guess'<BR>configure.ac:48: installing `build/config.sub'<BR>autogen.sh: Running autoconf<BR>autogen.sh: WARNING: Running `configure' with no arguments.<BR>If you wish to pass any to it, please specify them on the<BR>`autogen.sh' command line.<BR>autogen.sh: Running ./configure --enable-maintainer-mode --enable-gtk-doc --enable-shave<BR>checking for a BSD-compatible install... /usr/bin/install -c<BR>checking whether build environment is sane... yes<BR>checking for a thread-safe mkdir -p... /bin/mkdir -p<BR>checking for gawk... gawk<BR>checking whether make sets $(MAKE)... yes<BR>checking whether to enable maintainer-specific portions of Makefiles... yes<BR>checking build system type... x86_64-unknown-linux-gnu<BR>checking host system type... x86_64-unknown-linux-gnu<BR>checking whether build environment is sane... yes<BR>checking for gcc... gcc<BR>checking whether the C compiler works... yes<BR>checking for C compiler default output file name... a.out<BR>checking for suffix of executables...<BR>checking whether we are cross compiling... no<BR>checking for suffix of object files... o<BR>checking whether we are using the GNU C compiler... yes<BR>checking whether gcc accepts -g... yes<BR>checking for gcc option to accept ISO C89... none needed<BR>checking for style of include used by make... GNU<BR>checking dependency style of gcc... gcc3<BR>checking whether gcc and cc understand -c and -o together... yes<BR>checking for a sed that does not truncate output... /bin/sed<BR>checking for grep that handles long lines and -e... /bin/grep<BR>checking for egrep... /bin/grep -E<BR>checking for fgrep... /bin/grep -F<BR>checking for ld used by gcc... /usr/bin/ld<BR>checking if the linker (/usr/bin/ld) is GNU ld... yes<BR>checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B<BR>checking the name lister (/usr/bin/nm -B) interface... BSD nm<BR>checking whether ln -s works... yes<BR>checking the maximum length of command line arguments... 98304<BR>checking whether the shell understands some XSI constructs... yes<BR>checking whether the shell understands "+="... yes<BR>checking for /usr/bin/ld option to reload object files... -r<BR>checking how to recognize dependent libraries... pass_all<BR>checking for ar... ar<BR>checking for strip... strip<BR>checking for ranlib... ranlib<BR>checking command to parse /usr/bin/nm -B output from gcc object... ok<BR>checking how to run the C preprocessor... gcc -E<BR>checking for ANSI C header files... yes<BR>checking for sys/types.h... yes<BR>checking for sys/stat.h... yes<BR>checking for stdlib.h... yes<BR>checking for string.h... yes<BR>checking for memory.h... yes<BR>checking for strings.h... yes<BR>checking for inttypes.h... yes<BR>checking for stdint.h... yes<BR>checking for unistd.h... yes<BR>checking for dlfcn.h... yes<BR>checking for objdir... .libs<BR>checking if gcc supports -fno-rtti -fno-exceptions... no<BR>checking for gcc option to produce PIC... -fPIC -DPIC<BR>checking if gcc PIC flag -fPIC -DPIC works... yes<BR>checking if gcc static flag -static works... yes<BR>checking if gcc supports -c -o file.o... yes<BR>checking if gcc supports -c -o file.o... (cached) yes<BR>checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes<BR>checking whether -lc should be explicitly linked in... no<BR>checking dynamic linker characteristics... GNU/Linux ld.so<BR>checking how to hardcode library paths into programs... immediate<BR>checking whether stripping libraries is possible... yes<BR>checking if libtool supports shared libraries... yes<BR>checking whether to build shared libraries... yes<BR>checking whether to build static libraries... yes<BR>checking whether ln -s works... yes<BR>checking whether make sets $(MAKE)... (cached) yes<BR>checking for flex... flex<BR>checking lex output file root... lex.yy<BR>checking lex library... -lfl<BR>checking whether yytext is a pointer... yes<BR>checking flex version... 2.5.33 - OK<BR>checking for bison... bison -y<BR>checking for GNU bison... 2.3 - OK<BR>checking for gnutar... no<BR>checking for gtar... gtar<BR>checking for perl... perl<BR>checking for supported gcc warning flags...<BR>checking whether gcc supports -Wall... yes<BR>checking whether gcc supports -Wextra... yes<BR>checking whether gcc supports -Wshadow... yes<BR>checking whether gcc supports -Wpointer-arith... yes<BR>checking whether gcc supports -Wstrict-prototypes... yes<BR>checking whether gcc supports -Wmissing-prototypes... yes<BR>checking whether gcc supports -Wmissing-declarations... yes<BR>checking whether gcc supports -Wnested-externs... yes<BR>checking whether gcc supports -Wredundant-decls... yes<BR>checking whether gcc supports -Wswitch-enum... yes<BR>checking whether gcc supports -Wsign-compare... yes<BR>checking whether gcc supports -Werror-implicit-function-declaration... yes<BR>checking whether gcc supports -Wwrite-strings... yes<BR>checking whether gcc supports -Wpacked... yes<BR>checking whether gcc supports -Wmissing-format-attribute... yes<BR>checking whether gcc supports -Wpointer-arith... yes<BR>checking whether gcc supports -Wcast-align... yes<BR>checking whether gcc supports -Winit-self... yes<BR>checking whether gcc supports -Wunsafe-loop-optimizations... yes<BR>checking whether gcc supports -Wdeclaration-after-statement... yes<BR>checking whether gcc supports -Wold-style-definition... yes<BR>checking whether gcc supports -Wno-missing-field-initializers... yes<BR>checking whether gcc supports -Wno-unused-parameter... yes<BR>checking whether gcc supports -Wformat-security... yes<BR>checking gcc supports warning flags... -Wall -Wextra -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wredundant-decls -Wswitch-enum -Wsign-compare -Werror-implicit-function-declaration -Wwrite-strings -Wpacked -Wmissing-format-attribute -Wpointer-arith -Wcast-align -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -Wformat-security<BR>checking for ANSI C header files... (cached) yes<BR>checking errno.h usability... yes<BR>checking errno.h presence... yes<BR>checking for errno.h... yes<BR>checking for stdlib.h... (cached) yes<BR>checking for unistd.h... (cached) yes<BR>checking for string.h... (cached) yes<BR>checking dmalloc.h usability... no<BR>checking dmalloc.h presence... no<BR>checking for dmalloc.h... no<BR>checking getopt.h usability... yes<BR>checking getopt.h presence... yes<BR>checking for getopt.h... yes<BR>checking regex.h usability... yes<BR>checking regex.h presence... yes<BR>checking for regex.h... yes<BR>checking sys/time.h usability... yes<BR>checking sys/time.h presence... yes<BR>checking for sys/time.h... yes<BR>checking whether time.h and sys/time.h may both be included... yes<BR>checking for an ANSI C-conforming const... yes<BR>checking whether byte ordering is bigendian... no<BR>checking for getopt... yes<BR>checking for getopt_long... yes<BR>checking for stricmp... no<BR>checking for strcasecmp... yes<BR>checking for vsnprintf... yes<BR>checking for srandomdev... no<BR>checking whether need to declare optind... no<BR>checking for pkg-config... pkg-config<BR>configure: error: Raptor missing - get it from <A href="http://librdf.org/raptor/">http://librdf.org/raptor/</A> <=================== EEEERRRRRRRRROOOOOORRRR Raptor is yet in ../raptor-1.4.21<BR><BR><BR>
<HR>
<BR>
Windows 7 : Trouvez le PC qui vous convient! <A href="http://clk.atdmt.com/FRM/go/181574577/direct/01/">Découvrez notre offre ! </A><BR>                                            <br /><hr />Avec Internet Explorer, surfez en toute discrétion sur internet <a href='http://clk.atdmt.com/FRM/go/182932252/direct/01/' target='_new'>Cliquez ici !</a></body>
</html>