Re: [Gimp-developer] Compile gimp on windows



Here is the log of my attempt....

reitz@LAPTOP-N3JKVGON MSYS ~
$ git clone https://github.com/mypaint/libmypaint.git
<https://mailtrack.io/trace/link/6b000b91ce32b275adf19770c5c866eeea692d84?url=https%3A%2F%2Fgithub.com%2Fmypaint%2Flibmypaint.git&userId=1169100&signature=06febd7d70280c7b>
./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
<https://mailtrack.io/trace/link/cf9df0dfac1886a30809d8253a64f9f1dd071dc3?url=http%3A%2F%2Fconfigure.ac%3A267&userId=1169100&signature=376b25851c6e6871>:
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
<https://mailtrack.io/trace/link/fe147b4be4f0896bc7364a0ead8fd19a8e40302a?url=http%3A%2F%2Fconfigure.ac%3A37&userId=1169100&signature=33b0f50e9bcc4fad>:
installing './missing'
Makefile.am: installing './depcomp'
configure.ac:283
<https://mailtrack.io/trace/link/63011a23c143e2a3c8f32113b2c1020e359310dd?url=http%3A%2F%2Fconfigure.ac%3A283&userId=1169100&signature=a2699c5b7dabc419>:
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
<https://mailtrack.io/trace/link/00a6f0c77d41442321425d55d2c755edeaea99ca?url=https%3A%2F%2Fgit.gnome.org%2Fbrowse%2Fbabl&userId=1169100&signature=c8e303c97f0d2330>
./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
<https://mailtrack.io/trace/link/00f91a5c339ec28836b83039c405c690492cd32f?url=https%3A%2F%2Fgit.gnome.org%2Fbrowse%2Fgimp&userId=1169100&signature=060a38280e532b54>
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




  <https://mailtrack.io/> Sent with Mailtrack
<https://mailtrack.io/install?source=signature&lang=en&referral=ldutra info gmail com&idSignature=22>

2017-05-17 11:07 GMT-03:00 Shlomi Fish <shlomif shlomifish org>:

Hi Lorena,

please reply to all recipients.

On Wed, 17 May 2017 09:57:24 -0300
Lorena Dutra <ldutra info gmail com> 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
<https://mailtrack.io/trace/link/170089f89647e7c561576f14e51bc77cfd141b82?url=https%3A%2F%2Fwiki.gimp.org%2Fwiki%2FHacking%3ABuilding%2FWindows&userId=1169100&signature=d08800e75182f66f>
?

Regards,

        Shlomi


  <https://mailtrack.io/
<https://mailtrack.io/trace/link/2020ea2c042eaf585281925c3e8489f8807c8596?url=https%3A%2F%2Fmailtrack.io%2F&userId=1169100&signature=cde24918e186e811>>
Sent with Mailtrack
<https://mailtrack.io/install?source=signature&lang=en&;
referral=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
<https://mailtrack.io/trace/link/a28dba31f9bfb8cd7ee3498aa86f743bba96c876?url=https%3A%2F%2Fmail.gnome.org%2Fmailman%2Flistinfo%2Fgimp-developer-list&userId=1169100&signature=d1be7b538c3c5154>
List archives:   https://mail.gnome.org/archives/gimp-developer-list
<https://mailtrack.io/trace/link/33f55ae350ee0571854b851dc57622d79e5f6001?url=https%3A%2F%2Fmail.gnome.org%2Farchives%2Fgimp-developer-list&userId=1169100&signature=6768378fd33369f9>




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]