RSS/Atom feed Twitter
Site is read-only, email is disabled

gimp-developer-list

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.

6 of 6 messages available
Toggle history

Please log in to manage your subscriptions.

gimp-developer-list Americo Gobbo 11 Jan 13:23
  gimp-developer-list Elle Stone 11 Jan 15:10
   gimp-developer-list Alexandre Prokoudine 11 Jan 15:10
    gimp-developer-list Elle Stone 11 Jan 17:04
     gimp-developer-list Alexandre Prokoudine 11 Jan 17:07
      gimp-developer-list Elle Stone 11 Jan 17:15
Americo Gobbo
2016-01-11 13:23:23 UTC (about 8 years ago)

gimp-developer-list

Hi all,
I am trying compile the last git master, today... but I find these errors com gimp compile:

$: ~/devel/gimp-2.9$ make -j4 make all-recursive
make[1]: Entering directory `/home/jag/devel/gimp-2.9' Making all in m4macros
make[2]: Entering directory `/home/jag/devel/gimp-2.9/m4macros' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/jag/devel/gimp-2.9/m4macros' Making all in cursors
make[2]: Entering directory `/home/jag/devel/gimp-2.9/cursors' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/jag/devel/gimp-2.9/cursors' Making all in icons
make[2]: Entering directory `/home/jag/devel/gimp-2.9/icons' Making all in Color
make[3]: Entering directory `/home/jag/devel/gimp-2.9/icons/Color' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/jag/devel/gimp-2.9/icons/Color' Making all in Symbolic
make[3]: Entering directory `/home/jag/devel/gimp-2.9/icons/Symbolic' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/jag/devel/gimp-2.9/icons/Symbolic' Making all in Symbolic-Inverted
make[3]: Entering directory
`/home/jag/devel/gimp-2.9/icons/Symbolic-Inverted' ln -s ../../icons/Symbolic/12/gimp-default-colors.png 12/gimp-default-colors.png
ln: failed to create symbolic link ‘12/gimp-default-colors.png’: File exists make[3]: *** [12/gimp-default-colors.png] Error 1 make[3]: Leaving directory
`/home/jag/devel/gimp-2.9/icons/Symbolic-Inverted' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/jag/devel/gimp-2.9/icons' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/jag/devel/gimp-2.9' make: *** [all] Error 2
$:~/devel/gimp-2.9$ git pull -r
Current branch master is up to date.

Alexandre Prokoudine
2016-01-11 15:10:03 UTC (about 8 years ago)

gimp-developer-list

On Mon, Jan 11, 2016 at 6:10 PM, Elle Stone wrote:

On 01/11/2016 08:23 AM, Americo Gobbo wrote:

Hi all,
I am trying compile the last git master, today... but I find these errors com gimp compile:

$: ~/devel/gimp-2.9$ make -j4 make all-recursive
`/home/jag/devel/gimp-2.9/icons/Symbolic-Inverted' ln -s ../../icons/Symbolic/12/gimp-default-colors.png 12/gimp-default-colors.png
ln: failed to create symbolic link ‘12/gimp-default-colors.png’: File exists
make[3]: *** [12/gimp-default-colors.png] Error 1 make[3]: Leaving directory
`/home/jag/devel/gimp-2.9/icons/Symbolic-Inverted' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/jag/devel/gimp-2.9/icons' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/jag/devel/gimp-2.9' make: *** [all] Error 2

I encountered similar errors.

Benoit has already fixed this in master.

Alex

Elle Stone
2016-01-11 15:10:16 UTC (about 8 years ago)

gimp-developer-list

On 01/11/2016 08:23 AM, Americo Gobbo wrote:

Hi all,
I am trying compile the last git master, today... but I find these errors com gimp compile:

$: ~/devel/gimp-2.9$ make -j4 make all-recursive
`/home/jag/devel/gimp-2.9/icons/Symbolic-Inverted' ln -s ../../icons/Symbolic/12/gimp-default-colors.png 12/gimp-default-colors.png
ln: failed to create symbolic link ‘12/gimp-default-colors.png’: File exists make[3]: *** [12/gimp-default-colors.png] Error 1 make[3]: Leaving directory
`/home/jag/devel/gimp-2.9/icons/Symbolic-Inverted' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/jag/devel/gimp-2.9/icons' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/jag/devel/gimp-2.9' make: *** [all] Error 2

I encountered similar errors.

Elle Stone
2016-01-11 17:04:52 UTC (about 8 years ago)

gimp-developer-list

On 01/11/2016 10:10 AM, Alexandre Prokoudine wrote:

On Mon, Jan 11, 2016 at 6:10 PM, Elle Stone wrote:

On 01/11/2016 08:23 AM, Americo Gobbo wrote:

Hi all,
I am trying compile the last git master, today... but I find these errors com gimp compile:

$: ~/devel/gimp-2.9$ make -j4 make all-recursive
`/home/jag/devel/gimp-2.9/icons/Symbolic-Inverted' ln -s ../../icons/Symbolic/12/gimp-default-colors.png 12/gimp-default-colors.png
ln: failed to create symbolic link ‘12/gimp-default-colors.png’: File exists
make[3]: *** [12/gimp-default-colors.png] Error 1 make[3]: Leaving directory
`/home/jag/devel/gimp-2.9/icons/Symbolic-Inverted' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/jag/devel/gimp-2.9/icons' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/jag/devel/gimp-2.9' make: *** [all] Error 2

I encountered similar errors.

Benoit has already fixed this in master.

Well, maybe, but I just did git pull, and recompiled, with the following errors:

/usr/bin/install: cannot stat ‘./12/gimp-default-colors.png’: No such file or directory
Makefile:1086: recipe for target 'install-icons12DATA' failed make[3]: *** [install-icons12DATA] Error 1 make[3]: Leaving directory
'/home/elle/code/gimpdefault/build/gimp/icons/Symbolic-Inverted' Makefile:1408: recipe for target 'install-am' failed make[2]: *** [install-am] Error 2
make[2]: Leaving directory
'/home/elle/code/gimpdefault/build/gimp/icons/Symbolic-Inverted' Makefile:547: recipe for target 'install-recursive' failed make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory '/home/elle/code/gimpdefault/build/gimp/icons' Makefile:718: recipe for target 'install-recursive' failed make: *** [install-recursive] Error 1

Elle

Alexandre Prokoudine
2016-01-11 17:07:33 UTC (about 8 years ago)

gimp-developer-list

11 янв. 2016 г. 20:00 пользователь "Elle Stone" написал:

Well, maybe, but I just did git pull, and recompiled, with the following

errors:

Did you rerun autogen.sh?

Alex

Elle Stone
2016-01-11 17:15:47 UTC (about 8 years ago)

gimp-developer-list

On 01/11/2016 12:07 PM, Alexandre Prokoudine wrote:

11 янв. 2016 г. 20:00 пользователь "Elle Stone" написал:

Well, maybe, but I just did git pull, and recompiled, with the following

errors:

Did you rerun autogen.sh?

No. But I just did rerun autogen.sh, with the same result.

Elle