Build problems with GEGL

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

I've tried to build GEGL from the 0.0.12 release and svn and I'm getting build errors on both.

I'm using XP / msys and I was able to build GIMP successfully.  I was wondering whether anyone knows what I'm doing wrong.

I've attached some of the output from autogen.sh and make (I wanted to keep it under the 40kb limit).  It's for the 0.0.12 release.

If you need anymore information just let me know.

Thanks
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...

Looks like Win32, you will need libtool 1.5 or newer.

checking for libtool >= 1.5 ... yes (version 1.5)
checking for autoconf >= 2.54 ... yes (version 2.56)
checking for automake >= 1.7 ... yes (version 1.7.1)
checking for ruby ... yes
checking for glib-gettextize ... yes (version 2.12.11)
./autogen.sh: ./porter-duff.rb: No such file or directory
./autogen.sh: ./math.rb: No such file or directory
./autogen.sh: ./svg-blend.rb: No such file or directory
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

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:10: ... `SOBJS' previously defined here.

Running ./configure...

checking for a BSD-compatible install... /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... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
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-pc-mingw32
checking host system type... i686-pc-mingw32
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... c:/mingw/mingw32/bin/ld.exe
checking if the linker (c:/mingw/mingw32/bin/ld.exe) is GNU ld... yes
checking for c:/mingw/mingw32/bin/ld.exe option to reload object files... -r
checking for BSD-compatible nm... /mingw/bin/nm
checking whether ln -s works... yes
checking how to recognise dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for dlltool... dlltool
checking for as... as
checking for objdump... objdump
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... no
checking dlfcn.h presence... no
checking for dlfcn.h... no
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... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 8192
checking command to parse /mingw/bin/nm 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... -DDLL_EXPORT
checking if gcc PIC flag -DDLL_EXPORT works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (c:/mingw/mingw32/bin/ld.exe) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... Win32 ld.exe
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++... c:/mingw/mingw32/bin/ld.exe
checking if the linker (c:/mingw/mingw32/bin/ld.exe) is GNU ld... yes
checking whether the g++ linker (c:/mingw/mingw32/bin/ld.exe) supports shared libraries... yes
checking for g++ option to produce PIC... -DDLL_EXPORT
checking if g++ PIC flag -DDLL_EXPORT works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (c:/mingw/mingw32/bin/ld.exe) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... Win32 ld.exe
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 g77 option to produce PIC... -DDLL_EXPORT
checking if g77 PIC flag -DDLL_EXPORT works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (c:/mingw/mingw32/bin/ld.exe) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... Win32 ld.exe
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for library containing strerror... none required
checking for a BSD-compatible install... /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... no
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-pc-mingw32
checking for some Win32 platform... yes
checking for native Win32... yes
checking for pkg-config... /mingw/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for BABL... yes
checking for pkg-config... (cached) /mingw/bin/pkg-config
checking pkg-config is at least version 0.7... yes
checking for GLIB - version >= 2.6.4... yes (version 2.12.11)
checking for DEP... yes
checking for GTK... yes
checking if GLib is version 2.11.0 or newer... yes
checking for perl5... no
checking for perl... perl
checking for ruby... yes
checking for CAIRO... yes
checking for PANGO... yes
checking for PANGOCAIRO... yes
checking for jpeg_destroy_decompress in -ljpeg... yes
checking for jpeglib.h... yes
checking for jpeg_save_markers in -ljpeg... yes
checking for PNG... yes
checking for RSVG... yes
checking for OPENEXR... checking for sdl-config... no
*** Check for SDL library failed.
checking for dot... no
*** Check for dot command from graphviz failed.
checking for enscript... no
*** Check for enscript command failed.
checking for w3m... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating bin/Makefile
config.status: creating bin/node-editors/Makefile
config.status: creating gegl/Makefile
config.status: creating gegl/buffer/Makefile
config.status: creating gegl/module/Makefile
config.status: creating operations/Makefile
config.status: creating operations/affine/Makefile
config.status: creating operations/blur/Makefile
config.status: creating operations/color/Makefile
config.status: creating operations/core/Makefile
config.status: creating operations/display/Makefile
config.status: creating operations/file-io/Makefile
config.status: creating operations/generated/Makefile
config.status: creating operations/meta/Makefile
config.status: creating operations/render/Makefile
config.status: creating operations/svg/Makefile
config.status: creating operations/transparency/Makefile
config.status: creating operations/workshop/Makefile
config.status: creating operations/workshop/generated/Makefile
config.status: creating tools/Makefile
config.status: creating docs/Makefile
config.status: creating docs/index-static.html
config.status: creating docs/gallery/Makefile
config.status: creating docs/gallery/data/Makefile
config.status: creating gegl.pc
config.status: creating gegl-uninstalled.pc
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands

Building GEGL with prefix=/usr/local

Optional dependencies:
  Ruby:           yes
  GTK+:           yes
  Cairo:          yes
  Pango:          yes
  pangocairo:     yes
  JPEG:           yes
  PNG:            yes
  OpenEXR:        no  (usable OpenEXR not found)
  rsvg:           yes
  SDL:            no  (usable libsdl not found)
  graphviz:       no  (graphviz not found)


Now type 'make' to compile GEGL.
cd . && /bin/sh /home/gegl/gegl-0.0.12/missing --run autoheader
touch ./config.h.in
cd . && /bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
make  all-recursive
make[1]: Entering directory `/home/gegl/gegl-0.0.12'
Making all in gegl
make[2]: Entering directory `/home/gegl/gegl-0.0.12/gegl'
Making all in buffer
make[3]: Entering directory `/home/gegl/gegl-0.0.12/gegl/buffer'
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../gegl -Ic:/msys/1.0/include/glib-2.0 -Ic:/msys/1.0/lib/glib-2.0/include   -Ic:/msys/1.0/local/include/babl-0.0      -g -O2 -Wall -MT gegl-buffer-allocator.lo -MD -MP -MF ".deps/gegl-buffer-allocator.Tpo" \
  -c -o gegl-buffer-allocator.lo `test -f 'gegl-buffer-allocator.c' || echo './'`gegl-buffer-allocator.c; \
