[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: Problem in compiling pango 1.2.1



Finally I figured out the problem why it gave the error. I t was because I was 
suppose to delete glib.h and gmodule.h from the <prefix>/include/gtk+-2.0 
(correct me if I am wrong).

Now I have a very strange problem. Most of the gnome apps like 
gnome-search-tool and theme selectors fail by giving the following errors:
***********************************************************************************
 GLib-GObject-WARNING **: cannot create instance of abstract 
(non-instantiatable) type `GtkWidget'
************************************************************************************
I think I messed up with the the files of <prefix>/include/gtk+-1.2. Is it 
because of that. If so please help me.

Thank you

Regards
Yathi



 On Tuesday 01 Apr 2003 2:59 am, you wrote:
>  Add the new libs to the LD_LIBRARY_PATH. Make sure they are the first ones
> on the path.
>
>   LD_LIBRARY_PATH=<new_intall_dir>/lib:$LD_LIBRARY_PATH
>
>   That WILL fix the problem
>
>   Good luck.
>
> Harring
>
> >      I downloaded gtk+2.2 and I successfully compiled
> > atk-1.2.0glib-2.2.1. After that when I trie to compile pango-1.2.1 the
> > configure script gave the following error
>
> ***************************************************************************
>*****
>
> > *** 'pkg-config --modversion glib-2.0' returned 2.2.1, but GLIB (2.0.6)
> > *** was found! If pkg-config was correct, then it is best
> > *** to remove the old version of GLib. You may also be able to fix the
> > error *** by modifying your LD_LIBRARY_PATH enviroment variable, or by
> > editing *** /etc/ld.so.conf. Make sure you have run ldconfig if that is
> > *** required on your system.
> > *** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH
> > *** to point to the correct configuration files
> > no
> > configure: error:
> > *** Glib 2.1.3 or better is required. The latest version of
> > *** Glib is always available from ftp://ftp.gtk.org/
>
> ***************************************************************************
>***********
>
> > Please help me
> > Thanks in advance
> >
> > Regards
> > Yathi
> > ####[ Linux One Stanza Tip (LOST) ]###########################
> >
> > Sub : Dependent libraries for a binary               LOST #065
> >
> > The easiest way to check out as to which libraries a binary is
> > dependent, try:  $ldd binary-file
> >
> > Example: $ldd /bin/ls
> > 	 libc.so.6 => /lib/libc.so.6 (0x40018000)
> > 	 /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
> >
> > ####<bish@nde.vsnl.net.in>####################################
> >
> > _______________________________________________
####[ GNU/Linux One Stanza Tip (LOST) ]#######################

Sub : Capturing screen output under X [#2]           LOST #312

If you have gimp installed, one of the easiest methods is:
Go to File -> Aquire-> screenshot

####<yash@delhicall.com>######################################




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]