RSS/Atom feed Twitter
Site is read-only, email is disabled

Problems building with printing and missing GimpFu in stable cvs?

This discussion is connected to the gimp-user-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

4 of 4 messages available
Toggle history

Please log in to manage your subscriptions.

Problems building with printing and missing GimpFu in stable cvs? Rikard Johnels 28 Jul 19:47
  Problems building with printing and missing GimpFu in stable cvs? Carol Spears 28 Jul 20:01
  Problems building with printing and missing GimpFu in stable cvs? VytautasP 28 Jul 22:12
   Problems building with printing and missing GimpFu in stable cvs? Rikard Johnels 28 Jul 22:24
Rikard Johnels
2006-07-28 19:47:58 UTC (almost 18 years ago)

Problems building with printing and missing GimpFu in stable cvs?

hello all

I have tried to compile gimp 2.2 via cvs. I followed the page http://www.gimp.org/source/howtos/stable-cvs-get.html and then went on to http://www.gimp.org/source/howtos/stable-cvs-build.html

Then i went to http://gimp-print.sourceforge.net/ and downloaded the sources for the latest gutenprint 5.0 and got it compiled and installed without problems.

Re-did the config for gimp. Still no go. It still complains about missing printing. So i stuck with --disable-print to get going.

gimp compiles fine, and installs nicely. But as i try to run the centerguide.py script i get a error stating module gimpfu is missing.

Where can i find the ginpfu stuff? I tried googling but to no avail. I dont understand how to get and install it. Let alone find WHAT to get...

Also, why doesn't the cvs find and use gutenprint-5.0? The page http://www.gimp.org/source/#gimp_from_cvs clearly states "gimp-print >= 4.2.6" and the gimp-print pages states "Gutenprint was formerly called Gimp-Print" Aren't they compatible? Do i have to downgrade to Gimp-Print 4.2.7

*confused*

Carol Spears
2006-07-28 20:01:43 UTC (almost 18 years ago)

Problems building with printing and missing GimpFu in stable cvs?

On Fri, Jul 28, 2006 at 07:47:58PM +0200, Rikard Johnels wrote:

gimp compiles fine, and installs nicely. But as i try to run the centerguide.py script i get a error stating module gimpfu is missing.

Where can i find the ginpfu stuff? I tried googling but to no avail. I dont understand how to get and install it. Let alone find WHAT to get...

pygimp is in the gimp source.

./autogen.sh --help should tell you how to enable it to be built (if it has been disabled)

i am pretty sure that configure leaves a log what it saw and did -- i can't remember the name of that file so when i need to look at what is happening: ./autogen.sh>configure.spew

then i read configure.spew and it is usually pretty clear in there what is missing and why.

carol

VytautasP
2006-07-28 22:12:03 UTC (almost 18 years ago)

Problems building with printing and missing GimpFu in stable cvs?

Rikard Johnels wrote:

hello all

I have tried to compile gimp 2.2 via cvs. I followed the page http://www.gimp.org/source/howtos/stable-cvs-get.html and then went on to http://www.gimp.org/source/howtos/stable-cvs-build.html

Then i went to http://gimp-print.sourceforge.net/ and downloaded the sources for the latest gutenprint 5.0 and got it compiled and installed without problems.

Re-did the config for gimp. Still no go. It still complains about missing printing. So i stuck with --disable-print to get going.

gimp compiles fine, and installs nicely. But as i try to run the centerguide.py script i get a error stating module gimpfu is missing.

Where can i find the ginpfu stuff? I tried googling but to no avail. I dont understand how to get and install it. Let alone find WHAT to get...

Also, why doesn't the cvs find and use gutenprint-5.0? The page http://www.gimp.org/source/#gimp_from_cvs clearly states "gimp-print >= 4.2.6" and the gimp-print pages states "Gutenprint was formerly called Gimp-Print" Aren't they compatible? Do i have to downgrade to Gimp-Print 4.2.7

*confused*

Maybye you should do
#ldconfig
after compiling and installing.
If you looked for ginpfu you couldn't find it, cause it spells gimpfu.

Rikard Johnels
2006-07-28 22:24:13 UTC (almost 18 years ago)

Problems building with printing and missing GimpFu in stable cvs?

On Friday 28 July 2006 22:12, VytautasP wrote:

Maybye you should do
#ldconfig
after compiling and installing.
If you looked for ginpfu you couldn't find it, cause it spells gimpfu.

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

Typo from my part. I know it is gimpfu. And the ldconfig doesn't change anything :( I remade it several times, ldconfig'ed it and still no go Its even rebooted in between the different trials