It is currently Thu Mar 28, 2024 8:35 am


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 50 posts ]  Go to page 1, 2, 3  Next
Author Message
 Post subject: Re: Gimp-2.7.5 for Windows 32 bit
PostPosted: Mon Dec 12, 2011 5:30 pm  (#11) 
Offline
GimpChat Member
User avatar

Joined: Oct 29, 2010
Posts: 711
Location: Netherlands
Hi Rod,
I compiled gimp-2.7.5 couple of hours ago from git sources 64 bit.
Babl-1.7 gegl-1.9.
Tried Tools > Gegl operation works fine here.
I hope that's what you want to know.
Being a Gimp noob I never used it before.
Atk-2.20 gtk+-2.24.8 cairo-1.10.2.
Don't know what else might be important for you.
Compiling for Windows is definitely not my piece of cake.
Good luck,
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: Gimp-2.7.5 for Windows 32 bit
PostPosted: Mon Dec 12, 2011 6:12 pm  (#12) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
Thanks Gerard. All my libraries seem to be up to date.Maybe like PC said it may be a dll issue.
If it is the GEGL compile that failed i can just recompile and prefix it to re install into gimp-2.7.5 so no biggy there. I think i will wait and see if Partha has better luck and maybe some information to get my build env fixed.

Thanks again! :)

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: Gimp-2.7.5 for Windows 32 bit
PostPosted: Mon Dec 12, 2011 7:13 pm  (#13) 
Offline
GimpChat Member

Joined: Apr 12, 2010
Posts: 5870
humm we may see if also the sourceforge build has same problems with gegl...just to be sure that the culprit is not something wrong in the source code

_________________
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: Gimp-2.7.5 for Windows 32 bit
PostPosted: Mon Dec 12, 2011 11:46 pm  (#14) 
Offline
GimpChat Member

Joined: May 15, 2010
Posts: 64
Maybe you can try it with older gegl 0.1.8?


Top
 Post subject: Re: Gimp-2.7.5 for Windows 32 bit
PostPosted: Tue Dec 13, 2011 3:41 am  (#15) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
MaxSt wrote:
Maybe you can try it with older gegl 0.1.8?

Not sure if it will work with an older version of GEGL. It has to have GEGL-0.1.9 to compile correctly so...

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: Gimp-2.7.5 for Windows 32 bit
PostPosted: Tue Dec 13, 2011 3:43 am  (#16) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
PhotoComix wrote:
humm we may see if also the sourceforge build has same problems with gegl...just to be sure that the culprit is not something wrong in the source code


I believe Gerard compiled it and said it works fine. :) :bigthup Thanks again Gerard.

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: Gimp-2.7.5 for Windows 32 bit
PostPosted: Tue Dec 13, 2011 6:42 am  (#17) 
Offline
GimpChat Member

Joined: Apr 25, 2011
Posts: 78
Location: Taiwan
don't know which version that you used
i download gegl #331 from https://gimptest.flamingtext.com:9090/view/gegl/job/gegl-distcheck-master/
and it works fine too.


Top
 Post subject: Re: Gimp-2.7.5 for Windows 32 bit
PostPosted: Tue Dec 13, 2011 7:22 am  (#18) 
Offline
GimpChat Member
User avatar

Joined: Oct 29, 2010
Posts: 711
Location: Netherlands
When you compile a program in Linux it will leave a *.pc file in /usr/lib/pkgconfig.
This file contains version info needed for other programs depending on it.
If you're on Linux that's where you'll find installed version info.
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: Gimp-2.7.5 for Windows 32 bit
PostPosted: Tue Dec 13, 2011 7:23 am  (#19) 
Offline
Script Coder
User avatar

Joined: Jun 22, 2010
Posts: 1171
Location: Here and there
Rod wrote:
This is the latest GIT version,


But according to the git commit log: http://git.gnome.org/browse/gimp/log/ there's been more changes since you grabbed your snapshot, so perhaps those changes will fix your problem?

Unless you all try compiling the same snapshot, then you're not comparing like-with-like.

Kevin


Top
 Post subject: Re: Gimp-2.7.5 for Windows 32 bit
PostPosted: Tue Dec 13, 2011 7:39 am  (#20) 
Offline
GimpChat Member
User avatar

Joined: Oct 29, 2010
Posts: 711
Location: Netherlands
I don't think so.
Gegl hasn't changed since Nov 25.
And the last changes in Gimp are not about gegl.
I've compiled from git about once a week,never any problem.
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: Gimp-2.7.5 for Windows 32 bit
PostPosted: Tue Dec 13, 2011 11:40 am  (#21) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
paynekj wrote:
Rod wrote:
This is the latest GIT version,


But according to the git commit log: http://git.gnome.org/browse/gimp/log/ there's been more changes since you grabbed your snapshot, so perhaps those changes will fix your problem?

Unless you all try compiling the same snapshot, then you're not comparing like-with-like.

Kevin


It could very well be the Gimp package i downloaded causing the problem. :)
I will grab the latest and try again in a day or say.

Thanks Kevin.

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: Gimp-2.7.5 for Windows 32 bit
PostPosted: Tue Dec 13, 2011 2:28 pm  (#22) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2231
Location: Poland
The constant Thanks to Rod!
There will always be many people willing to try new version of the program.
Development versions are due to human errors - power of progress!
Request to You and others: Partha and JamesH!
Download address?

_________________
Image

Slava
Ukraini!


Top
 Post subject: Re: Gimp-2.7.5 for Windows 32 bit
PostPosted: Wed Dec 14, 2011 1:50 am  (#23) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
This seems to be happening across the board with Windows compiles. Unless it is just my machine.
I downloaded and tried Parthas 32 bit newest compile for Gimp-2.7.4 (5), and tried to use GEGL operations and got no drop down menu.
Also i could not get the Cage Transform Tool to work without totally crashing Gimp altogether.
Can anyone running Windows XP 32 bit confirm this on their machine for me. This way i can rule out some possible faults.

Thanks!

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: Gimp-2.7.5 for Windows 32 bit
PostPosted: Wed Dec 14, 2011 4:10 am  (#24) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
I tried the newest tarball and all goes well with configure then this mess -
                 from test-clipboard.c:21:
c:/Mono/include/atk-1.0/atk/atkdocument.h:52:3: error: unknown type name 'G_CONST_RETURN'
c:/Mono/include/atk-1.0/atk/atkdocument.h:52:23: error: expected ':', ',', ';', '}' or '__attribute__
' before '*' token
c:/Mono/include/atk-1.0/atk/atkdocument.h:71:1: error: unknown type name 'G_CONST_RETURN'
c:/Mono/include/atk-1.0/atk/atkdocument.h:71:21: error: expected '=', ',', ';', 'asm' or '__attribute
__' before '*' token
c:/Mono/include/atk-1.0/atk/atkdocument.h:73:1: error: unknown type name 'G_CONST_RETURN'
c:/Mono/include/atk-1.0/atk/atkdocument.h:73:21: error: expected '=', ',', ';', 'asm' or '__attribute
__' before '*' token
c:/Mono/include/atk-1.0/atk/atkdocument.h:75:1: error: unknown type name 'G_CONST_RETURN'
c:/Mono/include/atk-1.0/atk/atkdocument.h:75:21: error: expected '=', ',', ';', 'asm' or '__attribute
__' before '*' token
In file included from c:/Mono/include/atk-1.0/atk/atkeditabletext.h:28:0,
                 from c:/Mono/include/atk-1.0/atk/atk.h:29,
                 from c:/Mono/include/gtk-2.0/gtk/gtkwidget.h:40,
                 from c:/Mono/include/gtk-2.0/gtk/gtkcontainer.h:35,
                 from c:/Mono/include/gtk-2.0/gtk/gtkbin.h:35,
                 from c:/Mono/include/gtk-2.0/gtk/gtkwindow.h:36,
                 from c:/Mono/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from c:/Mono/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from c:/Mono/include/gtk-2.0/gtk/gtk.h:33,
                 from test-clipboard.c:21:
c:/Mono/include/atk-1.0/atk/atktext.h:358:1: error: unknown type name 'G_CONST_RETURN'
c:/Mono/include/atk-1.0/atk/atktext.h:358:21: error: expected '=', ',', ';', 'asm' or '__attribute__'
before '*' token
c:/Mono/include/atk-1.0/atk/atktext.h:360:1: error: unknown type name 'G_CONST_RETURN'
c:/Mono/include/atk-1.0/atk/atktext.h:360:21: error: expected '=', ',', ';', 'asm' or '__attribute__'
before '*' token
In file included from c:/Mono/include/atk-1.0/atk/atk.h:34:0,
                 from c:/Mono/include/gtk-2.0/gtk/gtkwidget.h:40,
                 from c:/Mono/include/gtk-2.0/gtk/gtkcontainer.h:35,
                 from c:/Mono/include/gtk-2.0/gtk/gtkbin.h:35,
                 from c:/Mono/include/gtk-2.0/gtk/gtkwindow.h:36,
                 from c:/Mono/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from c:/Mono/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from c:/Mono/include/gtk-2.0/gtk/gtk.h:33,
                 from test-clipboard.c:21:
c:/Mono/include/atk-1.0/atk/atkimage.h:56:3: error: unknown type name 'G_CONST_RETURN'
c:/Mono/include/atk-1.0/atk/atkimage.h:56:23: error: expected ':', ',', ';', '}' or '__attribute__' b
efore '*' token
c:/Mono/include/atk-1.0/atk/atkimage.h:70:1: error: unknown type name 'G_CONST_RETURN'
c:/Mono/include/atk-1.0/atk/atkimage.h:70:21: error: expected '=', ',', ';', 'asm' or '__attribute__'
before '*' token
c:/Mono/include/atk-1.0/atk/atkimage.h:83:1: error: unknown type name 'G_CONST_RETURN'
c:/Mono/include/atk-1.0/atk/atkimage.h:83:21: error: expected '=', ',', ';', 'asm' or '__attribute__'
before '*' token
In file included from c:/Mono/include/atk-1.0/atk/atk.h:40:0,
                 from c:/Mono/include/gtk-2.0/gtk/gtkwidget.h:40,
                 from c:/Mono/include/gtk-2.0/gtk/gtkcontainer.h:35,
                 from c:/Mono/include/gtk-2.0/gtk/gtkbin.h:35,
                 from c:/Mono/include/gtk-2.0/gtk/gtkwindow.h:36,
                 from c:/Mono/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from c:/Mono/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from c:/Mono/include/gtk-2.0/gtk/gtk.h:33,
                 from test-clipboard.c:21:
c:/Mono/include/atk-1.0/atk/atkrelation.h:64:1: error: unknown type name 'G_CONST_RETURN'
c:/Mono/include/atk-1.0/atk/atkrelation.h:64:21: error: expected '=', ',', ';', 'asm' or '__attribute
__' before '*' token
In file included from c:/Mono/include/atk-1.0/atk/atk.h:47:0,
                 from c:/Mono/include/gtk-2.0/gtk/gtkwidget.h:40,
                 from c:/Mono/include/gtk-2.0/gtk/gtkcontainer.h:35,
                 from c:/Mono/include/gtk-2.0/gtk/gtkbin.h:35,
                 from c:/Mono/include/gtk-2.0/gtk/gtkwindow.h:36,
                 from c:/Mono/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from c:/Mono/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from c:/Mono/include/gtk-2.0/gtk/gtk.h:33,
                 from test-clipboard.c:21:
c:/Mono/include/atk-1.0/atk/atkstreamablecontent.h:61:3: error: unknown type name 'G_CONST_RETURN'
c:/Mono/include/atk-1.0/atk/atkstreamablecontent.h:61:23: error: expected ':', ',', ';', '}' or '__at
tribute__' before '*' token
c:/Mono/include/atk-1.0/atk/atkstreamablecontent.h:95:1: error: unknown type name 'G_CONST_RETURN'
c:/Mono/include/atk-1.0/atk/atkstreamablecontent.h:95:21: error: expected '=', ',', ';', 'asm' or '__
attribute__' before '*' token
In file included from c:/Mono/include/atk-1.0/atk/atk.h:48:0,
                 from c:/Mono/include/gtk-2.0/gtk/gtkwidget.h:40,
                 from c:/Mono/include/gtk-2.0/gtk/gtkcontainer.h:35,
                 from c:/Mono/include/gtk-2.0/gtk/gtkbin.h:35,
                 from c:/Mono/include/gtk-2.0/gtk/gtkwindow.h:36,
                 from c:/Mono/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from c:/Mono/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from c:/Mono/include/gtk-2.0/gtk/gtk.h:33,
                 from test-clipboard.c:21:
c:/Mono/include/atk-1.0/atk/atktable.h:72:3: error: unknown type name 'G_CONST_RETURN'
c:/Mono/include/atk-1.0/atk/atktable.h:72:23: error: expected ':', ',', ';', '}' or '__attribute__' b
efore '*' token
c:/Mono/include/atk-1.0/atk/atktable.h:166:1: error: unknown type name 'G_CONST_RETURN'
c:/Mono/include/atk-1.0/atk/atktable.h:166:21: error: expected '=', ',', ';', 'asm' or '__attribute__
' before '*' token
c:/Mono/include/atk-1.0/atk/atktable.h:171:1: error: unknown type name 'G_CONST_RETURN'
c:/Mono/include/atk-1.0/atk/atktable.h:171:21: error: expected '=', ',', ';', 'asm' or '__attribute__
' before '*' token
make[2]: *** [test-clipboard.o] Error 1
make[2]: Leaving directory `/c/src/gimp-nightly-builds/gimp-git-master/gimp-2.7.5/tools'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/c/src/gimp-nightly-builds/gimp-git-master/gimp-2.7.5/tools'
make: *** [install-recursive] Error 1

Compaq_Owner@Family-Room /c/src/gimp-nightly-builds/gimp-git-master/gimp-2.7.5
$


I have no idea what this error means.

I sent Partha a letter maybe he can figure this all out. :)

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: Gimp-2.7.5 for Windows 32 bit
PostPosted: Wed Dec 14, 2011 8:15 am  (#25) 
Offline
GimpChat Member

Joined: May 15, 2010
Posts: 64
Rod wrote:
I tried the newest tarball and all goes well with configure then this mess -


I'm getting very similar errors, and I'm only trying to build from official 2.7.4 sources, nothing too cutting edge...


Top
 Post subject: Re: Gimp-2.7.5 for Windows 32 bit
PostPosted: Wed Dec 14, 2011 8:33 am  (#26) 
Offline
GimpChat Member
User avatar

Joined: Oct 29, 2010
Posts: 711
Location: Netherlands
I have zero experience compiling for Windows.
What I see there I would interpret as either missing atk library and/or gtk+.
Those libraries are not included in the Gimp/babl/gegl tarballs.
On my box atk is at 1.32.0.
Gerard.

Edit: So the problem is not with gegl.

_________________
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: Gimp-2.7.5 for Windows 32 bit
PostPosted: Wed Dec 14, 2011 10:54 am  (#27) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2231
Location: Poland
For Linux (Ubuntu_11) GIMP 2.7.5 acts well.
For WIN (XP 32 bit) JamesH compiled acting from Gegl version (GIMP 2.7.4).
This acts.
Wise experts tell: Gegl this rolls at leg of development.
Gegl if would acted for all pluginów - Not - this is some ballast.
Steam applications - children Gimp - has service 16; 32 bit (Cinepaint; Krita)
How will it be in 2.8 ?

_________________
Image

Slava
Ukraini!


Top
 Post subject: Re: Gimp-2.7.5 for Windows 32 bit
PostPosted: Wed Dec 14, 2011 12:26 pm  (#28) 
Offline
GimpChat Member

Joined: Apr 12, 2010
Posts: 5870
Cinepaint is a disaster i will not try to recover nothing from there

_________________
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: Gimp-2.7.5 for Windows 32 bit
PostPosted: Wed Dec 14, 2011 1:28 pm  (#29) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
Yes Partha told me it is probably missing includes.
The problem is i believe i am using the latest ones
[ ] atk-dev_1.32.0-2_win32.zip
[ ] atk_1.32.0-2_win32.zip

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: Gimp-2.7.5 for Windows 32 bit
PostPosted: Wed Dec 14, 2011 2:19 pm  (#30) 
Offline
GimpChat Member

Joined: May 15, 2010
Posts: 64
atk 1.32.0 isn't very new. I used to build GIMP from official 2.7.3 sources using atk 1.32.0 successfully.
To make configure work for official 2.7.4 sources, I only had to update these libraries:

glib : 2.28.8 -> 2.30.2
gtk+ : 2.24.5 -> 2.24.8
gdk-pixbuf : 2.22.1 -> 2.24.0
pango : 1.28.3 -> 1.29.4


Top
Post new topic Reply to topic  [ 50 posts ]  Go to page 1, 2, 3  Next

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts Attachment(s) BRL box too big in Windows 10

23

No new posts Attachment(s) Why my windows are not See-through?

5

No new posts Attachment(s) AltDrag for windows

2

No new posts I can't find G'MIC FOR windows 32

2

No new posts Windows 11 rollout

31



* Login  



Powered by phpBB3 © phpBB Group