It is currently Sat Sep 19, 2026 7:56 pm


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 70 posts ]  Go to page Previous  1, 2, 3, 4
Author Message
 Post subject: Re: @samj
PostPosted: Tue Apr 30, 2013 2:47 pm  (#61) 
Offline
GimpChat Member

Joined: May 09, 2012
Posts: 914
file : stdplugins-intl.h

@dinasset

Look at the differences between these expressions
You must understand that.
#include <xxxxx.h>
#include "xxxxx.h"
#include "yyyy/xxxxx.h"


Attachments:
stdplugins-intl.zip [1.81 KiB]
Downloaded 83 times
Top
 Post subject: Re: @samj
PostPosted: Tue Apr 30, 2013 2:50 pm  (#62) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16173
dinasset wrote:
in the current (untouched) structure of files, all the *.h which do not initiate with gimp are placed directly under MinGW/include, NOT under MinGW/include/gimp-2.0, so maybe it's better to keep this structure and add in there the (for instance) stdplugins-intl.h ...


Well i have already tested the structure i mentioned and it didn't work.Maybe because i had the config.h file there also.Which files did the compiler say it needed?

_________________
Image


Top
 Post subject: Re: @samj
PostPosted: Tue Apr 30, 2013 2:56 pm  (#63) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16173
I think i got it.
Download the stdplugins-intl.h file and place it in the MinGW/Include/gimp-2.0/libgimp folder.

_________________
Image


Top
 Post subject: Re: @samj
PostPosted: Tue Apr 30, 2013 2:56 pm  (#64) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14835
Location: roma, italy
included -as you said- stdplugins-intl.h into MinGW/include/gimp-2.0/libgimp
copied config.h beside the source
NOW color-enhance.c compiled
thanks, Rod

_________________
"Where am I ?"


Top
 Post subject: Re: @samj
PostPosted: Tue Apr 30, 2013 2:59 pm  (#65) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14835
Location: roma, italy
edge-neon compiled
max-rgb not yet...

_________________
"Where am I ?"


Top
 Post subject: Re: @samj
PostPosted: Tue Apr 30, 2013 3:02 pm  (#66) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14835
Location: roma, italy
uhm.. it seems it doesn't understand "gtk_box_new"

_________________
"Where am I ?"


Top
 Post subject: Re: @samj
PostPosted: Tue Apr 30, 2013 3:39 pm  (#67) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16173
dinasset wrote:
uhm.. it seems it doesn't understand "gtk_box_new"

I wonder if it is looking for gettext?
mingw/lib/gettext

_________________
Image


Top
 Post subject: Re: @samj
PostPosted: Tue Apr 30, 2013 3:44 pm  (#68) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16173
These are methods for text boxes
gtk_box_set_homogeneous
and
get_box_new

_________________
Image


Top
 Post subject: Re: @samj
PostPosted: Tue Apr 30, 2013 3:45 pm  (#69) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14835
Location: roma, italy
don't know, in any case gettext is in the environment...
I give up for today
Thanks and goodnight

_________________
"Where am I ?"


Top
 Post subject: Re: @samj
PostPosted: Tue Apr 30, 2013 4:54 pm  (#70) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16173
dinasset wrote:
don't know, in any case gettext is in the environment...
I give up for today
Thanks and goodnight


You have come a long way though!
Congrats.

And goodnight. :)

_________________
Image


Top
Post new topic Reply to topic  [ 70 posts ]  Go to page Previous  1, 2, 3, 4

All times are UTC - 5 hours [ DST ]



* Login  



Powered by phpBB3 © phpBB Group