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

Last GIMP Git Master - Error on Make

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.

3 of 3 messages available
Toggle history

Please log in to manage your subscriptions.

Last GIMP Git Master - Error on Make Americo Gobbo 15 Feb 23:35
  Last GIMP Git Master - Error on Make Owen 16 Feb 04:00
   Last GIMP Git Master - Error on Make Americo Gobbo 18 Feb 21:14
Americo Gobbo
2016-02-15 23:35:59 UTC (about 8 years ago)

Last GIMP Git Master - Error on Make

I have pulled the last git master... the make on GEGL and babl are ok. But on GIMP, I have this error on make:

make[4]: *** No rule to make target `/usr/include/_G_cmnfig.h', needed by `gimpmessagebox.o'. Stop.
make[4]: *** Waiting for unfinished jobs.... CC gimpmenufactory.o
make[4]: Leaving directory `/home/jag/devel/gimp-2.9/app/widgets' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/jag/devel/gimp-2.9/app' make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/jag/devel/gimp-2.9/app' 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.

Thanks, americo

Owen
2016-02-16 04:00:09 UTC (about 8 years ago)

Last GIMP Git Master - Error on Make

On Mon, 15 Feb 2016 21:35:59 -0200 Americo Gobbo wrote:

I have pulled the last git master... the make on GEGL and babl are ok. But on GIMP, I have this error on make:

make[4]: *** No rule to make target `/usr/include/_G_cmnfig.h', needed by `gimpmessagebox.o'. Stop. make[4]: *** Waiting for unfinished jobs.... CC gimpmenufactory.o
make[4]: Leaving directory `/home/jag/devel/gimp-2.9/app/widgets' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/jag/devel/gimp-2.9/app' make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/jag/devel/gimp-2.9/app' 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.

Well just built, according to the splash screen, commit c94e87e no problems.

have you tried a git clean -xdf and rebuild?

Owen

Americo Gobbo
2016-02-18 21:14:28 UTC (about 8 years ago)

Last GIMP Git Master - Error on Make

On Tue, Feb 16, 2016 at 2:00 AM, Owen wrote:

Well just built, according to the splash screen, commit c94e87e no problems.

have you tried a git clean -xdf and rebuild?

No I don't have try the git clean, but I did a make clean and autogen.sh again in all environment, babl, gegl and gimp... and were possible to complete the make on gimp. Thanks