It is currently Tue Aug 11, 2026 3:56 pm


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 117 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6  Next
Author Message
 Post subject: Re: A Gimp 2.8 update
PostPosted: Wed Nov 03, 2010 5:07 pm  (#41) 
Offline
GimpChat Member

Joined: Apr 12, 2010
Posts: 5870
i am trying to install on linux just now and i am getting headaches
i may imagine yours trying to do the same on win !

the install file are ,apparently to install from git and in the usr directory, should be adapted because we instead have the file on the HD

And try to adapt the commands for this ..well give me migraine but not useful results, and linux is more friendly for compiling

_________________
My 3D Gallery on Deviantart http://photocomix2.deviantart.com/
Main gallery http://www.flickriver.com/photos/photocomix-mandala/
Mandala and simmetry http://www.flickriver.com/photos/photocomix_mandala/

Image

Mrs Wilbress


Top
 Post subject: Re: A Gimp 2.8 update
PostPosted: Wed Nov 03, 2010 5:14 pm  (#42) 
Offline
GimpChat Member

Joined: Apr 12, 2010
Posts: 5870
PS don't forget to read each time about dependency...as example you will need last pkg-config

and if i am not wrong there is a order, first compile babl, then gegl and finally gimp

_________________
My 3D Gallery on Deviantart http://photocomix2.deviantart.com/
Main gallery http://www.flickriver.com/photos/photocomix-mandala/
Mandala and simmetry http://www.flickriver.com/photos/photocomix_mandala/

Image

Mrs Wilbress


Top
 Post subject: Re: A Gimp 2.8 update
PostPosted: Wed Nov 03, 2010 6:53 pm  (#43) 
Offline
Script Coder
User avatar

Joined: Jul 14, 2010
Posts: 697
PhotoComix wrote:
i am trying to install on linux just now and i am getting headaches
i may imagine yours trying to do the same on win !

the install file are ,apparently to install from git and in the usr directory, should be adapted because we instead have the file on the HD

And try to adapt the commands for this ..well give me migraine but not useful results, and linux is more friendly for compiling


I used these instructions: http://blog.bloke.com/2010/05/install-g ... r-noobies/

and it worked perfectly for me with one small change - I had to use git clone http://git.gnome.org/babl because I am behind a firewall that will not let out a git connection.

Getting gimptool-2.0 to work to compile a plugin took a bit more effort, and the help of the gimp IRC because of some additional requirements. My notes are at work for that and I can get them here tomorrow.

Now I am just trying to set up cross-compiling a plugin for windows with gcc-mingw32....but still not having luck :(

-Rob A>

_________________
Image
Fantasy Cartography and Mapping by RobA


Top
 Post subject: Re: A Gimp 2.8 update
PostPosted: Wed Nov 03, 2010 7:39 pm  (#44) 
Offline
GimpChat Member
User avatar

Joined: Sep 24, 2010
Posts: 12829
Man; compared to you guys, I'm just a poser. The only thing I ever did that even comes close to hackish is figuring out how to compile the MAZE5 plugin for GIMP in Linux (and I had a step by step procedure to do so; no help for Windows though). :)

_________________
Lyle

Psalm 109:8

Image


Top
 Post subject: Re: A Gimp 2.8 update
PostPosted: Wed Nov 03, 2010 8:13 pm  (#45) 
Offline
GimpChat Member
User avatar

Joined: Oct 06, 2010
Posts: 4050
Quote:
Man; compared to you guys, I'm just a poser.


You and me, both. I feel so out and out NOOB around these wizards of code. I'm just trying to help peeps like myself get more comfortable with the simple stuff, lol.

_________________
"In order to attain the impossible, one must attempt the absurd."
~ Miguel de Cervantes


Top
 Post subject: Re: A Gimp 2.8 update
PostPosted: Thu Nov 04, 2010 8:22 am  (#46) 
Offline
Script Coder
User avatar

Joined: Jul 14, 2010
Posts: 697
OK - I got it.

Before using gimptool-2.0 to compile a 3rd party plugin, in addition to having PREFIX, PATH, and PKG_CONFIG_PATH all set properly to point to your target gimp installation directory, you need to type in:
export LD-FLAGS="-Wl,-rpath -Wl,$PREFIX/lib"


Then you can compile a simple (single c source file) gimp plugin with the syntax:
gimptool-2.0 --build source.c


or compile and install it to your home .gimp resource directory using:
gimptool-2.0 --install source.c


See the gimptool-2.0 manpagefor more details.

-Rob A>

_________________
Image
Fantasy Cartography and Mapping by RobA


Top
 Post subject: Re: A Gimp 2.8 update
PostPosted: Thu Nov 04, 2010 9:22 am  (#47) 
Offline
GimpChat Member
User avatar

Joined: Oct 29, 2010
Posts: 711
Location: Netherlands
I am trying out Gimp-2.7.2 on Gentoo Linux.
So far I only had a problem with Gegl Operations.
Some operations will freeze it.
Now I've come across something that will have impact on plugins.

WARNING: Plug-In "texturize"
(/usr/lib64/gimp/2.0/plug-ins/texturize)
called deprecated procedure 'gimp-image-add-layer'.
It should call 'gimp-image-insert-layer' instead!

I'm just trying it out,not using it to make anything.
But I wonder what impact it will have on existing filters/plugins.
Lots use add-layer I guess.

Gerard.

_________________
Gentoo Linux always up-to-date.
Kernel-3.17.4 Python-2.7.8/3.3.5
Gimp-2.8.14

I use Linux only.
And Virtualbox with Win 7


Top
 Post subject: Re: A Gimp 2.8 update
PostPosted: Thu Nov 04, 2010 11:24 am  (#48) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16155
bugs...bugs...bugs... *sigh* :hoh

_________________
Image


Top
 Post subject: Re: A Gimp 2.8 update
PostPosted: Thu Nov 04, 2010 11:44 am  (#49) 
Offline
GimpChat Member
User avatar

Joined: Oct 29, 2010
Posts: 711
Location: Netherlands
Well, tried the texture plugin in my regular Gentoo install with 2.6.11.
It doesn't throw any error,but it doesn't do anything either.
I get a message that it has died.
Looking at the source code the newest file is november 2007!
Probably a remnant of 2.4 days.
Gerard.

_________________
Gentoo Linux always up-to-date.
Kernel-3.17.4 Python-2.7.8/3.3.5
Gimp-2.8.14

I use Linux only.
And Virtualbox with Win 7


Top
 Post subject: Re: A Gimp 2.8 update
PostPosted: Thu Nov 04, 2010 11:53 am  (#50) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16155
It works fine in my 2.6.11 install. =)
One of my favorite plug-ins too.

_________________
Image


Top
 Post subject: Re: A Gimp 2.8 update
PostPosted: Thu Nov 04, 2010 2:03 pm  (#51) 
Offline
GimpChat Member
User avatar

Joined: Oct 29, 2010
Posts: 711
Location: Netherlands
Yes,thanks Rod.
It works for me too.
I never used it before so I started it on a 3400x2400 jpeg.
That apparently is more than it can swallow.
Tried it again on a cutout of a brick wall and it works fine.
As for 2.7.2, the offending line is in render.c of the source.
I will change that and recompile.
Gerard.

_________________
Gentoo Linux always up-to-date.
Kernel-3.17.4 Python-2.7.8/3.3.5
Gimp-2.8.14

I use Linux only.
And Virtualbox with Win 7


Top
 Post subject: Re: A Gimp 2.8 update
PostPosted: Fri Nov 05, 2010 3:53 pm  (#52) 
Offline
GimpChat Member

Joined: Apr 12, 2010
Posts: 5870
RobA wrote:
PhotoComix wrote:
i am trying to install on linux just now and i am getting headaches
i may imagine y

I used these instructions: http://blog.bloke.com/2010/05/install-g ... r-noobies/

and it worked perfectly for me with one small change - I had to use git clone http://git.gnome.org/babl because I am behind a firewall that will not let out a git connection.

-Rob A>


Thank RobA
the first time didn't work ( no hint why ...terminal only say "interrotto" (English "interrupted" or "stopped" )but not why the operation was interrupted

i'm trying again just now and apparently with better luck.(still is downloading but beyond that critical point )

_________________
My 3D Gallery on Deviantart http://photocomix2.deviantart.com/
Main gallery http://www.flickriver.com/photos/photocomix-mandala/
Mandala and simmetry http://www.flickriver.com/photos/photocomix_mandala/

Image

Mrs Wilbress


Top
 Post subject: Re: A Gimp 2.8 update
PostPosted: Fri Nov 05, 2010 7:59 pm  (#53) 
Offline
GimpChat Member

Joined: Apr 12, 2010
Posts: 5870
AAARGHH!!

everything was going so good, compile, make...

and then.. :gaah

animation-play.o: In function `detach_callback':
/home/photocomix/gimp-build/gimp/plug-ins/common/animation-play.c:418: undefined reference to `GTK_WIDGET_REALIZED'
collect2: ld returned 1 exit status
make[3]: *** [animation-play] Errore 1
make[3]: uscita dalla directory «/home/photocomix/gimp-build/gimp/plug-ins/common»
make[2]: *** [all-recursive] Errore 1
make[2]: uscita dalla directory «/home/photocomix/gimp-build/gimp/plug-ins»
make[1]: *** [all-recursive] Errore 1
make[1]: uscita dalla directory «/home/photocomix/gimp-build/gimp»
make: *** [all] Errore 2
photocomix@photocomix-laptop:~/gimp-build/gimp$ make install~/gimp/bin/gimp-2.7
make: *** Nessuna regola per creare l'obiettivo «install~/gimp/bin/gimp-2.7». Arresto.


Last line means
make: ***no rule to create the object «install~/gimp/bin/gimp-2.7». stop.

how to solve ?

_________________
My 3D Gallery on Deviantart http://photocomix2.deviantart.com/
Main gallery http://www.flickriver.com/photos/photocomix-mandala/
Mandala and simmetry http://www.flickriver.com/photos/photocomix_mandala/

Image

Mrs Wilbress


Top
 Post subject: Re: A Gimp 2.8 update
PostPosted: Sat Nov 06, 2010 9:00 am  (#54) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16155
I gave up on compiling it for windows xp, just cant find all the resources i need for it to work correctly. =\
Ahh well, ill wait for the 2.8 binary release i guess.

Sorry folks.

_________________
Image


Top
 Post subject: Re: A Gimp 2.8 update
PostPosted: Sat Nov 06, 2010 10:06 am  (#55) 
Offline
GimpChat Member

Joined: Apr 12, 2010
Posts: 5870
still no luck...and still hoping for a solution

_________________
My 3D Gallery on Deviantart http://photocomix2.deviantart.com/
Main gallery http://www.flickriver.com/photos/photocomix-mandala/
Mandala and simmetry http://www.flickriver.com/photos/photocomix_mandala/

Image

Mrs Wilbress


Top
 Post subject: Re: A Gimp 2.8 update
PostPosted: Sat Nov 06, 2010 11:30 am  (#56) 
Offline
Script Coder
User avatar

Joined: Jul 14, 2010
Posts: 697
PhotoComix wrote:
AAARGHH!!

everything was going so good, compile, make...

and then.. :gaah

animation-play.o: In function `detach_callback':
/home/photocomix/gimp-build/gimp/plug-ins/common/animation-play.c:418: undefined reference to `GTK_WIDGET_REALIZED'
collect2: ld returned 1 exit status
make[3]: *** [animation-play] Errore 1
make[3]: uscita dalla directory «/home/photocomix/gimp-build/gimp/plug-ins/common»
make[2]: *** [all-recursive] Errore 1
make[2]: uscita dalla directory «/home/photocomix/gimp-build/gimp/plug-ins»
make[1]: *** [all-recursive] Errore 1
make[1]: uscita dalla directory «/home/photocomix/gimp-build/gimp»
make: *** [all] Errore 2
photocomix@photocomix-laptop:~/gimp-build/gimp$ make install~/gimp/bin/gimp-2.7
make: *** Nessuna regola per creare l'obiettivo «install~/gimp/bin/gimp-2.7». Arresto.


Last line means
make: ***no rule to create the object «install~/gimp/bin/gimp-2.7». stop.

how to solve ?



I checked my notes and I had compiled from ftp previously, but had pulled a few more things first:

sudo apt-get install libjasper-dev libdbus-glib-1-dev libaa1-dev libwebkit-dev libhal-dev libpoppler-glib-dev


See if that helps. The only other difference was I installed automake, not automake1.10 so it looks like I have 1.11 actually installed but I don't think that would account for your error.

what do you get when you do
dpkg -s libgtk2.0-dev
from command line?

-Rob A>

_________________
Image
Fantasy Cartography and Mapping by RobA


Top
 Post subject: Re: A Gimp 2.8 update
PostPosted: Sat Nov 06, 2010 5:32 pm  (#57) 
Offline
GimpChat Member

Joined: Apr 12, 2010
Posts: 5870
RobA wrote:
what do you get when you do
dpkg -s libgtk2.0-dev
from command line

-Rob A>


photocomix@photocomix-laptop:~$ dpkg -s libgtk2.0-dev

Package: libgtk2.0-dev
Status: install ok installed
Priority: optional
Section: libdevel
Installed-Size: 14920
Maintainer: Ubuntu Desktop Team <[email protected]>
Architecture: i386
Source: gtk+2.0
Version: 2.20.1-0ubuntu2
Replaces: gir-repository-dev, gobject-introspection-repository
Depends: libgtk2.0-0 (= 2.20.1-0ubuntu2), libgtk2.0-common, libc6 (>= 2.3.6-6~), libglib2.0-0 (>= 2.23.6), libglib2.0-dev (>= 2.21.3), libpango1.0-dev (>= 1.20), libatk1.0-dev (>= 1.13.0), libcairo2-dev (>= 1.6.4-6.1), libx11-dev (>= 2:1.0.0-6), libxext-dev (>= 1:1.0.1-2), libxinerama-dev (>= 1:1.0.1-4.1), libxi-dev (>= 1:1.0.1-4), libxrandr-dev (>= 1:1.2.99), libxcursor-dev, libxfixes-dev (>= 1:3.0.0-3), libxcomposite-dev (>= 1:0.2.0-3), libxdamage-dev (>= 1:1.0.1-3), pkg-config, libxml2-utils
Recommends: python (>= 2.4), debhelper
Suggests: libgtk2.0-doc
Description: Development files for the GTK+ library
The GTK+ is a multi-platform toolkit for creating graphical user
interfaces. Offering a complete set of widgets, the GTK+ is suitable
for projects ranging from small one-off tools to complete application
suites.
.
This package contains the header files and static libraries which is
needed for developing the GTK+ applications.
Original-Maintainer: Sebastien Bacher <[email protected]>
photocomix@photocomix-laptop:~$

--------------------------------------------------------------------------

so it is installed... i will try again in a few minutes (but to see the result is needed much more time)to see if the added libraries solved

_________________
My 3D Gallery on Deviantart http://photocomix2.deviantart.com/
Main gallery http://www.flickriver.com/photos/photocomix-mandala/
Mandala and simmetry http://www.flickriver.com/photos/photocomix_mandala/

Image

Mrs Wilbress


Top
 Post subject: Re: A Gimp 2.8 update
PostPosted: Sat Nov 06, 2010 8:20 pm  (#58) 
Offline
GimpChat Member

Joined: Apr 12, 2010
Posts: 5870
i believe everything went fine for Babl and Gegl :) ..but not for gimp :gaah

gimp make stopped here

make[4]: ingresso nella directory «/home/photocomix/gimp-build/gimp/app/gui»
CC color-history.o
CC gimpdbusservice.o
gimpdbusservice.c: In function ‘gimp_dbus_service_class_init’:
gimpdbusservice.c:101: error: ‘dbus_glib_gimp_object_info’ undeclared (first use in this function)

gimpdbusservice.c:101: error: (Each undeclared identifier is reported only once
gimpdbusservice.c:101: error: for each function it appears in.)
make[4]: *** [gimpdbusservice.o] Errore 1
make[4]: uscita dalla directory «/home/photocomix/gimp-build/gimp/app/gui»
make[3]: *** [all-recursive] Errore 1
make[3]: uscita dalla directory «/home/photocomix/gimp-build/gimp/app»
make[2]: *** [all] Errore 2
make[2]: uscita dalla directory «/home/photocomix/gimp-build/gimp/app»
make[1]: *** [all-recursive] Errore 1
make[1]: uscita dalla directory «/home/photocomix/gimp-build/gimp»
make: *** [all] Errore 2



:cry: :?:

_________________
My 3D Gallery on Deviantart http://photocomix2.deviantart.com/
Main gallery http://www.flickriver.com/photos/photocomix-mandala/
Mandala and simmetry http://www.flickriver.com/photos/photocomix_mandala/

Image

Mrs Wilbress


Top
 Post subject: Re: A Gimp 2.8 update
PostPosted: Sat Nov 06, 2010 9:28 pm  (#59) 
Offline
Script Coder
User avatar

Joined: Jul 14, 2010
Posts: 697
Did you install the libdbus-glib-1-dev like in the line I provided?

Also try a make clean to get rid of previous attempts before make again.

-Rob A

_________________
Image
Fantasy Cartography and Mapping by RobA


Top
 Post subject: Re: A Gimp 2.8 update
PostPosted: Sat Nov 06, 2010 10:07 pm  (#60) 
Offline
GimpChat Member

Joined: Apr 12, 2010
Posts: 5870
RobA wrote:
Did you install the libdbus-glib-1-dev like in the line I provided?



yes

RobA wrote:
Also try a make clean to get rid of previous attempts before make again.

-Rob A


i didn't ...well i deleted the whole gimp-build folder and i started again from beginning is equivalent ?

how i "make clean"?

Another try again no luck, no problem for gegl and babl
but gimp make fails for "undefined reference to `GTK_WIDGET_REALIZED'" w

_________________
My 3D Gallery on Deviantart http://photocomix2.deviantart.com/
Main gallery http://www.flickriver.com/photos/photocomix-mandala/
Mandala and simmetry http://www.flickriver.com/photos/photocomix_mandala/

Image

Mrs Wilbress


Top
Post new topic Reply to topic  [ 117 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6  Next

All times are UTC - 5 hours [ DST ]



* Login  



Powered by phpBB3 © phpBB Group