Date: Thu, 21 Apr 2005 17:57:34 GMT From: Juan Felipe Alvarez Saldarriaga <neb@gigax.org> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/80219: Chicken $(includedir) its not on the BASE_CPPFLAGS Message-ID: <200504211757.j3LHvYdt047649@www.freebsd.org> Resent-Message-ID: <200504211800.j3LI0jBm034872@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 80219 >Category: ports >Synopsis: Chicken $(includedir) its not on the BASE_CPPFLAGS >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Apr 21 18:00:45 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Juan Felipe Alvarez Saldarriaga >Release: 5.3 >Organization: GiGAX >Environment: FreeBSD h3lL.Delictum.us 5.3-RELEASE FreeBSD 5.3-RELEASE #8: Sun Dec 26 22:21:46 COT 2004 root@h3lL.Delictum.us:/usr/src/sys/i386/compile/H3LL i386 >Description: The Chicken $(includedir) its not on the BASE_CPPFLAGS, when you are compiling some scheme (.scm) u need the chicken.h header file, so, this header are located on /usr/local/include, the includedir var on the Chicken Makefile, and its not on the BASE_CPPFLAGS. >How-To-Repeat: Try compile some scheme with a chicken.h include on the code. >Fix: Just add -I$(includedir) "BASE_CPPFLAGS = -DC_STACK_GROWS_DOWNWARD=$(STACK_GROWS_DOWNWARD) -DC_INSTALL_LIB_HOME='"$(pkglibdir)"' \ -DC_INSTALL_HOME='"$(pkgdatadir)"' -DC_USE_C_DEFAULTS -I$(includedir)" on the BASE_CPPFLAGS in the Chicken Makefile. >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504211757.j3LHvYdt047649>