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

Gimp-git compile error on Mac OSX

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.

Gimp-git compile error on Mac OSX Partha Bagchi 06 Sep 22:55
  Gimp-git compile error on Mac OSX Michael Henning 06 Sep 23:45
   Gimp-git compile error on Mac OSX Partha Bagchi 07 Sep 02:07
Partha Bagchi
2015-09-06 22:55:46 UTC (over 8 years ago)

Gimp-git compile error on Mac OSX

Latest pull from today. Getting the following error

Making all in widgets

  CC       gimpsearchpopup.o

gimpsearchpopup.c:557:3: error: non-void function
'results_list_on_key_press_event' should return a value
[-Wreturn-type]

  g_return_if_fail (kevent->keyval != GDK_KEY_Escape   &&

  ^

/Users/partha/local/include/glib-2.0/glib/gmessages.h:379:3: note:
expanded from macro 'g_return_if_fail'

         return;                                                        \

         ^

1 error generated.

make[4]: *** [gimpsearchpopup.o] Error 1
_______________________________________________________

Using glib 2.45.7
Michael Henning
2015-09-06 23:45:23 UTC (over 8 years ago)

Gimp-git compile error on Mac OSX

Should be fixed, thanks. :)

commit dbe598275366a92c2b4d32e376f75cee110d4047 Author: Michael Henning
Date: Sun Sep 6 19:43:25 2015 -0400

app: Always return a value from results_list_on_key_press_event

On Sun, Sep 6, 2015 at 6:55 PM, Partha Bagchi wrote:

Latest pull from today. Getting the following error _______________________________________________________ Making all in widgets

CC gimpsearchpopup.o

gimpsearchpopup.c:557:3: error: non-void function 'results_list_on_key_press_event' should return a value [-Wreturn-type]

g_return_if_fail (kevent->keyval != GDK_KEY_Escape &&

^

/Users/partha/local/include/glib-2.0/glib/gmessages.h:379:3: note: expanded from macro 'g_return_if_fail'

return; \

^

1 error generated.

make[4]: *** [gimpsearchpopup.o] Error 1 _______________________________________________________

Using glib 2.45.7 _______________________________________________ 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

Partha Bagchi
2015-09-07 02:07:35 UTC (over 8 years ago)

Gimp-git compile error on Mac OSX

Yes, it did. Thanks. :)

On Sun, Sep 6, 2015 at 7:45 PM, Michael Henning wrote:

Should be fixed, thanks. :)

commit dbe598275366a92c2b4d32e376f75cee110d4047 Author: Michael Henning
Date: Sun Sep 6 19:43:25 2015 -0400

app: Always return a value from results_list_on_key_press_event

On Sun, Sep 6, 2015 at 6:55 PM, Partha Bagchi wrote:

Latest pull from today. Getting the following error _______________________________________________________ Making all in widgets

CC gimpsearchpopup.o

gimpsearchpopup.c:557:3: error: non-void function 'results_list_on_key_press_event' should return a value [-Wreturn-type]

g_return_if_fail (kevent->keyval != GDK_KEY_Escape &&

^

/Users/partha/local/include/glib-2.0/glib/gmessages.h:379:3: note: expanded from macro 'g_return_if_fail'

return; \

^

1 error generated.

make[4]: *** [gimpsearchpopup.o] Error 1 _______________________________________________________

Using glib 2.45.7 _______________________________________________ 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