[ cinepaint-Bugs-2527395 ] sed: unterminated `s' command (lots of them)

"SourceForge.net" <[email protected]> Thu, 22 Jan 2009 00:51:54 +0000
Newsgroups gmane.comp.video.cinepaint.devel
Message-ID <[email protected]>
Bugs item #2527395, was opened at 2009-01-21 19:51
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=542706&aid=2527395&group_id=75029

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Linux
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: The Skuj (theskuj)
Assigned to: Nobody/Anonymous (nobody)
Summary: sed: unterminated `s' command (lots of them)

Initial Comment:
openSUSE 11.0 x64 w/KDE3
Most dependencies satisfied with manual compiles

theskuj@server:~/Desktop/cinepaint-0.22-1/cinepaint-0.22-1> ./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 whether build environment is sane... 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 for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
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... gcc -E
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... (cached) yes
checking whether ln -s works... yes
checking build system type... x86_64-suse-linux
checking host system type... x86_64-suse-linux
checking for a sed that does not truncate output... /usr/bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/x86_64-suse-linux/bin/ld
checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld... yes
checking for /usr/x86_64-suse-linux/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking how to recognise dependent libraries... pass_all
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 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... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... gfortran
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether gfortran 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/x86_64-suse-linux/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
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/x86_64-suse-linux/bin/ld -m elf_x86_64
checking if the linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) 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/x86_64-suse-linux/bin/ld -m elf_x86_64) 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 gfortran option to produce PIC... -fPIC
checking if gfortran PIC flag -fPIC works... yes
checking if gfortran supports -c -o file.o... yes
checking whether the gfortran linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) 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... no
checking whether byte ordering is bigendian... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether time.h and sys/time.h may both be included... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking for unistd.h... (cached) yes
checking for pid_t... yes
checking return type of signal handlers... void
checking for vprintf... yes
checking for _doprnt... no
checking for working alloca.h... yes
checking for alloca... yes

PKG_CONFIG_PATH = /opt/gnome/lib64/pkgconfig:/opt/gnome/share/pkgconfig