then mv ".deps/gegl-buffer-allocator.Tpo" ".deps/gegl-buffer-allocator.Plo"; \
else rm -f ".deps/gegl-buffer-allocator.Tpo"; exit 1; \
fi
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../gegl -Ic:/msys/1.0/include/glib-2.0 -Ic:/msys/1.0/lib/glib-2.0/include -Ic:/msys/1.0/local/include/babl-0.0 -g -O2 -Wall -MT gegl-buffer-allocator.lo -MD -MP -MF .deps/gegl-buffer-allocator.Tpo -c gegl-buffer-allocator.c  -DDLL_EXPORT -DPIC -o .libs/gegl-buffer-allocator.o
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../gegl -Ic:/msys/1.0/include/glib-2.0 -Ic:/msys/1.0/lib/glib-2.0/include -Ic:/msys/1.0/local/include/babl-0.0 -g -O2 -Wall -MT gegl-buffer-allocator.lo -MD -MP -MF .deps/gegl-buffer-allocator.Tpo -c gegl-buffer-allocator.c -o gegl-buffer-allocator.o >/dev/null 2>&1
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../gegl -Ic:/msys/1.0/include/glib-2.0 -Ic:/msys/1.0/lib/glib-2.0/include   -Ic:/msys/1.0/local/include/babl-0.0      -g -O2 -Wall -MT gegl-buffer-save.lo -MD -MP -MF ".deps/gegl-buffer-save.Tpo" \
  -c -o gegl-buffer-save.lo `test -f 'gegl-buffer-save.c' || echo './'`gegl-buffer-save.c; \
then mv ".deps/gegl-buffer-save.Tpo" ".deps/gegl-buffer-save.Plo"; \
else rm -f ".deps/gegl-buffer-save.Tpo"; exit 1; \
fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../gegl -Ic:/msys/1.0/include/glib-2.0 -Ic:/msys/1.0/lib/glib-2.0/include -Ic:/msys/1.0/local/include/babl-0.0 -g -O2 -Wall -MT gegl-buffer-save.lo -MD -MP -MF .deps/gegl-buffer-save.Tpo -c gegl-buffer-save.c  -DDLL_EXPORT -DPIC -o .libs/gegl-buffer-save.o
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../gegl -Ic:/msys/1.0/include/glib-2.0 -Ic:/msys/1.0/lib/glib-2.0/include -Ic:/msys/1.0/local/include/babl-0.0 -g -O2 -Wall -MT gegl-buffer-save.lo -MD -MP -MF .deps/gegl-buffer-save.Tpo -c gegl-buffer-save.c -o gegl-buffer-save.o >/dev/null 2>&1
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../gegl -Ic:/msys/1.0/include/glib-2.0 -Ic:/msys/1.0/lib/glib-2.0/include   -Ic:/msys/1.0/local/include/babl-0.0      -g -O2 -Wall -MT gegl-buffer-load.lo -MD -MP -MF ".deps/gegl-buffer-load.Tpo" \
  -c -o gegl-buffer-load.lo `test -f 'gegl-buffer-load.c' || echo './'`gegl-buffer-load.c; \
then mv ".deps/gegl-buffer-load.Tpo" ".deps/gegl-buffer-load.Plo"; \
else rm -f ".deps/gegl-buffer-load.Tpo"; exit 1; \
fi


... entries deleted ...

 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Ic:/msys/1.0/include/glib-2.0 -Ic:/msys/1.0/lib/glib-2.0/include -Ic:/msys/1.0/local/include/babl-0.0 -DPREFIX=\"/usr/local\" -g -O2 -Wall -MT gegl-visitable.lo -MD -MP -MF .deps/gegl-visitable.Tpo -c gegl-visitable.c  -DDLL_EXPORT -DPIC -o .libs/gegl-visitable.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Ic:/msys/1.0/include/glib-2.0 -Ic:/msys/1.0/lib/glib-2.0/include -Ic:/msys/1.0/local/include/babl-0.0 -DPREFIX=\"/usr/local\" -g -O2 -Wall -MT gegl-visitable.lo -MD -MP -MF .deps/gegl-visitable.Tpo -c gegl-visitable.c -o gegl-visitable.o >/dev/null 2>&1
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Ic:/msys/1.0/include/glib-2.0 -Ic:/msys/1.0/lib/glib-2.0/include   -Ic:/msys/1.0/local/include/babl-0.0   -DPREFIX=\""/usr/local"\"   -g -O2 -Wall -MT gegl-visitor.lo -MD -MP -MF ".deps/gegl-visitor.Tpo" \
  -c -o gegl-visitor.lo `test -f 'gegl-visitor.c' || echo './'`gegl-visitor.c; \
then mv ".deps/gegl-visitor.Tpo" ".deps/gegl-visitor.Plo"; \
else rm -f ".deps/gegl-visitor.Tpo"; exit 1; \
fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Ic:/msys/1.0/include/glib-2.0 -Ic:/msys/1.0/lib/glib-2.0/include -Ic:/msys/1.0/local/include/babl-0.0 -DPREFIX=\"/usr/local\" -g -O2 -Wall -MT gegl-visitor.lo -MD -MP -MF .deps/gegl-visitor.Tpo -c gegl-visitor.c  -DDLL_EXPORT -DPIC -o .libs/gegl-visitor.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Ic:/msys/1.0/include/glib-2.0 -Ic:/msys/1.0/lib/glib-2.0/include -Ic:/msys/1.0/local/include/babl-0.0 -DPREFIX=\"/usr/local\" -g -O2 -Wall -MT gegl-visitor.lo -MD -MP -MF .deps/gegl-visitor.Tpo -c gegl-visitor.c -o gegl-visitor.o >/dev/null 2>&1
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Ic:/msys/1.0/include/glib-2.0 -Ic:/msys/1.0/lib/glib-2.0/include   -Ic:/msys/1.0/local/include/babl-0.0   -DPREFIX=\""/usr/local"\"   -g -O2 -Wall -MT gegl-xml.lo -MD -MP -MF ".deps/gegl-xml.Tpo" \
  -c -o gegl-xml.lo `test -f 'gegl-xml.c' || echo './'`gegl-xml.c; \
then mv ".deps/gegl-xml.Tpo" ".deps/gegl-xml.Plo"; \
else rm -f ".deps/gegl-xml.Tpo"; exit 1; \
fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Ic:/msys/1.0/include/glib-2.0 -Ic:/msys/1.0/lib/glib-2.0/include -Ic:/msys/1.0/local/include/babl-0.0 -DPREFIX=\"/usr/local\" -g -O2 -Wall -MT gegl-xml.lo -MD -MP -MF .deps/gegl-xml.Tpo -c gegl-xml.c  -DDLL_EXPORT -DPIC -o .libs/gegl-xml.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Ic:/msys/1.0/include/glib-2.0 -Ic:/msys/1.0/lib/glib-2.0/include -Ic:/msys/1.0/local/include/babl-0.0 -DPREFIX=\"/usr/local\" -g -O2 -Wall -MT gegl-xml.lo -MD -MP -MF .deps/gegl-xml.Tpo -c gegl-xml.c -o gegl-xml.o >/dev/null 2>&1
/bin/sh ../libtool --mode=link gcc  -g -O2 -Wall   -o libgegl-1.0.la -rpath /usr/local/lib -Lc:/msys/1.0/lib -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv   -Lc:/msys/1.0/local/lib -lbabl-0.0 -no-undefined -version-info 12:0:12 gegl-color.lo gegl-connection.lo gegl-cr-visitor.lo gegl-debug-rect-visitor.lo gegl-eval-mgr.lo gegl-eval-visitor.lo gegl-extension-handler.lo gegl-finish-visitor.lo gegl-graph.lo gegl-have-visitor.lo gegl-init.lo gegl-instrument.lo gegl-need-visitor.lo gegl-node.lo gegl-dot.lo gegl-node-dynamic.lo gegl-object.lo gegl-operation.lo gegl-operation-composer.lo gegl-operation-filter.lo gegl-operation-meta.lo gegl-operation-point-composer.lo gegl-operation-point-filter.lo gegl-operation-sink.lo gegl-operation-source.lo gegl-pad.lo gegl-paramspecs.lo gegl-prepare-visitor.lo gegl-processor.lo gegl-utils.lo gegl-visitable.lo gegl-visitor.lo gegl-xml.lo  ../gegl/buffer/libbuffer.la ../gegl/module/libmodule.la 
libtool: link: warning: library `c:/msys/1.0/lib/libiconv.la' was moved.

*** Warning: linker path does not have real file for library -lgobject-2.0.
*** I have the capability to make that library automatically link in when
*** you link to this library.  But I can only do this if you have a
*** shared version of the library, which you do not appear to have
*** because I did check the linker path looking for a file starting
*** with libgobject-2.0 and none of the candidates passed a file format test
*** using a file magic. Last file checked: /bin/libgobject-2.0-0.dll

*** Warning: linker path does not have real file for library -lgmodule-2.0.
*** I have the capability to make that library automatically link in when
*** you link to this library.  But I can only do this if you have a
*** shared version of the library, which you do not appear to have
*** because I did check the linker path looking for a file starting
*** with libgmodule-2.0 and none of the candidates passed a file format test
*** using a file magic. Last file checked: /bin/libgmodule-2.0-0.dll

*** Warning: linker path does not have real file for library -lglib-2.0.
*** I have the capability to make that library automatically link in when
*** you link to this library.  But I can only do this if you have a
*** shared version of the library, which you do not appear to have
*** because I did check the linker path looking for a file starting
*** with libglib-2.0 and none of the candidates passed a file format test
*** using a file magic. Last file checked: /bin/libglib-2.0-0.dll

*** Warning: linker path does not have real file for library -lintl.
*** I have the capability to make that library automatically link in when
*** you link to this library.  But I can only do this if you have a
*** shared version of the library, which you do not appear to have
*** because I did check the linker path looking for a file starting
*** with libintl and none of the candidates passed a file format test
*** using a file magic. Last file checked: /bin/libintl-2.dll
*** The inter-library dependencies that have been dropped here will be
*** automatically added whenever a program is linked with this library
*** or is declared to -dlopen it.

*** Since this library must not contain undefined symbols,
*** because either the platform does not support them or
*** it was explicitly requested with -no-undefined,
*** libtool will only create a static version of it.
rm -fr .libs/libgegl-1.0.lax
mkdir .libs/libgegl-1.0.lax
rm -fr .libs/libgegl-1.0.lax/libbuffer.a
mkdir .libs/libgegl-1.0.lax/libbuffer.a
(cd .libs/libgegl-1.0.lax/libbuffer.a && ar x /home/gegl/gegl-0.0.12/gegl/../gegl/buffer/.libs/libbuffer.a)
rm -fr .libs/libgegl-1.0.lax/libmodule.a
mkdir .libs/libgegl-1.0.lax/libmodule.a
(cd .libs/libgegl-1.0.lax/libmodule.a && ar x /home/gegl/gegl-0.0.12/gegl/../gegl/module/.libs/libmodule.a)
ar cru .libs/libgegl-1.0.a  gegl-color.o gegl-connection.o gegl-cr-visitor.o gegl-debug-rect-visitor.o gegl-eval-mgr.o gegl-eval-visitor.o gegl-extension-handler.o gegl-finish-visitor.o gegl-graph.o gegl-have-visitor.o gegl-init.o gegl-instrument.o gegl-need-visitor.o gegl-node.o gegl-dot.o gegl-node-dynamic.o gegl-object.o gegl-operation.o gegl-operation-composer.o gegl-operation-filter.o gegl-operation-meta.o gegl-operation-point-composer.o gegl-operation-point-filter.o gegl-operation-sink.o gegl-operation-source.o gegl-pad.o gegl-paramspecs.o gegl-prepare-visitor.o gegl-processor.o gegl-utils.o gegl-visitable.o gegl-visitor.o gegl-xml.o .libs/libgegl-1.0.lax/libbuffer.a/gegl-buffer-allocator.o .libs/libgegl-1.0.lax/libbuffer.a/gegl-buffer-load.o .libs/libgegl-1.0.lax/libbuffer.a/gegl-buffer-save.o .libs/libgegl-1.0.lax/libbuffer.a/gegl-buffer.o .libs/libgegl-1.0.lax/libbuffer.a/gegl-cache.o .libs/libgegl-1.0.lax/libbuffer.a/gegl-region-generic.o .libs/libgegl-1.0.lax/libbuffer.a/gegl-storage.o .libs/libgegl-1.0.lax/libbuffer.a/gegl-tile-backend.o .libs/libgegl-1.0.lax/libbuffer.a/gegl-tile-cache.o .libs/libgegl-1.0.lax/libbuffer.a/gegl-tile-disk.o .libs/libgegl-1.0.lax/libbuffer.a/gegl-tile-empty.o .libs/libgegl-1.0.lax/libbuffer.a/gegl-tile-log.o .libs/libgegl-1.0.lax/libbuffer.a/gegl-tile-mem.o .libs/libgegl-1.0.lax/libbuffer.a/gegl-tile-store.o .libs/libgegl-1.0.lax/libbuffer.a/gegl-tile-trait.o .libs/libgegl-1.0.lax/libbuffer.a/gegl-tile-traits.o .libs/libgegl-1.0.lax/libbuffer.a/gegl-tile-zoom.o .libs/libgegl-1.0.lax/libbuffer.a/gegl-tile.o  .libs/libgegl-1.0.lax/libmodule.a/gegldatafiles.o .libs/libgegl-1.0.lax/libmodule.a/geglmodule.o .libs/libgegl-1.0.lax/libmodule.a/geglmoduledb.o 
ranlib .libs/libgegl-1.0.a
rm -fr .libs/libgegl-1.0.lax
creating libgegl-1.0.la
(cd .libs && rm -f libgegl-1.0.la && ln -s ../libgegl-1.0.la libgegl-1.0.la)
make[3]: Leaving directory `/home/gegl/gegl-0.0.12/gegl'
make[2]: Leaving directory `/home/gegl/gegl-0.0.12/gegl'
Making all in operations
make[2]: Entering directory `/home/gegl/gegl-0.0.12/operations'
Making all in affine
make[3]: Entering directory `/home/gegl/gegl-0.0.12/operations/affine'
affine.o
affine.c:1: warning: -fPIC ignored for target (all code is position independent)
interpolate-cubic.o
interpolate-cubic.c:1: warning: -fPIC ignored for target (all code is position independent)
interpolate-lanczos.o
interpolate-lanczos.c:1: warning: -fPIC ignored for target (all code is position independent)
linear.o
linear.c:1: warning: -fPIC ignored for target (all code is position independent)
matrix.o
matrix.c:1: warning: -fPIC ignored for target (all code is position independent)
module.o
module.c:1: warning: -fPIC ignored for target (all code is position independent)
nearest.o
nearest.c:1: warning: -fPIC ignored for target (all code is position independent)
reflect.o
reflect.c:1: warning: -fPIC ignored for target (all code is position independent)
rotate.o
rotate.c:1: warning: -fPIC ignored for target (all code is position independent)
scale.o
scale.c:1: warning: -fPIC ignored for target (all code is position independent)
shear.o
shear.c:1: warning: -fPIC ignored for target (all code is position independent)
translate.o
translate.c:1: warning: -fPIC ignored for target (all code is position independent)
affine.dll
gcc.exe: ../../gegl/.libs/libgegl-1.0.dll.a: No such file or directory
gcc.exe: unrecognized option `-no-undefined'
make[3]: *** [affine.dll] Error 1
make[3]: Leaving directory `/home/gegl/gegl-0.0.12/operations/affine'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/gegl/gegl-0.0.12/operations'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/gegl/gegl-0.0.12'
make: *** [all] Error 2
_______________________________________________
Gegl-developer mailing list
Gegl-developer@xxxxxxxxxxxxxxxxxxxxxx
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gegl-developer

[Index of Archives]     [Yosemite News]     [Yosemite Photos]     [gtk]     [GIMP Users]     [KDE]     [Gimp's Home]     [Gimp on Windows]     [Steve's Art]

  Powered by Linux