> Hi devashish Mind, if I answer anyway? ;-)
> i am following the steps from the site > > http://go-evolution.org/Compiling_Evolution_from_CVS > > I downloded all files. > > I could able to build gnome-common and libsoup. > > But while doing gkthtml i am getting the error > > checking for pkg-config... /usr/bin/pkg-config > checking for gail >= 1.1.0... Package gail was not > found in the pkg-config search path. > Perhaps you should add the directory containing > `gail.pc' > to the PKG_CONFIG_PATH environment variable > No package 'gail' found > > After this i installed gail 1.8 using rpm file, still > i am getting above > error. Installed by RPM... So you'll most likely need the package gail-devel as well. The *-devel packages contain the header files needed for building apps depending on them. Alternatively, build gail from source. ;-) ...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; }}} _______________________________________________ Evolution-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/evolution-list
