Re: [CinePaint] looking for libcinepaint in the wrong place
Milan Knizek <knizek-VIXq6x/[email protected]>
| Newsgroups | gmane.comp.video.cinepaint.user |
|---|---|
| Message-ID | <[email protected]> |
On Thursday 04 January 2007 04:25, Daniel Fort wrote:
> I'm using these options:
>
> ./configure --prefix=/opt --enable-gtk2 --enable-debug --with-OpenEXR
> --enable-openexrtest
>
> and as expected it is installing libcinepaint and the appropriate
> symbolic links into /opt/lib but apparently the program is looking for
> libcinepaint.so.0 in /usr/local/lib so it will not launch.
I had similar issue, I think that it always linked the libcinepaint as being
in /usr/lib.
You can run "ldd /whateverlocationitis/cinepaint to see where it searches the
libs.
If it helps to you, I have attached an ebuild for cvs version of CinePaint -
it is than easier to uninstall/upgrade.
You should uninstall stable version of CinePaint and add
media-video/cinepaint-cvs ~x86 (or ~amd64 depending on your computer)
to /etc/portage/package.keywords before installing this cvs. (Unzip the
attached file to the directory defined by PORTDIR_OVERLAY in
your /etc/make.conf file, usually it is /usr/local/portage.)
Few comments:
x it may not have well defined all USE flags and dependencies.
x it sets ARCH to an empty variable, otherwise icc_examin plugin does not
compile (its configure script runs some tests and
sets "MAKEFILE_ARCH=Makefile$ARCH". In my case, the ARCH is assumed to be
zero string, however, ARCH is used by portage (=x86, amd64, etc)). You may
not encounter this if you do not have icc_examin installed.
_Kai-Uwe_ - could you add this empty declaration to the configure script?
Regards
--
Milan Knížek
http://milan-knizek.net/
e-mail knizek {na} volny {v} cz
-------------------------------------------------------------------------
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
media-video_cinepaint-cvs.tar.gz
(application/x-tgz, 1.2 KB) - not displayed