> \ > for p in apps_evolution_shell.schemas ; > do > \ > GCONF_CONFIG_SOURCE= no --makefile-install-rule ./$p; > \ > > done > \ > fi > /bin/sh: line 1: no: command not found
It looks like your problem is that it couldn't find gconftool-2... meaning either that you don't have gconf2 installed, or the binary isn't in your path. You should re-configure after fixing that. (The fact that configure didn't bomb out is a bug.) -- Dan _______________________________________________ evolution maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/evolution
