It is currently Fri May 03, 2024 1:16 pm


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 54 posts ]  Go to page Previous  1, 2, 3  Next
Author Message
 Post subject: Re: Small Windows compilation environment for Gimp 2.8 32-bit
PostPosted: Sat Aug 17, 2013 9:02 pm  (#21) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
samj wrote:
Bonjour

G'MIC Gimp Plugin beta :

If you want to compile the beta version of the G'MIC plug-in for Gimp Windows, here the "Makefile" file to use.
This file is in the attached archive.
The instructions are at the beginning of the Makefile.
Tested with gmic_1.5.7.0_beta.tar.gz


Thank you for the G'MIC Makefile Sam. :)
This environment is working very well for me on Windows Vista also. Excellent job. :bigthup

_________________
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: Small Windows compilation environment for Gimp 2.8 32-bit
PostPosted: Sun Aug 18, 2013 5:36 am  (#22) 
Offline
GimpChat Member

Joined: May 09, 2012
Posts: 914
:tyspin Rod


There is a new beta version of G'MIC dated August 16, 2013
http://sourceforge.net/projects/gmic/fi ... z/download

*****
Edit 20130818 - On compile-time plug-in G'MIC on old computers.
IBM Thinkpad T43 XP-32 : It took 19 minutes to the old computer to compile the plugin G'MIC


*****
Edit 20130910

Makefile to compile G'MIC : http://www.aljacom.com/~gmic/Makefile_G ... 64bits.zip


Last edited by samj on Tue Sep 10, 2013 9:32 am, edited 1 time in total.

Top
 Post subject: Re: Small Windows compilation environment for Gimp 2.8 32-bit
PostPosted: Sun Aug 18, 2013 9:12 am  (#23) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2252
Location: Poland
Thank you very much for your time in the museum :oops: .
My problem solved (partly)- I replaced one file (libfontconfig-1.dll) - now it works (Gimp compiled by you).
For my build Gimp this error (for makefile):
language.o:language.c:(.text+0x41): undefined reference to `GetUserDefaultUILang
uage'


Attachments:
My problem in XP - dll.png
My problem in XP - dll.png [ 3.03 KiB | Viewed 2489 times ]
My problem in XP - make.png
My problem in XP - make.png [ 25.74 KiB | Viewed 2489 times ]

_________________
Image

Slava
Ukraini!
Top
 Post subject: Re: Small Windows compilation environment for Gimp 2.8 32-bit
PostPosted: Sun Aug 18, 2013 10:53 am  (#24) 
Offline
GimpChat Member

Joined: May 09, 2012
Posts: 914
@MareroQ

Site : http://meudepositodeideias.wordpress.co ... s-32-bits/
If you have an error about “Undefined GetUserDefaultUILanguage”, change line 50 in app/language.c:
//switch (GetUserDefaultUILanguage())
switch (GetUserDefaultLangID())


Top
 Post subject: Re: Small Windows compilation environment for Gimp 2.8 32-bit
PostPosted: Sun Aug 18, 2013 1:56 pm  (#25) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2252
Location: Poland
Thank you for another clue - it helped.
Now it works !

_________________
Image

Slava
Ukraini!


Top
 Post subject: Re: Small Windows compilation environment for Gimp 2.8 32-bit
PostPosted: Tue Aug 20, 2013 7:07 am  (#26) 
Offline
GimpChat Member

Joined: May 09, 2012
Posts: 914
Bonjour

cartooner-color-reducer (cartoonizer) :

If you want to compile "cartoonizer", here the "Makefile" file to use.
This file is in the attached archive.
The instructions are at the beginning of the Makefile.


Download sources :
http://code.google.com/p/cartooner-colo ... loads/list
version 0.8.5
http://code.google.com/p/cartooner-colo ... z&can=2&q=


Attachments:
Makefile.zip [1.02 KiB]
Downloaded 120 times
Top
 Post subject: Re: Small Windows compilation environment for Gimp 2.8 32-bit
PostPosted: Tue Aug 20, 2013 12:22 pm  (#27) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
samj wrote:
Bonjour

cartooner-color-reducer (cartoonizer) :

If you want to compile "cartoonizer", here the "Makefile" file to use.
This file is in the attached archive.
The instructions are at the beginning of the Makefile.


Download sources :
http://code.google.com/p/cartooner-colo ... loads/list
version 0.8.5
http://code.google.com/p/cartooner-colo ... z&can=2&q=


Excellent Sam you are awesome. :bigthup

_________________
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: Small Windows compilation environment for Gimp 2.8 32-bit
PostPosted: Tue Aug 20, 2013 12:52 pm  (#28) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2252
Location: Poland
Your explanation for the compilation of problems are very good.
I pointed out your development environment (and other tips) - as standard - in a thread on another forum.
I ask :tyspin
Please append small - in your file Readme_petit-MSYS-mingw-gimp28.txt:
This program is free software: you can redistribute it and / or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version

_________________
Image

Slava
Ukraini!


Top
 Post subject: Re: Small Windows compilation environment for Gimp 2.8 32-bit
PostPosted: Tue Aug 20, 2013 9:06 pm  (#29) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
MareroQ wrote:
Your explanation for the compilation of problems are very good.
I pointed out your development environment (and other tips) - as standard - in a thread on another forum.
I ask :tyspin
Please append small - in your file Readme_petit-MSYS-mingw-gimp28.txt:
This program is free software: you can redistribute it and / or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version


Not sure if the environment should be spread around too much at least not until it is tested thoroughly. :)
But i guess that is up to Sam.

_________________
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: Small Windows compilation environment for Gimp 2.8 32-bit
PostPosted: Wed Aug 21, 2013 4:33 am  (#30) 
Offline
GimpChat Member

Joined: May 09, 2012
Posts: 914
@MareroQ
I can not assign a license to the environment because the programs do not belong to me. This is quite similar to a Linux distribution that is a combination of programs.
Licenses that apply are those of the authors of the programs that are in this environment : GNU, Python, Perl, etc..


Top
 Post subject: Re: Small Windows compilation environment for Gimp 2.8 32-bit
PostPosted: Fri Aug 23, 2013 7:16 am  (#31) 
Offline
GimpChat Member

Joined: May 09, 2012
Posts: 914
Bonjour,

I plan to add two features to the build environment:
- GIT
- Tools to run "autogen.sh"

We could download the GIT versions of BABL, GEGL, etc.. then compile it.

What do you think? Is it useful for you?

:tyspin


Top
 Post subject: Re: Small Windows compilation environment for Gimp 2.8 32-bit
PostPosted: Fri Aug 23, 2013 12:50 pm  (#32) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
samj wrote:
Bonjour,

I plan to add two features to the build environment:
- GIT
- Tools to run "autogen.sh"

We could download the GIT versions of BABL, GEGL, etc.. then compile it.

What do you think? Is it useful for you?

:tyspin


Sounds great Sam. I seem to be able to use wget but GIT would be more useful i think. :bigthup
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: Small Windows compilation environment for Gimp 2.8 32-bit
PostPosted: Fri Aug 23, 2013 12:58 pm  (#33) 
Offline
GimpChat Member

Joined: May 09, 2012
Posts: 914
@Rod

I do changes this weekend.

Note
Git and wget are two different things :
http://en.wikipedia.org/wiki/Git_(software)
http://git-scm.com/


Top
 Post subject: Re: Small Windows compilation environment for Gimp 2.8 32-bit
PostPosted: Fri Aug 23, 2013 1:22 pm  (#34) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
samj wrote:
@Rod

I do changes this weekend.

Note
Git and wget are two different things :
http://en.wikipedia.org/wiki/Git_(software)
http://git-scm.com/


Sounds great Sam. Thanks! :bigthup
WGET wiki - http://en.wikipedia.org/wiki/Wget

_________________
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: Small Windows compilation environment for Gimp 2.8 32-bit
PostPosted: Fri Aug 23, 2013 5:28 pm  (#35) 
Offline
GimpChat Member

Joined: May 09, 2012
Posts: 914
GIT is interesting to download the versions in development of programs (BABL, GEGL, Gimp, etc.).
- Some examples of commands :
git clone git://git.gnome.org/babl
git clone git://git.gnome.org/gegl
git clone git://git.gnome.org/gimp


Top
 Post subject: Re: Small Windows compilation environment for Gimp 2.8 32-bit
PostPosted: Fri Aug 23, 2013 8:26 pm  (#36) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
samj wrote:
GIT is interesting to download the versions in development of programs (BABL, GEGL, Gimp, etc.).
- Some examples of commands :
git clone git://git.gnome.org/babl
git clone git://git.gnome.org/gegl
git clone git://git.gnome.org/gimp


Not too mention there are far more GIT repositories at your finger tips than needing a certain url for a wget command line. :)
I can't wait for the update Sam. This will be an excellent addition. I looked into GIT for Windows and msysgit but neither allow an install into Mingw that is already set up. I am interested in learning how you will accomplish this task. :bigthup
I wonder if it is possible to just install msysgit into c:\msysgit and then move all the files to the actual environment folder base/c? Would that work you think?
Or do you have to actually compile it with the current environment?

_________________
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: Small Windows compilation environment for Gimp 2.8 32-bit
PostPosted: Fri Aug 23, 2013 9:35 pm  (#37) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
I got it! :)

Image

_________________
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: Small Windows compilation environment for Gimp 2.8 32-bit
PostPosted: Fri Aug 23, 2013 9:38 pm  (#38) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
Test 1 for BABl at GIT. - Success! :)

Image

_________________
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: Small Windows compilation environment for Gimp 2.8 32-bit
PostPosted: Sat Aug 24, 2013 5:00 am  (#39) 
Offline
GimpChat Member

Joined: May 09, 2012
Posts: 914
@Rod
I test compile development versions. If all goes well, I think the test will be completed today or tomorrow.
This is a bit long because I have other occupations planned this weekend.


Top
 Post subject: Re: Small Windows compilation environment for Gimp 2.8 32-bit
PostPosted: Sat Aug 24, 2013 11:59 am  (#40) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
Sam all i had to do was download the msysgit installer, install into my C:\ directory.
GIT will be compiled. This also gave me the username directory for the home folder.
Then i moved everything in the C:\msysgit\ directory sub folders into msys directory in my C:\petit-msys-mingw-gimp28\msys environment. I just made sure NOT to overwrite any of the files i had already. That worked. If you wanted to get access to GITHUB that is the way i did it.

All src files are downloaded to the C:\petit-msys-mingw-gimp28\msys\home\username directory. :bigthup

_________________
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 new topic Reply to topic  [ 54 posts ]  Go to page Previous  1, 2, 3  Next

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts Attachment(s) menus and dropdowns too small

16

No new posts Attachment(s) HELP!!! Keep Project Size Small

1

No new posts Attachment(s) Erase Rows.scm with a small modification

8

No new posts Attachment(s) Small Tiles - Big Preview for Gimp-2.10.20

0

No new posts Attachment(s) Playing with masks and other small effects

11



* Login  



Powered by phpBB3 © phpBB Group