[MacPorts] #24839: Standard header files such as stdio.h not found when trying to build port "cc65"
MacPorts
noreply at macports.org
Sun May 9 19:22:15 PDT 2010
#24839: Standard header files such as stdio.h not found when trying to build port
"cc65"
-----------------------------------------+----------------------------------
Reporter: petruzanautico@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 1.8.2
Keywords: port install cc65 | Port: cc65
-----------------------------------------+----------------------------------
Comment(by petruzanautico@…):
The make file 'gcc.mak' for port cc65 has this lines:
# The install prefix and directories[[BR]]
prefix = /usr/local[[BR]]
exec_prefix = $(prefix)[[BR]]
bindir = $(exec_prefix)/bin[[BR]]
datadir = $(prefix)/share[[BR]]
docdir = $(datadir)/doc[[BR]]
libdir = $(exec_prefix)/lib
CC65_DOC = $(docdir)/cc65[[BR]]
CC65_HOME = $(libdir)/cc65[[BR]]
CA65_INC = $(CC65_HOME)/asminc[[BR]]
CC65_INC = $(CC65_HOME)/include[[BR]]
LD65_CFG = $(CC65_HOME)/cfg[[BR]]
LD65_LIB = $(CC65_HOME)/lib[[BR]]
LD65_OBJ = $(CC65_HOME)/obj[[BR]]
I'm not really good with make files, but I guess from those lines that
make is expecting include files to be at /usr/local/lib/cc65/include
I copied cc65 sources to /usr/local/lib/cc65/ so paths would match, but
didn't build either.
--
Ticket URL: <http://trac.macports.org/ticket/24839#comment:1>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list