Compile gimp on windows
This discussion is connected to the gimp-developer-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.
Compile gimp on windows | Lorena Dutra | 17 May 12:57 |
Compile gimp on windows | Marco Ciampa via gimp-developer-list | 17 May 13:40 |
Compile gimp on windows | Shlomi Fish | 17 May 14:07 |
Compile gimp on windows | Lorena Dutra | 17 May 15:37 |
Compile gimp on windows | Shlomi Fish | 20 May 14:22 |
Compile gimp on windows | Petteri Soininen | 20 May 22:23 |
Compile gimp on windows
Good morning!
I'm trying to compile gimp on windows 10, can anyone help?
Sent with Mailtrack
Compile gimp on windows
On Wed, May 17, 2017 at 09:57:24AM -0300, Lorena Dutra wrote:
Good morning!
I'm trying to compile gimp on windows 10, can anyone help?
Have you read this?
https://wiki.gimp.org/wiki/Hacking:Building/Windows
bye
--
Marco Ciampa
I know a joke about UDP, but you might not get it.
------------------------
GNU/Linux User #78271 FSFE fellow #364
------------------------
Compile gimp on windows
Hi Lorena,
please reply to all recipients.
On Wed, 17 May 2017 09:57:24 -0300 Lorena Dutra wrote:
Good morning!
I'm trying to compile gimp on windows 10, can anyone help?
Good luck!
What did you try so far? Which errors did you get? Did you see https://wiki.gimp.org/wiki/Hacking:Building/Windows ?
Regards,
Shlomi
Sent with Mailtrack
_______________________________________________ gimp-developer-list mailing list
List address: gimp-developer-list@gnome.org List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list List archives: https://mail.gnome.org/archives/gimp-developer-list
Compile gimp on windows
Here is the log of my attempt....
reitz@LAPTOP-N3JKVGON MSYS ~ $ git clone https://github.com/mypaint/libmypaint.git
./autogen.sh
./configure --prefix=$PREFIX
make
make install
cd ..
fatal: destination path 'libmypaint' already exists and is not an empty
director
y.
reitz@LAPTOP-N3JKVGON MSYS ~ $ cd libmypaint
reitz@LAPTOP-N3JKVGON MSYS ~/libmypaint $ ./autogen.sh
I am testing that you have the tools required to build libmypaint from git. This test is not foolproof.
checking for libtool >= 1.5 ... Major version might be too new (2.4.6) checking for autoconf >= 2.62 ... yes (version 2.69) checking for automake >= 1.13 ... yes (version 1.13.4) checking for intltool >= 0.40.1 ... yes (version 0.51.0) WARNING: cannot find glib-2.0.m4 in aclocal's search path. You may see fatal macro warnings below. I looked in: /usr/share/aclocal If these files are installed in /some/dir, set the ACLOCAL_FLAGS environment variable to "-I /some/dir", or append ":/some/dir" to ACLOCAL_PATH, or install /usr/share/aclocal/glib-2.0.m4.
WARNING: cannot find glib-gettext.m4 in aclocal's search path. You may see fatal macro warnings below. I looked in: /usr/share/aclocal If these files are installed in /some/dir, set the ACLOCAL_FLAGS environment variable to "-I /some/dir", or append ":/some/dir" to ACLOCAL_PATH, or install /usr/share/aclocal/glib-gettext.m4.
configure.ac:267
:
warning: macro 'AM_GLIB_GNU_GETTEXT' not found in library
libtoolize: putting auxiliary files in '.'.
libtoolize: linking file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4macros'.
libtoolize: linking file 'm4macros/libtool.m4'
libtoolize: linking file 'm4macros/ltoptions.m4'
libtoolize: linking file 'm4macros/ltsugar.m4'
libtoolize: linking file 'm4macros/ltversion.m4'
libtoolize: linking file 'm4macros/lt~obsolete.m4'
Checked mypaint-brush-settings-gen.h: up to date, not rewritten
Checked brushsettings-gen.h: up to date, not rewritten
configure.ac:37
:
installing './missing'
Makefile.am: installing './depcomp'
configure.ac:283
:
error: possibly undefined macro: AM_GLIB_GNU_GETTEXT
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
reitz@LAPTOP-N3JKVGON MSYS ~/libmypaint
$ ./configure --prefix=$PREFIX
configure: loading site script /etc/config.site
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in `/home/reitz/libmypaint':
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details
reitz@LAPTOP-N3JKVGON MSYS ~/libmypaint
$ make
make: *** Nenhum alvo indicado e nenhum arquivo make encontrado. Pare.
reitz@LAPTOP-N3JKVGON MSYS ~/libmypaint
$ make install
make: *** No rule to make target 'install'. Pare.
reitz@LAPTOP-N3JKVGON MSYS ~/libmypaint $ cd ..
reitz@LAPTOP-N3JKVGON MSYS ~ $
reitz@LAPTOP-N3JKVGON MSYS ~ $ git clone https://git.gnome.org/browse/babl
./autogen.sh --prefix=$PREFIX --disable-docs
make
make install
cd ..fatal: destination path 'babl' already exists and is not an empty
directory.
reitz@LAPTOP-N3JKVGON MSYS ~ $ cd babl
reitz@LAPTOP-N3JKVGON MSYS ~/babl
$ ./autogen.sh --prefix=$PREFIX --disable-docs
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4 ${ACLOCAL_FLAGS}
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
autoreconf: running: /usr/bin/autoconf --force
autoreconf: running: /usr/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:119: installing './compile'
configure.ac:88: installing './missing'
babl/Makefile.am: installing './depcomp'
autoreconf: Leaving directory `.'
configure: loading site script /etc/config.site
checking build system type... x86_64-pc-msys
checking host system type... x86_64-pc-msys
checking target system type... x86_64-pc-msys
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in `/home/reitz/babl':
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details
reitz@LAPTOP-N3JKVGON MSYS ~/babl
$ make
make: *** Nenhum alvo indicado e nenhum arquivo make encontrado. Pare.
reitz@LAPTOP-N3JKVGON MSYS ~/babl
$ make install
make: *** No rule to make target 'install'. Pare.
reitz@LAPTOP-N3JKVGON MSYS ~/babl $ cd ..
reitz@LAPTOP-N3JKVGON MSYS ~ $
reitz@LAPTOP-N3JKVGON MSYS ~ $ git clone https://git.gnome.org/browse/gimp
fatal: destination path 'gimp' already exists and is not an empty directory.
reitz@LAPTOP-N3JKVGON MSYS ~ $ cd gimp
reitz@LAPTOP-N3JKVGON MSYS ~/gimp r=GIMP/git-masterprefix=$PREFIX --disable-python --disable-gtk-doc --with-gimpdir
I am testing that you have the tools required to build the GNU Image Manipulation Program from git. This test is not foolproof, so if anything goes wrong, see the file HACKING for more information...
checking for libtool >= 1.5 ... Major version might be too new (2.4.6)
skipping test for gtkdocize
checking for autoconf >= 2.54 ... yes (version 2.69)
checking for automake >= 1.13.0 ... yes (version 1.13.4)
checking for intltool >= 0.40.1 ... yes (version 0.51.0)
checking for xsltproc ... yes
I am going to run ./configure with the following arguments:
--prefix=/home/reitz/prefix --disable-python --disable-gtk-doc --with-gimpdir=GIMP/git-master
WARNING: aclocal's directory is /usr/share/aclocal, but... no file /usr/share/aclocal/glib-2.0.m4 You may see fatal macro warnings below. If these files are installed in /some/dir, set the ACLOCAL_FLAGS environment variable to "-I /some/dir" or install /usr/share/aclocal/glib-2.0.m4.
WARNING: aclocal's directory is /usr/share/aclocal, but... no file /usr/share/aclocal/glib-gettext.m4 You may see fatal macro warnings below. If these files are installed in /some/dir, set the ACLOCAL_FLAGS environment variable to "-I /some/dir" or install /usr/share/aclocal/glib-gettext.m4.
WARNING: aclocal's directory is /usr/share/aclocal, but... no file /usr/share/aclocal/gtk-2.0.m4 You may see fatal macro warnings below. If these files are installed in /some/dir, set the ACLOCAL_FLAGS environment variable to "-I /some/dir" or install /usr/share/aclocal/gtk-2.0.m4.
configure.ac:570: warning: macro 'AM_GLIB_GNU_GETTEXT' not found in library
configure.ac:643: warning: macro 'AM_PATH_GLIB_2_0' not found in library
configure.ac:725: warning: macro 'AM_PATH_GTK_2_0' not found in library
libtoolize: putting auxiliary files in '.'.
libtoolize: linking file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4macros'.
libtoolize: linking file 'm4macros/libtool.m4'
libtoolize: linking file 'm4macros/ltoptions.m4'
libtoolize: linking file 'm4macros/ltsugar.m4'
libtoolize: linking file 'm4macros/ltversion.m4'
libtoolize: linking file 'm4macros/lt~obsolete.m4'
WARNING: You have disabled gtk-doc.
As a result, you will not be able to generate the API
documentation and 'make dist' will not work.
configure.ac:241: installing './compile' configure.ac:95: installing './missing' app/Makefile.am: installing './depcomp' configure.ac:580: error: possibly undefined macro: AM_GLIB_GNU_GETTEXT If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.ac:657: error: possibly undefined macro: AM_PATH_GLIB_2_0 configure.ac:739: error: possibly undefined macro: AM_PATH_GTK_2_0
reitz@LAPTOP-N3JKVGON MSYS ~/gimp
$ make
make: *** Nenhum alvo indicado e nenhum arquivo make encontrado. Pare.
reitz@LAPTOP-N3JKVGON MSYS ~/gimp
$ make install
make: Nothing to be done for 'install'.
reitz@LAPTOP-N3JKVGON MSYS ~/gimp $ cd ..
reitz@LAPTOP-N3JKVGON MSYS ~ $
reitz@LAPTOP-N3JKVGON MSYS ~
$ gimp-2.9
-bash: gimp-2.9: comando não encontrado
Sent with Mailtrack
2017-05-17 11:07 GMT-03:00 Shlomi Fish :
Hi Lorena,
please reply to all recipients.
On Wed, 17 May 2017 09:57:24 -0300 Lorena Dutra wrote:
Good morning!
I'm trying to compile gimp on windows 10, can anyone help?Good luck!
What did you try so far? Which errors did you get? Did you see https://wiki.gimp.org/wiki/Hacking:Building/Windows
?
Regards,
Shlomi
>
Sent with Mailtrackreferral=ldutra.info@gmail.com&idSignature=22>
_______________________________________________ gimp-developer-list mailing list
List address: gimp-developer-list@gnome.org List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives: https://mail.gnome.org/archives/gimp-developer-list
Compile gimp on windows
Hi Lorena,
sorry for the late reply.
On Wed, 17 May 2017 12:37:09 -0300 Lorena Dutra wrote:
Here is the log of my attempt....
reitz@LAPTOP-N3JKVGON MSYS ~ $ git clone https://github.com/mypaint/libmypaint.git
./autogen.sh ./configure --prefix=$PREFIX
make
make install
cd ..
fatal: destination path 'libmypaint' already exists and is not an empty director
You are getting some errors when building the dependencies. Please solve them before you proceed.
Compile gimp on windows
Check if you have a valid PREFIX variable. Had that problem once.
what does
echo $PREFIX
output?
On 17.5.2017 18:37, Lorena Dutra wrote:
Here is the log of my attempt....
reitz@LAPTOP-N3JKVGON MSYS ~ $ git clone https://github.com/mypaint/libmypaint.git
./autogen.sh ./configure --prefix=$PREFIX
make
make install
cd ..
fatal: destination path 'libmypaint' already exists and is not an empty director
y.reitz@LAPTOP-N3JKVGON MSYS ~ $ cd libmypaint
reitz@LAPTOP-N3JKVGON MSYS ~/libmypaint $ ./autogen.sh
I am testing that you have the tools required to build libmypaint from git. This test is not foolproof.
checking for libtool >= 1.5 ... Major version might be too new (2.4.6) checking for autoconf >= 2.62 ... yes (version 2.69) checking for automake >= 1.13 ... yes (version 1.13.4) checking for intltool >= 0.40.1 ... yes (version 0.51.0) WARNING: cannot find glib-2.0.m4 in aclocal's search path. You may see fatal macro warnings below. I looked in: /usr/share/aclocal If these files are installed in /some/dir, set the ACLOCAL_FLAGS environment variable to "-I /some/dir", or append ":/some/dir" to ACLOCAL_PATH, or install /usr/share/aclocal/glib-2.0.m4.
WARNING: cannot find glib-gettext.m4 in aclocal's search path. You may see fatal macro warnings below. I looked in: /usr/share/aclocal If these files are installed in /some/dir, set the ACLOCAL_FLAGS environment variable to "-I /some/dir", or append ":/some/dir" to ACLOCAL_PATH, or install /usr/share/aclocal/glib-gettext.m4.
configure.ac:267 :
warning: macro 'AM_GLIB_GNU_GETTEXT' not found in library libtoolize: putting auxiliary files in '.'. libtoolize: linking file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4macros'. libtoolize: linking file 'm4macros/libtool.m4' libtoolize: linking file 'm4macros/ltoptions.m4' libtoolize: linking file 'm4macros/ltsugar.m4' libtoolize: linking file 'm4macros/ltversion.m4' libtoolize: linking file 'm4macros/lt~obsolete.m4' Checked mypaint-brush-settings-gen.h: up to date, not rewritten Checked brushsettings-gen.h: up to date, not rewritten configure.ac:37
:
installing './missing'
Makefile.am: installing './depcomp'
configure.ac:283
:
error: possibly undefined macro: AM_GLIB_GNU_GETTEXT If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation.reitz@LAPTOP-N3JKVGON MSYS ~/libmypaint $ ./configure --prefix=$PREFIX
configure: loading site script /etc/config.site checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk
checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in `/home/reitz/libmypaint': configure: error: no acceptable C compiler found in $PATH See `config.log' for more detailsreitz@LAPTOP-N3JKVGON MSYS ~/libmypaint $ make
make: *** Nenhum alvo indicado e nenhum arquivo make encontrado. Pare.reitz@LAPTOP-N3JKVGON MSYS ~/libmypaint $ make install
make: *** No rule to make target 'install'. Pare.reitz@LAPTOP-N3JKVGON MSYS ~/libmypaint $ cd ..
reitz@LAPTOP-N3JKVGON MSYS ~ $
reitz@LAPTOP-N3JKVGON MSYS ~ $ git clone https://git.gnome.org/browse/babl
./autogen.sh --prefix=$PREFIX --disable-docs make
make install
cd ..fatal: destination path 'babl' already exists and is not an empty directory.reitz@LAPTOP-N3JKVGON MSYS ~ $ cd babl
reitz@LAPTOP-N3JKVGON MSYS ~/babl $ ./autogen.sh --prefix=$PREFIX --disable-docs autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force -I m4 ${ACLOCAL_FLAGS} autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force libtoolize: putting auxiliary files in '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' libtoolize: copying file 'm4/ltoptions.m4' libtoolize: copying file 'm4/ltsugar.m4' libtoolize: copying file 'm4/ltversion.m4' libtoolize: copying file 'm4/lt~obsolete.m4' autoreconf: running: /usr/bin/autoconf --force autoreconf: running: /usr/bin/autoheader --force autoreconf: running: automake --add-missing --copy --force-missing configure.ac:119: installing './compile' configure.ac:88: installing './missing' babl/Makefile.am: installing './depcomp' autoreconf: Leaving directory `.'
configure: loading site script /etc/config.site checking build system type... x86_64-pc-msys checking host system type... x86_64-pc-msys checking target system type... x86_64-pc-msys checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk
checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in `/home/reitz/babl': configure: error: no acceptable C compiler found in $PATH See `config.log' for more detailsreitz@LAPTOP-N3JKVGON MSYS ~/babl $ make
make: *** Nenhum alvo indicado e nenhum arquivo make encontrado. Pare.reitz@LAPTOP-N3JKVGON MSYS ~/babl $ make install
make: *** No rule to make target 'install'. Pare.reitz@LAPTOP-N3JKVGON MSYS ~/babl $ cd ..
reitz@LAPTOP-N3JKVGON MSYS ~ $
reitz@LAPTOP-N3JKVGON MSYS ~ $ git clone https://git.gnome.org/browse/gimp
fatal: destination path 'gimp' already exists and is not an empty directory.
reitz@LAPTOP-N3JKVGON MSYS ~ $ cd gimp
reitz@LAPTOP-N3JKVGON MSYS ~/gimp r=GIMP/git-masterprefix=$PREFIX --disable-python --disable-gtk-doc --with-gimpdir
I am testing that you have the tools required to build the GNU Image Manipulation Program from git. This test is not foolproof, so if anything goes wrong, see the file HACKING for more information...
checking for libtool >= 1.5 ... Major version might be too new (2.4.6) skipping test for gtkdocize
checking for autoconf >= 2.54 ... yes (version 2.69) checking for automake >= 1.13.0 ... yes (version 1.13.4) checking for intltool >= 0.40.1 ... yes (version 0.51.0) checking for xsltproc ... yesI am going to run ./configure with the following arguments:
--prefix=/home/reitz/prefix --disable-python --disable-gtk-doc --with-gimpdir=GIMP/git-master
WARNING: aclocal's directory is /usr/share/aclocal, but... no file /usr/share/aclocal/glib-2.0.m4 You may see fatal macro warnings below. If these files are installed in /some/dir, set the ACLOCAL_FLAGS environment variable to "-I /some/dir" or install /usr/share/aclocal/glib-2.0.m4.
WARNING: aclocal's directory is /usr/share/aclocal, but... no file /usr/share/aclocal/glib-gettext.m4 You may see fatal macro warnings below. If these files are installed in /some/dir, set the ACLOCAL_FLAGS environment variable to "-I /some/dir" or install /usr/share/aclocal/glib-gettext.m4.
WARNING: aclocal's directory is /usr/share/aclocal, but... no file /usr/share/aclocal/gtk-2.0.m4 You may see fatal macro warnings below. If these files are installed in /some/dir, set the ACLOCAL_FLAGS environment variable to "-I /some/dir" or install /usr/share/aclocal/gtk-2.0.m4.
configure.ac:570: warning: macro 'AM_GLIB_GNU_GETTEXT' not found in library configure.ac:643: warning: macro 'AM_PATH_GLIB_2_0' not found in library configure.ac:725: warning: macro 'AM_PATH_GTK_2_0' not found in library libtoolize: putting auxiliary files in '.'. libtoolize: linking file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4macros'. libtoolize: linking file 'm4macros/libtool.m4' libtoolize: linking file 'm4macros/ltoptions.m4' libtoolize: linking file 'm4macros/ltsugar.m4' libtoolize: linking file 'm4macros/ltversion.m4' libtoolize: linking file 'm4macros/lt~obsolete.m4' WARNING: You have disabled gtk-doc.
As a result, you will not be able to generate the API documentation and 'make dist' will not work.configure.ac:241: installing './compile' configure.ac:95: installing './missing' app/Makefile.am: installing './depcomp' configure.ac:580: error: possibly undefined macro: AM_GLIB_GNU_GETTEXT If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.ac:657: error: possibly undefined macro: AM_PATH_GLIB_2_0 configure.ac:739: error: possibly undefined macro: AM_PATH_GTK_2_0
reitz@LAPTOP-N3JKVGON MSYS ~/gimp $ make
make: *** Nenhum alvo indicado e nenhum arquivo make encontrado. Pare.reitz@LAPTOP-N3JKVGON MSYS ~/gimp $ make install
make: Nothing to be done for 'install'.reitz@LAPTOP-N3JKVGON MSYS ~/gimp $ cd ..
reitz@LAPTOP-N3JKVGON MSYS ~ $
reitz@LAPTOP-N3JKVGON MSYS ~ $ gimp-2.9
-bash: gimp-2.9: comando não encontradoSent with Mailtrack
2017-05-17 11:07 GMT-03:00 Shlomi Fish :
Hi Lorena,
please reply to all recipients.
On Wed, 17 May 2017 09:57:24 -0300 Lorena Dutra wrote:
Good morning!
I'm trying to compile gimp on windows 10, can anyone help?Good luck!
What did you try so far? Which errors did you get? Did you see https://wiki.gimp.org/wiki/Hacking:Building/Windows
?
Regards,
Shlomi
>
Sent with Mailtrackreferral=ldutra.info@gmail.com&idSignature=22>
_______________________________________________ gimp-developer-list mailing list
List address: gimp-developer-list@gnome.org List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives: https://mail.gnome.org/archives/gimp-developer-list
_______________________________________________ gimp-developer-list mailing list
List address: gimp-developer-list@gnome.org List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list List archives: https://mail.gnome.org/archives/gimp-developer-list