$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.)

Attachment: logs.tar.gz
Description: GNU Zip compressed data


Thanks,
Lenore Horner
_______________________________________________
Bug-gnustep mailing list
Bug-gnustep@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to