I have a problem installing gegl: when i run autogen.sh it doesn't find babl( 
babl  0.0.12 has been previously installed with ./configure, make and make 
install).
 The variabile PKG_CONFIG_PATH is initialy empty and it recommends me to point 
this variabile to a directory containing babl.pc. I did a complete search of my 
system and found that there are two directories contraining babl.pc:
 /usr/local/lib/pkgconfig and the directory containing the source for babl. I 
set PKG_CONFIG_PATH to these 2 directories but that doesn't change anything.
  My system is Fedora 4.Here's the output of autogen.sh:
 
 I am testing that you have the tools required to build the
 GEGL project from SVN. This test is not foolproof,
 so if anything goes wrong, see the file HACKING for more information...
 
 checking for libtool >= 1.4 ... yes (version 1.5.16)
 checking for autoconf >= 2.54 ... yes (version 2.59)
 checking for automake >= 1.7 ... yes (version 1.9.5)
 checking for ruby ... yes
 checking for glib-gettextize ... yes (version 2.12.9)
 generating atop.c
 generating atop_reverse.c
 generating clear.c
 generating dst.c
 generating in_reverse.c
 generating out.c
 generating out_reverse.c
 generating over.c
 generating src.c
 generating under.c
 generating xor.c
 generating in.c
 generating add.c
 generating subtract.c
 generating multiply.c
 generating divide.c
 generating gamma.c
 generating normal.c
 generating svg_multiply.c
 generating screen.c
 generating darken.c
 generating lighten.c
 generating average.c
 generating difference.c
 generating negation.c
 generating exclusion.c
 generating overlay.c
 generating hard_light.c
 generating soft_light.c
 generating color_dodge.c
 generating soft_dodge.c
 generating color_burn.c
 generating soft_burn.c
 generating blend_reflect.c
 generating subtractive.c
 377:function name mismatch gegl_processor_get_type!=GeglProcessor
 
 I am going to run ./configure with the following arguments:
 
   --enable-maintainer-mode
 
 If you wish to pass additional arguments, please specify them
 on the ./autogen.sh command line or set the AUTOGEN_CONFIGURE_ARGS
 environment variable.
 
 operations/affine/Makefile.am:6: SOBJS multiply defined in condition TRUE ...
 operations/Makefile-operations.am:6: ... `SOBJS' previously defined here
 operations/affine/Makefile.am:1:   `operations/Makefile-operations.am' 
included from here
 
 Running ./configure...
 
 checking for a BSD-compatible install... /usr/bin/install -c
 checking whether build environment is sane... yes
 checking for gawk... gawk
 checking whether make sets $(MAKE)... yes
 checking for gcc... gcc
 checking for C compiler default output file name... a.out
 checking whether the C compiler works... yes
 checking whether we are cross compiling... no
 checking for suffix of executables...
 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 ANSI C... none needed
 checking for style of include used by make... GNU
 checking dependency style of gcc... gcc3
 checking build system type... i686-redhat-linux-gnu
 checking host system type... i686-redhat-linux-gnu
 checking for a sed that does not truncate output... /bin/sed
 checking for egrep... grep -E
 checking for ld used by gcc... /usr/bin/ld
 checking if the linker (/usr/bin/ld) is GNU ld... yes
 checking for /usr/bin/ld option to reload object files... -r
 checking for BSD-compatible nm... /usr/bin/nm -B
 checking whether ln -s works... yes
 checking how to recognise dependent libraries... pass_all
 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 dlfcn.h usability... yes
 checking dlfcn.h presence... yes
 checking for dlfcn.h... yes
 checking for g++... g++
 checking whether we are using the GNU C++ compiler... yes
 checking whether g++ accepts -g... yes
 checking dependency style of g++... gcc3
 checking how to run the C++ preprocessor... g++ -E
 checking for g77... no
 checking for f77... no
 checking for xlf... no
 checking for frt... no
 checking for pgf77... no
 checking for fort77... no
 checking for fl32... no
 checking for af77... no
 checking for f90... no
 checking for xlf90... no
 checking for pgf90... no
 checking for epcf90... no
 checking for f95... f95
 checking whether we are using the GNU Fortran 77 compiler... yes
 checking whether f95 accepts -g... yes
 checking the maximum length of command line arguments... 32768
 checking command to parse /usr/bin/nm -B output from gcc object... ok
 checking for objdir... .libs
 checking for ar... ar
 checking for ranlib... ranlib
 checking for strip... strip
 checking if gcc static flag  works... yes
 checking if gcc supports -fno-rtti -fno-exceptions... no
 checking for gcc option to produce PIC... -fPIC
 checking if gcc PIC flag -fPIC works... yes
 checking if gcc supports -c -o file.o... yes
 checking whether the gcc linker (/usr/bin/ld) 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
 configure: creating libtool
 appending configuration tag "CXX" to libtool
 checking for ld used by g++... /usr/bin/ld
 checking if the linker (/usr/bin/ld) is GNU ld... yes
 checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
 checking for g++ option to produce PIC... -fPIC
 checking if g++ PIC flag -fPIC works... yes
 checking if g++ supports -c -o file.o... yes
 checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
 checking dynamic linker characteristics... GNU/Linux ld.so
 checking how to hardcode library paths into programs... immediate
 checking whether stripping libraries is possible... yes
 appending configuration tag "F77" to libtool
 checking if libtool supports shared libraries... yes
 checking whether to build shared libraries... yes
 checking whether to build static libraries... yes
 checking for f95 option to produce PIC... -fPIC
 checking if f95 PIC flag -fPIC works... yes
 checking if f95 supports -c -o file.o... yes
 checking whether the f95 linker (/usr/bin/ld) supports shared libraries... yes
 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 whether to enable maintainer-specific portions of Makefiles... yes
 checking for library containing strerror... none required
 checking for a BSD-compatible install... /usr/bin/install -c
 checking whether make sets $(MAKE)... (cached) yes
 checking for special C compiler options needed for large files... no
 checking for _FILE_OFFSET_BITS value needed for large files... 64
 checking for _LARGE_FILES value needed for large files... no
 checking whether to turn on debugging... no
 checking whether to turn on profiling... no
 checking for aclocal flags...
 checking for target architecture... i686-redhat-linux-gnu
 checking for some Win32 platform... no
 checking for native Win32... no
 checking for pkg-config... /usr/bin/pkg-config
 checking for babl >= 0.0.12... Package babl was not found in the pkg-config 
search path.
 Perhaps you should add the directory containing `babl.pc'
 to the PKG_CONFIG_PATH environment variable
 No package 'babl' found
 
 configure: error: Library requirements (babl >= 0.0.12) not met; consider 
adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a 
nonstandard prefix so pkg-config can find them.
 
 Configure failed or did not finish!
  
 
 
---------------------------------
Food fight? Enjoy some healthy debate
in the Yahoo! Answers Food & Drink Q&A.
_______________________________________________
Gegl-developer mailing list
[email protected]
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gegl-developer

Reply via email to