URL:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=13383>
Summary: missing path in openbsd build
Project: GNUstep
Submitted by: rmottola
Submitted on: Sun 06/12/2005 at 20:59
Category: Gui/AppKit
Severity: 3 - Normal
Item Group: Bug
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
_______________________________________________________
Details:
when building openbsd, the default place where libpng headers reside (when
installed using the ports) is not included:
Compiling file NSBitmapImageRep+PNG.m ...
NSBitmapImageRep+PNG.m:34: png.h: No such file or directory
gmake[2]: *** [shared_obj/NSBitmapImageRep+PNG.o] Error 1
g
the directory to include is:
ls /usr/local/include/libpng
png.h pngconf.h
I added
ADDITIONAL_INCLUDE_DIRS += -I/usr/local/include/libpng
to config.make
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=13383>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
_______________________________________________
Bug-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gnustep