Opened 7 years ago
Closed 5 years ago
#55591 closed defect (wontfix)
openrct2 @0.1.1: error: expected parameter declarator
Reported by: | kencu (Ken) | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | openrct2 |
Description
At present, openrct2 builds only on 10.11 and up.
I'm trying to sort out exactly what the issue is; it seems to be something in the C language standards.
I tried changing -std=gnu11 to -std=c11 and this made a little progress, but the build still fails on 10.10 and older.
Open to ideas about what kind of issue this is. I note upstream doesn't seem to know either, and builds on 10.11 and newer.
Attachments (1)
Change History (5)
comment:1 Changed 7 years ago by kencu (Ken)
comment:2 Changed 7 years ago by kencu (Ken)
Some progress. The issue mentioned in the ticket title seems to be handled, but there are several issues building this with < 10.11.
The current state of progress is here, for anyone who feels very motivated:
<https://github.com/kencu/myports/tree/master/games/openrct2>
I'll upload a tarball as well.
Changed 7 years ago by kencu (Ken)
Attachment: | openrct2_on_less_than_10.11_state_20171227.zip added |
---|
port directory with portfile and patches - not yet working
comment:3 Changed 5 years ago by kencu (Ken)
Owner: | kencu deleted |
---|---|
Status: | new → assigned |
comment:4 Changed 5 years ago by kencu (Ken)
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
the build required 10.11 and up.
In 4549e669947741a1e1de59d576be185f7e63e223/macports-ports: