Re: Error in compiling GEGL in windows using MSYS/MinGW

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

 



after giving this command for GEGL... ./configure --prefix=$INSTALL_PREFIX -C
i got the following .... please tell me why i cannot compile GEGL. what is my
mistake?

$ ./configure --prefix=$INSTALL_PREFIX -C
configure: loading cache config.cache
checking for a BSD-compatible install... (cached) /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (cached) yes
checking for gcc... (cached) gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking for style of include used by make... GNU
checking dependency style of gcc... (cached) gcc3
checking for g++... (cached) g++
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking build system type... (cached) i686-pc-mingw32
checking host system type... (cached) i686-pc-mingw32
checking for as... (cached) as
checking for dlltool... (cached) dlltool
checking for objdump... (cached) objdump
checking for a sed that does not truncate output... (cached) /bin/sed
checking for grep that handles long lines and -e... (cached) /bin/grep
checking for egrep... (cached) /bin/grep -E
checking for fgrep... (cached) /bin/grep -F
checking for ld used by gcc... (cached) c:/gimp-win-beta/build/mingw32/bin/ld.exe
checking if the linker (c:/gimp-win-beta/build/mingw32/bin/ld.exe) is GNU ld...
(cached) yes
checking for BSD- or MS-compatible name lister (nm)... (cached) /mingw/bin/nm
checking the name lister (/mingw/bin/nm) interface... (cached) BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... (cached) 8192
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for c:/gimp-win-beta/build/mingw32/bin/ld.exe option to reload object
files... (cached) -r
checking for objdump... (cached) objdump
checking how to recognize dependent libraries... (cached) file_magic ^x86
archive import|^x86 DLL
checking for ar... (cached) ar
checking for strip... (cached) strip
checking for ranlib... (cached) ranlib
checking command to parse /mingw/bin/nm output from gcc object... (cached) ok
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) no
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking how to run the C++ preprocessor... (cached) g++ -E
checking for objdir... (cached) .libs
checking if gcc supports -fno-rtti -fno-exceptions... (cached) no
checking for gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if gcc PIC flag -DDLL_EXPORT -DPIC works... (cached) yes
checking if gcc static flag -static works... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (c:/gimp-win-beta/build/mingw32/bin/ld.exe)
supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... Win32 ld.exe
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... no
checking for ld used by g++... (cached) c:/gimp-win-beta/build/mingw32/bin/ld.exe
checking if the linker (c:/gimp-win-beta/build/mingw32/bin/ld.exe) is GNU ld...
(cached) yes
checking whether the g++ linker (c:/gimp-win-beta/build/mingw32/bin/ld.exe)
supports shared libraries... yes
checking for g++ option to produce PIC... -DDLL_EXPORT -DPIC
checking if g++ PIC flag -DDLL_EXPORT -DPIC works... (cached) yes
checking if g++ static flag -static works... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (c:/gimp-win-beta/build/mingw32/bin/ld.exe)
supports shared libraries... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether to enable maintainer-specific portions of Makefiles... no
checking for library containing strerror... (cached) none required
checking whether make sets $(MAKE)... (cached) yes
checking for special C compiler options needed for large files... (cached) no
checking for _FILE_OFFSET_BITS value needed for large files... (cached) unknown
checking for _LARGE_FILES value needed for large files... (cached) unknown
checking for GNUC variadic macros... (cached) yes
checking for ISO C99 variadic macros in C... (cached) yes
checking for ISO C99 variadic macros in C++... (cached) yes
checking whether to turn on debugging... no
checking whether to turn on profiling... no
checking whether to enable multi threading... no
checking whether gcc understands -Wdeclaration-after-statement... yes
checking whether gcc understands -Wmissing-prototypes... yes
checking whether gcc understands -Wmissing-declarations... yes
checking whether gcc understands -Winit-self... yes
checking whether gcc understands -Wpointer-arith... yes
checking whether gcc understands -Wold-style-definition... yes
checking for aclocal flags... (cached) -I/opt/share/aclocal
checking for target architecture... i686-pc-mingw32
checking for dynamic library filename suffix... .dll
checking for some Darwin platform... no
checking for some Win32 platform... yes
checking for native Win32... yes
checking whether gcc understands -mmmx... yes
checking whether we can compile MMX code... yes
checking whether gcc understands -msse... yes
checking whether we can compile SSE code... yes
checking for pkg-config... (cached) /bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for BABL... yes
checking for pkg-config... (cached) /bin/pkg-config
checking pkg-config is at least version 0.16... yes
checking for GLIB - version >= 2.22.0... yes (version 2.26.1)
checking for DEP... yes
checking for GIO... yes
checking for GTK... yes
checking for bind_textdomain_codeset... (cached) yes
checking if GLib is version 2.21.0 or newer... yes
checking for perl5... (cached) perl
checking for ruby... (cached) no
configure: WARNING:
*** Could not find Ruby interpreter. The HTML API reference
will not be updated.

