On Wed, 2009-08-12 at 21:13 +0200, Sever P A wrote: > Thanks to all, Daniel, Paul and Reece, > > I didn't know that the following > > > 3/ and the following at the end... > > > > AC_CONFIG_FILES(po/Makefile.in) > > in configure.ac was needed... > > Now, the configure script doesn't crash & my app is running ... > > I suggest to update the GTKmm tutorial page 276. > > Furthermore, I've hear before that autotools are obsolete, ... Is > there any SCons tutorial for C++/GTKmm programmers ?
How can autotools be obsolete? They're practically the standard build system for most open source projects. It shouldn't be difficult to use another build system after using autotools though. I would guess that reading the new build system's docs would probably explain the differences and what would be needed in ones project. _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
