[CinePaint] problem compiling

Davide Anchisi <[email protected]> Thu, 4 Jun 2009 15:37:05 +0200
Newsgroups gmane.comp.video.cinepaint.user
Message-ID <[email protected]>
Hi,

I'm trying to compile from source CVS on an Ubuntu 9.04 GNU/Linux,
64-bit machine.

After

'sh autogen.sh' and  './configure' I run 'make', but it exits with error.

Below part of the configure and make output.

Thanks for any help.

  Davide


OUTPUT

>>>> Of configure:

[...]
################################################################
#                                                              #
        Welcome to ICC Examin Version 0.45 configurator
#                                                              #
#                       Configuration                          #

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

Linux system            detected
X86_64                  try build in 64 bit mode


libdl is available
ls: cannot access argyll-0.60: No such file or directory
Package argyll was not found in the pkg-config search path.
Perhaps you should add the directory containing `argyll.pc'
to the PKG_CONFIG_PATH environment variable
No package 'argyll' found

Oyranos 0.1.7           detected
littleCMS               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.9              detected
LIBTIFF, Version 3.8.2
Copyright (c) 1988-1996 Sam Leffler
Copyright (c) 1991-1996 Silicon Graphics, Inc.
                        detected
Gettext                 detected
translations available: cs de eo eu fr
local CinePaint 0.25.0  detected


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

[...]
=================================================================
              Configuration Results

GTK CinePaint Version 0.25.0


General dependencies:
   Gtk2 toolkit                 yes    2.16.1
   DnD support                  yes    X11/Xmu
   littleCMS                    yes    lcms 1.18
   Oyranos                      yes    oyranos 0.1.7

Plug-ins with external dependencies:
   Python plug-in:              yes    python2.6
   OpenEXR plug-in:             yes    OpenEXR 1.6.1
   Tiff plug-in:                yes
   PNG plug-in:                 yes    libpng 1.2.27
   Jpeg plug-in:                yes
   Print plug-in:               yes    Gutenprint 5.2.3
   FLTK dependent plug-ins:     yes    bracketing_to_hdr collect pdf
   Thread dependent plug-ins:   yes    icc_examin
   Flex dependent plug-ins:     yes    iol
=================================================================



>>>> Of make:

[...]
Making all in icc_examin
make[2]: enter directory
«/home/davide/daInstallare/CinePaint/cvs/cinepaint-project/cinepaint/plug-ins/icc_examin»
Making all in icc_examin
make[3]: enter directory
«/home/davide/daInstallare/CinePaint/cvs/cinepaint-project/cinepaint/plug-ins/icc_examin/icc_examin»
echo Verknuepfen iccexamin ...
Verknuepfen iccexamin ...
c++ -I/usr/local/include -I/usr/X11R6/include -I. -I/usr/include/g++
-I/usr/include    -I/usr/local/include -I/usr/X11R6/include -I.
-I/usr/include/g++ -I/usr/include  -I/usr/include/freetype2
-D_THREAD_SAFE -D_REENTRANT -I/usr/X11R6/include -I/usr/include
-I/usr/local/include  -I/usr/include/FTGL -I/usr/include/freetype2
-o iccexamin \
	icc_main.o icc_oyranos_extern.o flstring.o vsnprintf.o icc_argyll.o
agviewer.o icc_cgats_filter.o icc_draw.o icc_examin.o
icc_examin_farbraum.o icc_examin_io.o icc_examin_tagwahl.o
icc_fenster.o icc_formeln.o icc_gamut.o icc_gl.o icc_helfer.o
icc_info.o icc_kette.o icc_measurement.o icc_modell_beobachter.o
icc_oyranos.o icc_profile.o icc_profile_header.o icc_profile_tags.o
icc_schnell.o icc_speicher.o icc_thread_daten.o icc_ueber.o
icc_utils.o icc_vrml.o icc_vrml_parser.o threads.o icc_helfer_fltk.o
icc_helfer_x.o icc_betrachter.o my_file_chooser.o my_file_chooser2.o
\
	-L.  -ldl  -L/usr/local/lib64 -L./ fl_i18n/libfl_i18n.a
-Wl,-Bsymbolic-functions -lfltk_images -lfltk_gl -lfltk
-L/usr/X11R6/lib -L/usr/lib -L/usr/local/lib64 -lX11 -lXxf86vm -lXpm
-lXext -lXinerama -llcms -L/lib -L/usr/local/lib64 -loyranos  -ldl
-llcms   -lftgl
icc_oyranos.o: In function `Oyranos::moniInfo(int, int, int*)':
icc_oyranos.cpp:(.text+0xaf56): undefined reference to `oyGetScreenFromPosition'
icc_oyranos.cpp:(.text+0xaf84): undefined reference to `oyGetMonitorInfo'
icc_oyranos.o: In function `Oyranos::setzeMonitorProfil(char const*, int, int)':
icc_oyranos.cpp:(.text+0xb146): undefined reference to `oyGetScreenFromPosition'
icc_oyranos.cpp:(.text+0xb166): undefined reference to `oySetMonitorProfile'
icc_oyranos.cpp:(.text+0xb177): undefined reference to `oyGetMonitorProfileName'
icc_oyranos.o: In function `Oyranos::moni_test_(int, int)':
icc_oyranos.cpp:(.text+0xb206): undefined reference to `oyGetScreenFromPosition'
icc_oyranos.cpp:(.text+0xb22b): undefined reference to `oyGetMonitorProfile'
collect2: ld returned 1 exit status
make[3]: *** [iccexamin] Error 1
make[3]: exit directory
«/home/davide/daInstallare/CinePaint/cvs/cinepaint-project/cinepaint/plug-ins/icc_examin/icc_examin»
make[2]: *** [all-recursive] Error 1
make[2]: exit directory
«/home/davide/daInstallare/CinePaint/cvs/cinepaint-project/cinepaint/plug-ins/icc_examin»
make[1]: *** [all-recursive] Error 1
make[1]: exit directory
«/home/davide/daInstallare/CinePaint/cvs/cinepaint-project/cinepaint/plug-ins»
make: *** [all-recursive] Error 1

------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get