On Tue, 2010-05-04 at 16:59 +1000, Tao Wang wrote: > Hi, > > I use git check out 'gtkmm-documentation', and then run > './autogen.sh', then I get following error message: > ------ > checking pkg-config is at least version 0.9.0... yes > checking for GIOMM... yes > checking for GTKMM... yes > ./configure: line 3572: syntax error near unexpected token `GTHREAD_CFLAGS,' > ./configure: line 3572: `MM_PKG_CONFIG_SUBST(GTHREAD_CFLAGS, > --cflags-only-other gthread-2.0)' > ------ > My system is Ubuntu 10.04. I found there is no MM_PKG_CONFIG_SUBST > defined. So, I googled it, and found this:
You need to install mm-common. It's also in git, in the same place. -- [email protected] www.murrayc.com www.openismus.com _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