checking fd_set and sys/select... yes
checking for yywrap in -lfl... yes
checking for pthread_create in -lpthread... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pkg-config... /usr/bin/pkg-config
checking for glib-config... no
configure: WARNING:
*** Check for glib-config failed.
*** You can download Glib from http://www.gtk.org/  .
*** As well check if the glib-devel or similiar package is installed on your
*** distribution.
checking for inline definition in glibconfig.h... no
checking for inline... inline
checking for gtk-config... no
checking for GTK - version >= 1.2.8... no
*** The gtk-config script installed by GTK could not be found
*** If GTK was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GTK_CONFIG environment variable to the
*** full path to gtk-config.
configure: WARNING: Test for GTK failed. See the file 'INSTALL' for help.
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... /usr/bin/msgfmt
checking for dcgettext... yes
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for catalogs to be installed...  ca cs da de el en_GB es fi fr ga gl hu hr it ja ko lt nl nn no pl pt pt_BR ro ru sk sl sv tr uk zh_CN zh_TW
checking for TIFF support... checking for TIFFOpen in -ltiff... yes
checking tiff.h usability... yes
checking tiff.h presence... yes
checking for tiff.h... yes
checking tiffio.h usability... yes
checking tiffio.h presence... yes
checking for tiffio.h... yes
checking for pkg-config... /usr/bin/pkg-config
Package OpenEXR was not found in the pkg-config search path.
Perhaps you should add the directory containing `OpenEXR.pc'
to the PKG_CONFIG_PATH environment variable
No package 'OpenEXR' found
checking for openexr support... checking OpenEXR/half.h usability... no
checking OpenEXR/half.h presence... no
checking for OpenEXR/half.h... no
configure: WARNING:
*** OpenEXR dev header half.h not found
*** install OpenEXR and development packages or
*** download from http://www.openexr.org
checking for JPEG support... checking for jinit_memory_mgr in -ljpeg... yes
checking for gzsetparams in -lz... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for pkg-config... /usr/bin/pkg-config
checking for libpng... (version 1.2.26) yes
checking for pkg-config... /usr/bin/pkg-config
checking for lcms >= 1.16... yes (version 1.17)
checking for XmuClientWindow in -lXmu... yes
checking X11/Xmu/WinUtil.h usability... yes
checking X11/Xmu/WinUtil.h presence... yes
checking for X11/Xmu/WinUtil.h... yes
checking for pkg-config... /usr/bin/pkg-config
try gutenprintui
checking for gutenprint >= 5.0.0... Package gutenprintui was not found in the pkg-config search path.
Perhaps you should add the directory containing `gutenprintui.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gutenprintui' found
expr: syntax error
configure: WARNING:
*** libgutenprint version  is too old or not available.
*** You need at least version 5.0.0 .
configure: WARNING:
*** Check for libgutenprint failed. Try setting the PKG_CONFIG_PATH variable.
*** You may download it from
*** http://gutenprint.sourceforge.net/ . Take an developers release.
*** They are numberd beginning with 5.0.0 .
*** You can build without printing support by passing
*** --disable-print to configure (but you won't be able to print then).
checking for oyranos-config... /usr/local/bin/oyranos-config
checking for fltk-config... /usr/bin/fltk-config
checking sys/ipc.h usability... yes
checking sys/ipc.h presence... yes
checking for sys/ipc.h... yes
checking sys/shm.h usability... yes
checking sys/shm.h presence... yes
checking for sys/shm.h... yes
checking whether shmctl IPC_RMID allowes subsequent attaches... no
checking for python... /usr/bin/python
checking for python version... 2.5
checking for python platform... linux2
checking for python script directory... ${prefix}/lib64/python2.5/site-packages
checking for python extension module directory... ${exec_prefix}/lib64/python2.5/site-packages
checking for python... /usr/bin/python
checking for Python prefix... /usr
checking for Python exec-prefix... /usr
checking for Python version... python2.5
checking for Python header files...
checking for Python library... Not found
checking fltk dependend plug-ins ... yes "bracketing_to_hdr" "collect" "pdf"
checking thread dependend plug-ins ... yes "icc_examin"
checking flex dependend plug-ins ... yes "iol"
checking for rpm... /bin/rpm
configure: creating ./config.status
config.status: creating Makefile
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating user_install
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating gimprc
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating gimprc_user
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating cinepainttool
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating cinepaint-gtk.pc
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating cinepaint.spec
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating lib/version.h
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating lib/Makefile
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating lib/wire/Makefile
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating lib/fl_i18n/Makefile
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating libgimp/Makefile
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating libgimp/gimpintl.h
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating libhalf/Makefile
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating plug-ins/Makefile
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating plug-ins/blur/Makefile
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating plug-ins/bmp/Makefile
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating plug-ins/bracketing_to_hdr/Makefile
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating plug-ins/bracketing_to_hdr/br_core/Makefile
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating plug-ins/bracketing_to_hdr/FL_adds/Makefile
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating plug-ins/bracketing_to_hdr/gui/Makefile
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating plug-ins/bracketing_to_hdr/jhead/Makefile
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating plug-ins/cineon/Makefile
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating plug-ins/collect/Makefile
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating plug-ins/compose/Makefile
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating plug-ins/dbbrowser/Makefile
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating plug-ins/decompose/Makefile
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating plug-ins/dicom/Makefile
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating plug-ins/edge/Makefile
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating plug-ins/fits/Makefile
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating plug-ins/gauss_rle/Makefile
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating plug-ins/gbr/Makefile
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating plug-ins/gifload/Makefile
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating plug-ins/hdr/Makefile
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating plug-ins/icc_examin/Makefile
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating plug-ins/iff/Makefile
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating plug-ins/iol/Makefile
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating plug-ins/iol/examples/Makefile
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating plug-ins/jpeg/Makefile
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating plug-ins/mblur/Makefile
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating plug-ins/median/Makefile
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating plug-ins/minimum/Makefile
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating plug-ins/noisify/Makefile
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating plug-ins/openexr/Makefile
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating plug-ins/pic/Makefile
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating plug-ins/pdf/Makefile
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating plug-ins/png/Makefile
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating plug-ins/pnm/Makefile
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating plug-ins/print/Makefile
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating plug-ins/psd/Makefile
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating plug-ins/psd_save/Makefile
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating plug-ins/pygimp/Makefile
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating plug-ins/pygimp/doc/Makefile
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating plug-ins/pygimp/plug-ins/Makefile
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating plug-ins/script-fu/Makefile
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating plug-ins/script-fu/scripts/Makefile
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating plug-ins/rawphoto/Makefile
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating plug-ins/retinex/Makefile
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating plug-ins/rotate/Makefile
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating plug-ins/screenshot/Makefile
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating plug-ins/sgi/Makefile
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating plug-ins/sharpen/Makefile
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating plug-ins/snoise/Makefile
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating plug-ins/sobel/Makefile
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating plug-ins/spread/Makefile
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating plug-ins/tga/Makefile
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating plug-ins/tiff/Makefile
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating plug-ins/unsharp/Makefile
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating plug-ins/xwd/Makefile
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating po/Makefile.in
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating po-plug-ins/Makefile.in
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating po-plug-ins/Makefile
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating po-script-fu/Makefile.in
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating po-script-fu/Makefile
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating app/Makefile
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating app/depth/Makefile
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating data/Makefile
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating data/brushes/Makefile
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating data/curves/Makefile
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating data/gradients/Makefile
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating data/palettes/Makefile
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating data/patterns/Makefile
sed: file ./confstatwRpFAy/subs-4.sed line 33: unterminated `s' command
config.status: creating lib/config.h
config.status: lib/config.h is unchanged
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: executing default commands
configure: configuring in plug-ins/icc_examin/icc_examin
configure: running /bin/sh './configure' --prefix=/usr/local  --cache-file=/dev/null --srcdir=.

################################################################
#                                                              #
        Welcome to ICC Examin Version 0.43 configurator
#                                                              #
#                       Configuration                          #

Linux system            detected
X86_64                  try build in 64 bit mode
Oyranos 0.1.9           detected
littleCMS 1.17          detected
X11                     detected
X VidMode extension     detected
X Xinerama              detected
libXpm is available
libXext is available
FTGL      2.1.3~rc5         detected
FLTK 1.1.8              detected
PNG 1.2.26               detected
libdl is available

                        detected
Gettext                 detected
translations available: de eo fr
local CinePaint   detected


generated icc_examin.spec from icc_examin.spec.in
prefix =                /usr/local

################################################################
#                       Configuration                          #
prefix          =       /usr/local
exec_prefix     =       /usr/local
bindir          =       /usr/local/bin
sbindir         =       /usr/local/sbin
libdir          =       /usr/local/lib64
includedir      =       /usr/local/include
datadir         =       /usr/local/share
mandir          =       /usr/local/share/man
pixmapdir       =       /usr/local/share/pixmaps
desktopdir      =       /usr/local/share/applications
INCL            :       INCL=-I$(includedir) -I/usr/X11R6/include -I. -I/usr/include/g++ -I/usr/include
CFLAGS          =        $(INCL)
CXXFLAGS        =        $(INCL)
LDFLAGS         =        -L.
################################################################



preparing Makefile in ./
preparing Makefile in fl_i18n/
Makefile:15: *** missing separator.  Stop.

=================================================================
              Configuration Results

GTK CinePaint Version 0.22-1


General dependencies:
./configure: line 29441: gtk-config: command not found
   Gtk1 toolkit                 yes
   DnD support                  yes    X11/Xmu
   littleCMS                    yes    lcms 1.17
   Oyranos                      yes    oyranos 0.1.9

Plug-ins with external dependencies:
   Python plug-in:              no
   OpenEXR plug-in:             yes    OpenEXR
   Tiff plug-in:                yes
   PNG plug-in:                 yes    libpng 1.2.26
   Jpeg plug-in:                yes
   Print plug-in:               no
   FLTK dependent plug-ins:     yes    bracketing_to_hdr collect pdf
   Thread dependent plug-ins:   yes    icc_examin
   Flex dependent plug-ins:     yes    iol
=================================================================

configure: error: !!! An ERROR occured !!!
    Please check the above messages to see why.
    For bug reports please include the complete above output.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=542706&aid=2527395&group_id=75029

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword