On Thu, 2006-08-03 at 17:53 -0700, Tuck Hartshorn wrote: > I got this building the latest stable. It looks like an Evolution problem, > but > this is a "stable" release so I'm guessing something else. I dont need Evo > and in past I've always removed Evo, but control center now depends on Evo?
Nope, control-center does not depend on Evo, but evolution-data-server, which provides common backends used by a bunch of GNOME apps. Quote from an older post: Unlike Evolution itself, there are a few apps in the official Desktop stack and extra packages that depend on evolution-data-server. e-d-s has been split up from Evo for that very reason, providing a common backend used across multiple apps sharing the same user data. In the case of gnome-panel, the clock applet actually features integrated Calendar and Tasks and depends on e-d-s for that. Apart from gnome-panel, there is a contact-lookup-applet part of GNOME, that queries your Address Books. Ekiga and Gaim (can) use these Address Books as well. See the archived post for more details: http://mail.gnome.org/archives/garnome-list/2006-June/msg00022.html > Any ideas on the output? [...] > e2k-global-catalog.c: In function 'ntlm_bind': > e2k-global-catalog.c:242: warning: pointer targets in assignment differ in > signedness > e2k-global-catalog.c:243: warning: implicit declaration of function > 'ldap_ntlm_bind' > e2k-global-catalog.c:243: error: 'LDAP_AUTH_NTLM_REQUEST' undeclared (first > use in this function) > e2k-global-catalog.c:243: error: (Each undeclared identifier is reported only > once > e2k-global-catalog.c:243: error: for each function it appears in.) [...] You'll need OpenLDAP, as schollsky already mentioned. An alternative is to edit the garball, see the post above: One of the external deps we can not provide. You should install it system wide, if possible. Or edit the evolution-data-server/Makefile and get rid of the --with-openldap option in the CONFIGURE_ARGS. Have fun... ...guenther -- 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
