Re: [CinePaint] cinepaint 0.21-2: Output of confi gure (on Suse Linux)
karl-heinz-1950-S0/[email protected]
| Newsgroups | gmane.comp.video.cinepaint.user |
|---|---|
| Organization | http://freemail.web.de/ |
| Message-ID | <[email protected]> |
Hi Kai-Uwe, yes make works I can execute cinepaint afterwards. I am just not sure if I will have "hidden" problems due to this. I've sent a seperate mail for the startup errors to this DL. May be this is related, I don't know. Thanks, K. *Von:* CinePaint Users <CINEPAINT-USERS-jEwL0F8OQBPYuXo5jQzoGqHwyWdF0H6P@public.gmane.org> *Gesendet:* 14.01.07 07:58:02 *An:* CinePaint Users <CINEPAINT-USERS-jEwL0F8OQBPYuXo5jQzoGqHwyWdF0H6P@public.gmane.org> *Betreff:* Re: [CinePaint] cinepaint 0.21-2: Output of configure (on Suse Linux) karl-heinz, did you try a make? If that fails, you can send it's output here or to me personally. regards Kai-Uwe Behrmann -- development for color management www.behrmann.name + www.oyranos.org + www.cinepaint.org Am 14.01.07, 07:24 +0100 schrieb karl-heinz-1950-S0/[email protected]: > Hi, > > I did a ./configure to build cinepaint, at the end it told me that I can build cinepaint. At the same time the overview says that something is missing. One thing I know is that I can't print, that's okay for me. What are the other restrictions? > > I want to use cinepaint to combine several pictures to a HDR picture. > > Thanks, > K. > > > ./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... i686-suse-linux > checking host system type... i686-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/i586-suse-linux/bin/ld > checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... yes > checking for /usr/i586-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... no > checking whether we are using the GNU Fortran 77 compiler... no > checking whether accepts -g... no > 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/i586-suse-linux/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/i586-suse-linux/bin/ld > checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... yes > checking whether the g++ linker (/usr/i586-suse-linux/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/i586-suse-linux/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 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 > 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 glib-config... /opt/gnome/bin/glib-config > checking for inline definition in glibconfig.h... no > checking for inline... inline > checking for gtk-config... /opt/gnome/bin/gtk-config > checking for GTK - version >= 1.2.8... yes > 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 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 > checking for OpenEXR... (version 1.2.2) yes > 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.8) yes > checking for pkg-config... /usr/bin/pkg-config > checking for lcms >= 1.12... yes (version 1.14) > 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 > 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... no > configure: WARNING: > *** Check for oyranos-config failed. > *** You can download Oyranos from http://www.oyranos.org/ . > checking for fltk-config... /usr/X11R6/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... yes > checking for python... /usr/bin/python > checking for python version... 2.4 > checking for python platform... linux2 > checking for python script directory... ${prefix}/lib/python2.4/site-packages > checking for python extension module directory... ${exec_prefix}/lib/python2.4/site-packages > checking for python... /usr/bin/python > checking for Python prefix... /usr > checking for Python exec-prefix... /usr > checking for Python version... python2.4 > checking for Python header files... -I/usr/include/python2.4 -I/usr/lib/python2.4/config > checking for Python library... -L/usr/lib/python2.4/config > 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 > config.status: creating user_install > config.status: creating gimprc > config.status: creating gimprc_user > config.status: creating cinepainttool > config.status: creating cinepaint-gtk.pc > config.status: creating cinepaint.spec > config.status: creating lib/version.h > config.status: creating lib/Makefile > config.status: creating lib/wire/Makefile > config.status: creating libgimp/Makefile > config.status: creating libgimp/gimpintl.h > config.status: creating plug-ins/Makefile > config.status: creating plug-ins/blur/Makefile > config.status: creating plug-ins/bmp/Makefile > config.status: creating plug-ins/bracketing_to_hdr/Makefile > config.status: creating plug-ins/bracketing_to_hdr/br_core/Makefile > config.status: creating plug-ins/bracketing_to_hdr/FL_adds/Makefile > config.status: creating plug-ins/bracketing_to_hdr/gui/Makefile > config.status: creating plug-ins/cineon/Makefile > config.status: creating plug-ins/collect/Makefile > config.status: creating plug-ins/compose/Makefile > config.status: creating plug-ins/dbbrowser/Makefile > config.status: creating plug-ins/decompose/Makefile > config.status: creating plug-ins/dicom/Makefile > config.status: creating plug-ins/edge/Makefile > config.status: creating plug-ins/fits/Makefile > config.status: creating plug-ins/gauss_rle/Makefile > config.status: creating plug-ins/gbr/Makefile > config.status: creating plug-ins/gifload/Makefile > config.status: creating plug-ins/hdr/Makefile > config.status: creating plug-ins/icc_examin/Makefile > config.status: creating plug-ins/iff/Makefile > config.status: creating plug-ins/iol/Makefile > config.status: creating plug-ins/iol/examples/Makefile > config.status: creating plug-ins/jpeg/Makefile > config.status: creating plug-ins/mblur/Makefile > config.status: creating plug-ins/median/Makefile > config.status: creating plug-ins/minimum/Makefile > config.status: creating plug-ins/noisify/Makefile > config.status: creating plug-ins/openexr/Makefile > config.status: creating plug-ins/pic/Makefile > config.status: creating plug-ins/pdf/Makefile > config.status: creating plug-ins/png/Makefile > config.status: creating plug-ins/pnm/Makefile > config.status: creating plug-ins/print/Makefile > config.status: creating plug-ins/psd/Makefile > config.status: creating plug-ins/psd_save/Makefile > config.status: creating plug-ins/pygimp/Makefile > config.status: creating plug-ins/pygimp/doc/Makefile > config.status: creating plug-ins/pygimp/plug-ins/Makefile > config.status: creating plug-ins/script-fu/Makefile > config.status: creating plug-ins/script-fu/scripts/Makefile > config.status: creating plug-ins/rawphoto/Makefile > config.status: creating plug-ins/rotate/Makefile > config.status: creating plug-ins/screenshot/Makefile > config.status: creating plug-ins/sgi/Makefile > config.status: creating plug-ins/sharpen/Makefile > config.status: creating plug-ins/snoise/Makefile > config.status: creating plug-ins/sobel/Makefile > config.status: creating plug-ins/spread/Makefile > config.status: creating plug-ins/tga/Makefile > config.status: creating plug-ins/tiff/Makefile > config.status: creating plug-ins/unsharp/Makefile > config.status: creating plug-ins/xwd/Makefile > config.status: creating po/Makefile.in > config.status: creating po-plug-ins/Makefile.in > config.status: creating po-plug-ins/Makefile > config.status: creating po-script-fu/Makefile.in > config.status: creating po-script-fu/Makefile > config.status: creating app/Makefile > config.status: creating app/depth/Makefile > config.status: creating data/Makefile > config.status: creating data/brushes/Makefile > config.status: creating data/curves/Makefile > config.status: creating data/gradients/Makefile > config.status: creating data/palettes/Makefile > config.status: creating data/patterns/Makefile > 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 > > ================================================================= > Configuration Results > > GTK CinePaint Version 0.21-2 > > > General dependencies: > DnD support yes X11/Xmu > littleCMS yes lcms 1.14 > Oyranos no > > Plug-ins with external dependencies: > Python plug-in: yes python2.4 > OpenEXR plug-in: yes OpenEXR 1.2.2 > Tiff plug-in: yes > PNG plug-in: yes libpng 1.2.8 > 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 > ================================================================= > > Now type 'make' and 'make install' / 'make rpm' to build the package and > install. The unix command is 'cinepaint'. > ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Cinepaint-users mailing list Cinepaint-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org https://lists.sourceforge.net/lists/listinfo/cinepaint-users Viren-Scan für Ihren PC! Jetzt für jeden. Sofort, online und kostenlos. Gleich testen! *http://www.pc-sicherheit.web.de/freescan/?mc=022222* [http://www.pc-sicherheit.web.de/freescan/?mc=022222] ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Cinepaint-users mailing list Cinepaint-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org https://lists.sourceforge.net/lists/listinfo/cinepaint-users