> Why does libgda try to build the mysql backend even though I don't have > anything remotely related to mysql installed?
Seems like a question you should ask the gnome-db guys. Last line from 'configure --help': Report bugs to <[email protected]> IIRC libgda needs at least one backend to be built. Maybe the MySQL backend is the default, if nothing else was found? To see the final 'configure' report, which lists enabled database backends, 'cd office/libgda', run 'make clean' [1] and then run 'make configure' to stop after configure stage and not start building right away. FWIW, GARNOME does not add any related switches to the CONFIGURE_ARGS by default for libgda. ...guenther [1] Or maybe 'make cookieclean'. ;) See this post: http://mail.gnome.org/archives/garnome-list/2005-April/msg00030.html -- char *t="[EMAIL PROTECTED]"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1: (c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} -- garnome-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/garnome-list
