On Thu, 2005-06-23 at 13:08 +0100, Joseph E. Sacco, Ph.D. wrote: > N.B.D. ... > > The only people who don't make mistakes are dead. [:-)] > > Take a look at the top level file > > gar.gnome.mk > > > Make sure that maintainer-mode is disabled: > > ... > # No static libs or docs > CONFIGURE_ARGS += --disable-static --disable-maintainer-mode > --with-html-dir=$(sharedstatedir)/gtk-doc/html > --disable-gtk-doc
Joseph, My gar.gnome.mk file has --- # use Sweden for default mirror MASTER_SITES += http://ftp.gnome.org/pub/GNOME/sources/$(GARNAME)/$(shell echo $(GARVERSION) | sed -e 's,-.*,,' | awk -F. '{ print $$1 "." $$2 }')/ # No static libs or docs CONFIGURE_ARGS += --disable-static --disable-maintainer-mode --with-html-dir=$(sharedstatedir)/gtk-doc/html --disable-gtk-doc # For Unstable GARNOME, things are assumed to be heavily broken CONFIGURE_ARGS += --enable-debug --enable-tests CFLAGS += -g CXXFLAGS += -g --- which does enable tests.... thanks ~sm -- garnome-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/garnome-list
