Re: [Easytag-mailing] EasyTAG for the Mac



On 9/15/12 11:15 AM, Xav wrote:
> 
>     If you can provide me some tips I will test it with pleasure.
> 
> 
> Héhé progress ... I check again and find the configure script which
> unfortunatly fail on:
> checking for GLIB - version >= 2.8.0... yes (version 2.32.4)
> ./configure: line 15845: syntax error near unexpected token `3.0.0,,'
> ./configure: line 15845: `    AM_PATH_GTK_3_0(3.0.0,, as_fn_error $?
> "*** GTK >= 3.0.0 not installed! ***" "$LINENO" 5)'
> 
> but this build is OSX native if I well understood so normaly it shall
> don't care the gtk version installed ?
> 
> Xavier

This version is gtk3 ready and provides gtk2 fallback.
You need to have GTK2 AND GTK3 dev headers to be able to call
"autogen.sh" sucessfully.
When using "configure" you can specify which version to use by using the
switches "--disable-gtk3" or "--disable-gtk2".

If you don't want to install GTK3 completely it is feasible to just copy
the file "gtk-3.0.m4" into $YOURPREFIX/share/aclocal.
This file can be found e.g. here
http://git.gnome.org/browse/gtk+/tree/m4macros?h=gtk-3-4

On a side node to the others on the list : we should probably provide a
fallback mechanism here ? for people with gtk3(-dev) not installed who
want to call autogen.
E.g. Wireshark does with some aclocal-fallback - see
http://anonsvn.wireshark.org/viewvc/trunk/
However I don't know exactly how ...


Regards Marco




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]