Re: [Gimp-developer] Compile gimp on windows

2017-05-17 Thread Lorena Dutra
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.

Re: [Gimp-developer] Compile gimp on windows

2017-05-17 Thread 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 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

___
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


Re: [Gimp-developer] Compile gimp on windows

2017-05-17 Thread Marco Ciampa via gimp-developer-list
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



___
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] Compile gimp on windows

2017-05-17 Thread Lorena Dutra
Good morning!
I'm trying to compile gimp on windows 10, can anyone help?



   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