[MacPorts] #27061: spin @5.25 does not work
MacPorts
noreply at macports.org
Fri Oct 29 05:18:17 PDT 2010
#27061: spin @5.25 does not work
--------------------------------+-------------------------------------------
Reporter: eckelmax@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 1.9.1
Keywords: spin | Port:
--------------------------------+-------------------------------------------
when compiled and started with an pml
For example: hello.pml
{{{
active proctype main() {
printf("Hello, world\n")
}
}}}
it cannot compile the pml because it does not find the cpp directory
{{{
$ spin hello.pml
sh: /lib/cpp: No such file or directory
spin: preprocessing failed
}}}
This is because the following flags are missing from the makefile:
{{{
-DMAC -DCPP="\"gcc -E -x c -xassembler-with-cpp\""
}}}
refer to http://spinroot.com/spin/Man/README.html#S1c
--
Ticket URL: <https://trac.macports.org/ticket/27061>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list