[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Installing gtk, et al
- From: Harring Figueiredo <harringf yahoo com>
- To: Christopher Shaffer <cherokeestargazer yahoo com>,gtk-app-devel-list gnome org
- Subject: Re: Installing gtk, et al
- Date: Wed, 2 Apr 2003 15:02:45 -0800 (PST)
Check to see if libtiff has a .pc file ( perhaps on
/usr/lib/ppkgconfig/libtiff.pc). If you fine id, export
PKG_CONFIG_PATH=<dir_where_libtiff.pc_is>; if not, export the following and
rerun ./configure again.
$ export LDFLAGS="-L/usr/lib -ltiff" (or to the path where libttif is)
$./confugre <opetions goes here>
Make sure that you PKG_CONFIG_PATH alos points to the correct glib/atk/pango
installtion .pc files.
Hope this helps.
Harring.
--- Christopher Shaffer <cherokeestargazer@yahoo.com> wrote
> Creating an env var of LD_LIBRARY_PATH, and setting it to /usr/lib did not
> seem to help. Still
> getting the same error message.
>
> Thanks,
>
> Chris
>
>
> --- TORRI Vincent <Vincent.Torri@math.u-bordeaux.fr> wrote:
> > On Wed, 2 Apr 2003, Christopher Shaffer wrote:
> >
> > > I'm having some problems getting gtk installed, and I was hoping someone
> on this list could
> > help
> > > me...
> > >
> > > I've compiled and installed pkg-config,glib, atk, and pango. When I run
> configure for gtk
> > > (2.2.1), I get the following error messages:
> > >
> > > ------------------------------------------
> > > checking for TIFFReadScanline in -ltiff... no
> > > checking for TIFFWriteScanline in -ltiff... no
> > > checking for TIFFFlushData in -ltiff34... no
> > > configure: WARNING: *** TIFF plug-in will not be built (TIFF library not
> found)
> > > ***
> > > configure: error:
> > > *** Checks for TIFF loader failed. You can build without it by passing
> > > *** --without-libtiff to configure but some programs using GTK+ may
> > > *** not work properly
> > > -----------------------------------------
> > >
> > > But when I do a 'locate' on libtiff, it looks like I've got it installed:
> > >
> > > -----------------------------------------
> > > [chris@g3216064 gtk+-2.2.1]$ locate libtiff
> > > /usr/share/doc/libtiff3-3.5.7
> > > /usr/lib/libtiff.so.3
> > > /usr/lib/libtiff.so.3.5
> > > -----------------------------------------
> > >
> > > So, I figure what the heck, I don't really care about TIFF support, and
> try ./configure
> > > --without-libtiff. Then, I get practically the same error message about
> libjpeg, which looks
> > to
> > > be installed as well.
> > >
> > > I figure its something silly, like an env variable not set, or something.
> But I don't know
> > where
> > > to look. Any ideas?
> >
> > you can export LD_LIBRARY_PATH :
> >
> > export LD_LIBRARY_PATH=/usr/lib
> >
> > it might help, but it is strange (I have not installed mandrake 9.1 (this
> > week end))
> >
> > Vincent TORRI
> >
> > >
> > > BTW: I'm running Mandrake 9.1, if that helps.
> > >
> > > Chris Shaffer
> > >
> > >
> > > __________________________________________________
> > > Do you Yahoo!?
> > > Yahoo! Tax Center - File online, calculators, forms, and more
> > > http://tax.yahoo.com
> > > _______________________________________________
> > > gtk-app-devel-list mailing list
> > > gtk-app-devel-list@gnome.org
> > > http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
> > >
> >
> > --
> > TORRI Vincent
> > Mathematiques Appliquees Bordeaux
>
> > Institut de Mathematiques
>
> > Universite Bordeaux 1
>
> > 351 cours de la liberation
>
> > 33 405 Talence cedex - France
>
> >
>
> > Tel : 33 (0)5 57 96 21 42
>
> > Fax : 33 (0)5 56 84 26 26
>
> > --
> >
>
>
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Tax Center - File online, calculators, forms, and more
> http://tax.yahoo.com
> _______________________________________________
> gtk-app-devel-list mailing list
> gtk-app-devel-list@gnome.org
> http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - File online, calculators, forms, and more
http://tax.yahoo.com
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]