[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
cannot find files that exist
From: |
Lenore Horner |
Subject: |
cannot find files that exist |
Date: |
Sat, 29 Oct 2011 14:14:33 -0400 |
$export CPPFLAGS=-I/opt/local/include
$export LDFLAGS=-L/opt/local/lib
$sudo ./InstallGNUstep
[snip]
W402 Warning
Found the jpeg library but not the jpeg header files. Perhaps you need
to install the jpeg-devel package? jpeg is required to load JPEG images with
the GNUstep gui.
--------------------------------------------------------------
E400 Error
Found the tiff library but not the tiff header files. Perhaps you need
to install the tiff-devel package? tiff is required to load images with
the GNUstep gui.
--------------------------------------------------------------
W408 Warning
Found the png library but not the png header files. Perhaps you need
to install the png-devel package? png is used to load PNG images with
the GNUstep gui.
*********************************************************************
[snip]
BUT
$locate jpeglib.h
/opt/local/include/jpeglib.h
$locate png.h
/opt/local/include/libpng14/png.h
/opt/local/include/png.h
$locate tiffio.h
/opt/local/include/tiffio.h
I tried adding $export LD_LIBRARY_PATH=-L/opt/local/include to no avail. (It's
unclear to me whether or not this is what the instructions meant since they
were not explicit.)
logs.tar.gz
Description: GNU Zip compressed data
Thanks,
Lenore Horner
- cannot find files that exist,
Lenore Horner <=