I used the 2.3.11 version without problems

maybe you should try building the 2.3.12 version (current developement
release) with prefix (i'm using /opt/gimp-2.3)
also don't forget to create the script which lauches gimp

-->

#!/bin/sh

PATH=/opt/gimp-2.3/bin:$PATH
export PATH
LD_LIBRARY_PATH=/opt/gimp-2.3/lib
export LD_LIBRARY_PATH

/opt/gimp-2.3/bin/gimp-2.3 "$@"

<--

this script is mentioned on the gimp.org page (path is of course your prefix)

On 10/28/06, Michael Schumacher <[EMAIL PROTECTED]> wrote:
Stephan Hegel wrote:

> Does this affect the functionality of gimp-2.3 ? In that case
> "configure" should not allow a "--prefix=/usr/local/Gimp-2.3".

configure allows everything. Anyone who is building from source ought to
know that the prefix he chooses should be one that does not cause harm
to the system - or he should choose another one if the default one does.

> And: it does not fix the problem what was mentioned on top of
> the thread. HTH ? No, it does not help at all.

You mean a GIMP 2.3 build with --prefix=/opt/gimp-2.3 still exhibits the
same error on Slackware? Maybe this is something a Slackware user should
investigate then.


Michael

--
--------------------
LEGENY Jozef
_______________________________________________
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user

Reply via email to