Re: errors compiling 0.57



Phillip J Shelton wrote:

Now that I think about it, it is probably not your problem. However, one
of the tarballs I have to compile to get gnumeric to compile is
gdk-pixbuf-0.9.0.  Now the problem is that it is not finding my TIFF or
JPEG or PNG librarys. I do have all three installed off rpms in
/usr/lib.  If I run the file that tests for the tiff library and link
with

gcc test.c -ltiff

where test.c is

char TIFFReadScanline();

int main() {
TIFFReadScanline()
; return 0; }

then it compiles and links properly.

Do you have the tiff, jpeg and png devel libraries installed?  You could
also obtain 0.9.0 as a package from helix.

-JP
--
=======================================================================
JP Rosevear                             jpr helixcode com
Helix Code Inc.                         http://www.helixcode.com




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