ports/80219: Chicken $(includedir) its not on the BASE_CPPFLAGS

Juan Felipe Alvarez Saldarriaga neb at gigax.org
Thu Apr 21 18:00:46 UTC 2005


>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 at 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:



More information about the freebsd-ports-bugs mailing list