[Gtk-sharp-list] Problem building gtk-sharp from svn
Francisco T. Martinez
martinf@mfconsulting.com
Wed, 16 Feb 2005 04:56:20 -0600
Try automake 1.9+
I was having the same problem in Cygwin and went from 1.7.9 to 1.9.2 and
the problem was solved. I guess that we ultimately want to ask Mike
Kestner what is his automake version :)
Paco
Dave Murphy (Schwuk) wrote:
>I'm trying to build gtk-sharp from svn (so I can build dbus-sharp, so I
>can build beagle), but it's breaking on me:
>
>dave@frodo:~/projects/gtk-sharp $ ./autogen.sh --prefix=/usr/local
>Running libtoolize...
>Running aclocal ...
>Running autoheader...
>Running automake --gnu ...
>pango/Makefile.am:16: variable `SYMBOLS' not defined
>atk/Makefile.am:16: variable `SYMBOLS' not defined
>glade/Makefile.am:16: variable `SYMBOLS' not defined
>gnome/Makefile.am:16: variable `SYMBOLS' not defined
>gda/Makefile.am:16: variable `SYMBOLS' not defined
>gnomedb/Makefile.am:16: variable `SYMBOLS' not defined
>gtkhtml/Makefile.am:16: variable `SYMBOLS' not defined
>rsvg/Makefile.am:16: variable `SYMBOLS' not defined
>vte/Makefile.am:16: variable `SYMBOLS' not defined
>**Error**: automake failed.
>
>I'm on Ubuntu Hoary (up-to-date). any ideas?
>
>