On Sat, 2005-11-26 at 00:20 -0800, Himanshu Mandge wrote: > Hi Devashish > > I am using RHEL-4 Desktop. > I installed all other stuff for which i was getting > error > while running autogen.sh . > > No autogen.sh runs with no error. > > After running autogen.sh , it says "type make to > compile gtkhtml". > > when i say make it starts compiling and after that it > comes out with some errors . like ... > > <command line>:8:1: warning: this is the location of > the previous definition > editor-control-factory.c:40:25: glib/gstdio.h: No such > file or directory This file should be there in glib includes. If its not there try updating your glib or take the easier way out, replace g_open with open and then you don,t need to include gstdio.h
> editor-control-factory.c: In function > `load_from_file': > editor-control-factory.c:251: warning: implicit > declaration of function `gtk_html_filename_from_uri' it is defined in gtkhtml/src/gtkhtml-private.h. Check if it is included correctly, if you cant figure it out just use g_filename_from_uri instead. > editor-control-factory.c:251: warning: assignment > makes pointer from integer without a cast > editor-control-factory.c:253: warning: implicit > declaration of function `g_open' > make[4]: *** [editor-control-factory.lo] Error 1 > make[4]: Leaving directory > `/root/cvs/gnome/gtkhtml/components/html-editor' > make[3]: *** [all] Error 2 > make[3]: Leaving directory > `/root/cvs/gnome/gtkhtml/components/html-editor' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory > `/root/cvs/gnome/gtkhtml/components' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/root/cvs/gnome/gtkhtml' > make: *** [all] Error 2 > > > Can you get something from above lines ? > Or shuld i send you the all the messages which i got > during "make". > > Thanks PS: Cc all your mails on evolution-list instead of just to me, so that in case if I am not able to send a prompt response somebody else may. Thanks Devashish Sharma > > > --- Devashish <[EMAIL PROTECTED]> wrote: > > > No nothing else is required to install gail. > > can u tell me the distribution you are using (Suse, > > Fedora) > > gail requires atk, gtk+-2.0 and libgnomecanvas-2.0. > > gail alone will not help, you require gail-devel > > also. > > > > > > The best option is that while installing you > > distribution select all the > > stuff under gnome development. That way you will > > have all the libraries > > required to build anything on gnome. > > > > On Thu, 2005-11-24 at 22:26 -0800, Himanshu Mandge > > wrote: > > > I did all the things told by you, still the same > > > problem. > > > > > > I installed gail 1.8 rpm, but i could not able to > > > locate gail.pc . > > > > > > Is there any other file require to install to get > > > gail.pc. > > > > > > > > > > > > --- Devashish <[EMAIL PROTECTED]> wrote: > > > > > > > I export the following variables or rather put > > them > > > > into .bashrc. > > > > > > > > /opt/gnome2 is my INSTALL_PREFIX (--prefix), so > > you > > > > need to change it to > > > > whatever you use. > > > > > > > > You dont need to build gal as required parts > > have > > > > been merged into > > > > evolution. > > > > > > > > export > > > > > > > > > > BONOBO_ACTIVATION_PATH=/opt/gnome2/lib/bonobo/servers:/opt/gnome/lib/bonobo/servers > > > > > > > > export > > > > > > > > > > CVSROOT=":pserver:[EMAIL PROTECTED]:/cvs/gnome" > > > > > > > > export > > > > > > > > > > PKG_CONFIG_PATH=/opt/gnome2/lib/pkgconfig:/opt/gnome/lib/pkgconfig:/usr/local/lib/pkgconfig:/usr/lib/pkgconfig > > > > > > > > export > > > > > > > > > > LD_LIBRARY_PATH=/opt/gnome2/lib:/opt/gnome/lib:/usr/lib:/usr/local/lib:/opt/mozilla/lib > > > > > > > > export ACLOCAL_FLAGS="-I /usr/share/aclocal -I > > > > /usr/local/share/aclocal" > > > > > > > > export PATH=/opt/gnome2/bin:/usr/local/bin:$PATH > > > > > > > > gail.pc is in /opt/gnome/lib/pkgconfig, if its > > > > somewhere else adjust > > > > your PKG_CONFIG_PATH. > > > > > > > > Hope this helps. > > > > > > > > On Thu, 2005-11-24 at 21:19 -0800, Himanshu > > Mandge > > > > wrote: > > > > > Hi devashish > > > > > > > > > > thanx for the help. > > > > > > > > > > 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. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > __________________________________ > > > > > Yahoo! Mail - PC Magazine Editors' Choice 2005 > > > > > > > http://mail.yahoo.com > > > > > > > > > > > > > > > > > > > > > > __________________________________ > > > Yahoo! Mail - PC Magazine Editors' Choice 2005 > > > http://mail.yahoo.com > > > > > > > __________________________________ > Start your day with Yahoo! - Make it your home page! > http://www.yahoo.com/r/hs _______________________________________________ Evolution-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/evolution-list