checking for enscript... (cached) no
*** Check for enscript command failed.
checking for asciidoc... (cached) no
*** Check for asciidoc failed.
checking for dot... (cached) no
*** Check for dot command failed.
checking for CAIRO... yes
checking for PANGO... yes
checking for PANGOCAIRO... yes
checking for GDK_PIXBUF... yes
checking for jpeg_destroy_decompress in -ljpeg... (cached) no
with_png '', with_libpng ''
checking for PNG... yes
checking for RSVG... no
checking for OPENEXR... no
checking for sdl-config... (cached) no
*** Check for SDL library failed.
checking for OPENRAW... no
checking for dot... (cached) no
*** Check for dot command from graphviz failed.
checking for LUA... no
checking for LUA... no
checking for AVFORMAT... no
checking for linux/videodev.h... (cached) no
checking for run_spiro in -lspiro... (cached) no
checking for w3m... (cached) no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating bin/Makefile
config.status: creating gegl/Makefile
config.status: creating gegl/gegl-version.h
config.status: creating gegl/buffer/Makefile
config.status: creating gegl/graph/Makefile
config.status: creating gegl/module/Makefile
config.status: creating gegl/operation/Makefile
config.status: creating gegl/process/Makefile
config.status: creating gegl/property-types/Makefile
config.status: creating operations/Makefile
config.status: creating operations/affine/Makefile
config.status: creating operations/core/Makefile
config.status: creating operations/common/Makefile
config.status: creating operations/common/perlin/Makefile
config.status: creating operations/external/Makefile
config.status: creating operations/generated/Makefile
config.status: creating operations/workshop/Makefile
config.status: creating operations/workshop/external/Makefile
config.status: creating operations/workshop/generated/Makefile
config.status: creating tools/Makefile
config.status: creating docs/Makefile
config.status: creating docs/index-static.txt
config.status: creating docs/gallery/Makefile
config.status: creating docs/gallery/data/Makefile
config.status: creating examples/Makefile
config.status: creating examples/data/Makefile
config.status: creating tests/Makefile
config.status: creating tests/buffer/Makefile
config.status: creating tests/compositions/Makefile
config.status: creating tests/compositions/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
config.status: executing libtool commands

Building GEGL with prefix=/opt

Optional features:
  GEGL docs:       yes
  Build workshop:  no
  Build website:   no  (asciidoc not found)
  SIMD:            sse:yes mmx:yes
  Multi threading: no

Optional dependencies:
  asciidoc:        no  (asciidoc not found)
  enscript:        no  (enscript not found)
  GIO:             yes
  GTK+:            yes
  Ruby:            no
  Lua:             no  (usable lua not found)
  Cairo:           yes
  Pango:           yes
  pangocairo:      yes
  GDKPixbuf:       yes
  JPEG:            no  (usable JPEG library not found)
  PNG:             yes
  OpenEXR:         no  (OpenEXR library not found)
  rsvg:            no  (usable librsvg not found)
  SDL:             no  (SDL library not found)
  openraw:         no  (openraw library not found)
  graphviz:        no  (graphviz not found)
  avformat:        no  (libavformat not found)
  V4L:             no
  spiro:           no  (usable SPIRO library not found)




_______________________________________________
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