Re: [Harbour] Re: hbgfgtk errors ...

2008-06-27 Thread Guy Roussin
Hi, For example in debian, the package libgtk1.2-dev depend on package pkg-config. So we can't install libgtk1.2-dev without pkg-config. I think, if there is no pkg-config *or* no gtk+, `pkg-config --cflags gtk+` return empty string and nothing is added to C_USR. So no need to protect this line

Re: [Harbour] Re: hbgfgtk errors ...

2008-06-27 Thread Szakáts Viktor
Hi folks, Isn't it better to remove this call? Or guard it with an #ifdef? If the latter, what #ifdef is need? Brgds, Viktor On 2008.06.27., at 11:15, Guy Roussin wrote: Hi, The gtk_menu_bar_set_shadow_type is deprecated in gtk+2.0, it's only available in version 1. Thank you Rodrigo. So

Re: [Harbour] Re: hbgfgtk errors ...

2008-06-27 Thread Guy Roussin
Hi, The gtk_menu_bar_set_shadow_type is deprecated in gtk+2.0, it's only available in version 1. Thank you Rodrigo. So i suggest to change : C_USR += `pkg-config --cflags gtk+-2.0` with C_USR += `pkg-config --cflags gtk+` in harbour/contrib/hbgf/hbgfgtk/Makefile Guy

[Harbour] Re: hbgfgtk errors ...

2008-06-26 Thread Rodrigo Miguel
Hi The gtk_menu_bar_set_shadow_type is deprecated in gtk+2.0, it's only available in version 1. Regards, Rodrigo ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour