[redland-dev] FW: configure: error: Raptor missing

karima rafes karima_rafes at hotmail.com
Fri Feb 5 20:31:57 CET 2010




Hi,
 
I try to build rasqal. Before, I installed raptor but rasqal's autogen.sh cannot find raptor...
 
I don't know How fix this problem.
Can you help me ?
 
Thx
Karima

==================
RASQAL autogen.sh

autogen.sh: Looking for programs: automake aclocal autoconf autoheader libtoolize gtkdocize
autogen.sh: automake program 'automake' V 011101 (min 010700) in /usr/local/bin
autogen.sh: aclocal program 'aclocal' V 011101 (min 010700) in /usr/local/bin
autogen.sh: autoconf program 'autoconf' V 026500 (min 025400) in /root/autoconf-2.65/bin
autogen.sh: autoheader program 'autoheader' V 026500 (min 025400) in /root/autoconf-2.65/bin
autogen.sh: libtoolize program 'libtoolize' V 020204 (min 020200) in /usr/local/bin
autogen.sh: gtkdocize program 'gtkdocize' V 010700 (min 010300) in /usr/bin
autogen.sh: Dependencies satisfied
autogen.sh: Processing directory .
autogen.sh: Running libtoolize --force --copy --automake
autogen.sh: Running gtkdocize --copy
autogen.sh: Running aclocal  -I build
autogen.sh: Running autoheader
autogen.sh: Running automake --gnu --add-missing --force --copy -Wall
configure.ac:48: installing `build/config.guess'
configure.ac:48: installing `build/config.sub'
autogen.sh: Running autoconf
autogen.sh: WARNING: Running `configure' with no arguments.
If you wish to pass any to it, please specify them on the
`autogen.sh' command line.
autogen.sh: Running ./configure --enable-maintainer-mode --enable-gtk-doc --enable-shave
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking whether build environment is sane... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 98304
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... yes
checking flex version... 2.5.33 - OK
checking for bison... bison -y
checking for GNU bison... 2.3 - OK
checking for gnutar... no
checking for gtar... gtar
checking for perl... perl
checking for supported gcc warning flags...
checking whether gcc supports -Wall... yes
checking whether gcc supports -Wextra... yes
checking whether gcc supports -Wshadow... yes
checking whether gcc supports -Wpointer-arith... yes
checking whether gcc supports -Wstrict-prototypes... yes
checking whether gcc supports -Wmissing-prototypes... yes
checking whether gcc supports -Wmissing-declarations... yes
checking whether gcc supports -Wnested-externs... yes
checking whether gcc supports -Wredundant-decls... yes
checking whether gcc supports -Wswitch-enum... yes
checking whether gcc supports -Wsign-compare... yes
checking whether gcc supports -Werror-implicit-function-declaration... yes
checking whether gcc supports -Wwrite-strings... yes
checking whether gcc supports -Wpacked... yes
checking whether gcc supports -Wmissing-format-attribute... yes
checking whether gcc supports -Wpointer-arith... yes
checking whether gcc supports -Wcast-align... yes
checking whether gcc supports -Winit-self... yes
checking whether gcc supports -Wunsafe-loop-optimizations... yes
checking whether gcc supports -Wdeclaration-after-statement... yes
checking whether gcc supports -Wold-style-definition... yes
checking whether gcc supports -Wno-missing-field-initializers... yes
checking whether gcc supports -Wno-unused-parameter... yes
checking whether gcc supports -Wformat-security... yes
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
checking for ANSI C header files... (cached) yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for string.h... (cached) yes
checking dmalloc.h usability... no
checking dmalloc.h presence... no
checking for dmalloc.h... no
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking whether time.h and sys/time.h may both be included... yes
checking for an ANSI C-conforming const... yes
checking whether byte ordering is bigendian... no
checking for getopt... yes
checking for getopt_long... yes
checking for stricmp... no
checking for strcasecmp... yes
checking for vsnprintf... yes
checking for srandomdev... no
checking whether need to declare optind... no
checking for pkg-config... pkg-config
configure: error: Raptor missing - get it from http://librdf.org/raptor/     <=================== EEEERRRRRRRRROOOOOORRRR Raptor is yet  in ../raptor-1.4.21







Windows 7 : Trouvez le PC qui vous convient! Découvrez notre offre ! 
 		 	   		  
_________________________________________________________________
Découvrez Windows 7 en 7 secondes !
http://clk.atdmt.com/FRM/go/181574577/direct/01/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.librdf.org/pipermail/redland-dev/attachments/20100205/b1450a6f/attachment.htm 


More information about the redland-dev mailing list