Giter Site home page Giter Site logo

Comments (6)

bootchk avatar bootchk commented on May 23, 2024

On 03/21/2013 05:53 AM, Garrett LeSage wrote:

I couldn't find any of the Python scripts in Gimp on my system, until
I looked around the filesystem.

With |./configure --prefix=/usr| (to make sure Gimp did see the plugin
when installing it), I noticed the scripts were installed to
|/usr/lib/gimp/2.0/| instead of |/usr/lib64/gimp/2.0/|.

This seems to have only affected the Python scripts, and not the
actual plugin itself.


Reply to this email directly or view it on GitHub
#15.

Thanks.

I did a little research. If you already know how to change the install
scripts so that they work for 32 or 64 bit, please let me know.

It seems to me that there might not yet be a "standard" way of fixing
this in the install scripts. Maybe I just need to do some more research.

from resynthesizer.

bam80 avatar bam80 commented on May 23, 2024

Don't know why it doesn't set by default, but I forced proper 64-bit library path with:
./configure --libdir=/usr/local/lib64
Until then, the scripts didn't find out by Gimp, so this bug is critical.

PS:
actually, my configure string in .SlackBuild file is:

./configure --prefix=$PKG/usr --libdir=$PKG/usr/lib64

so I didn't hardcode it. Not sure how to make it properly

from resynthesizer.

bootchk avatar bootchk commented on May 23, 2024

AFAIK it should be working. I briefly looked at the install scripts. The file configure.ac does: GIMP_LIBDIR=$PKG_CONFIG --variable=gimplibdir gimp-2.0 which should define a symbol properly so that plugins are installed in the correct place. (There is another tool gimptool2-0 that can be used to find where GIMP is installed, but its man page recommends using PKG_CONFIG directly.) I mostly inherited those scripts, so I might need to bump it up to the GIMP project. But there is an ongoing mess with 32/64. One might have a 64 bit OS with a 32-bit GIMP. I suspect that for most 64 bit users, it does install properly (otherwise I would have heard more about it.) Is your system pure 64-bit, and what distribution? I do appreciate your reporting it.

from resynthesizer.

bam80 avatar bam80 commented on May 23, 2024

Lloyd, I have latest Slackware64 with multlib installed, and of course I run 64-bit GIMP.
Is the path detected right on your system?

from resynthesizer.

bam80 avatar bam80 commented on May 23, 2024

Funny, in the Slackware, the library path also somewhat hard-coded for Gimp:

./configure
--prefix=/usr
--libdir=/usr/lib${LIBDIRSUFFIX} \

from resynthesizer.

bootchk avatar bootchk commented on May 23, 2024

My system is Ubuntu16.04 64-bit. I just checked that Resynthesizer installs properly, but to /usr/local/lib/... (which is an Ubuntu quirk AFAIK and requires one to change preferences 'Folder' in GIMP as discussed in the README.) I also don't see a /usr/lib64 but do see a /lib64 (other Ubuntu quirks?) I don't know enough about standards for Linux filesystem structure, especially re 64 bit. I would guess that some of the world has moved to using /usr/lib (not /usr/lib64) as the proper place when the OS is 64-bit. I could be wrong. I will be glad to change the Resynthesizer scripts if I knew what the change should be.

from resynthesizer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.