Opened 6 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.

<https://build.macports.org/builders/ports-10.10_x86_64-builder/builds/44585/steps/install-port/logs/stdio>

<https://build.macports.org/builders/ports-10.9_x86_64-builder/builds/45111/steps/install-port/logs/stdio>

<https://build.macports.org/builders/ports-10.8_x86_64_legacy-builder/builds/47268/steps/install-port/logs/stdio>

<https://build.macports.org/builders/ports-10.6_x86_64_legacy-builder/builds/52036/steps/install-port/logs/stdio>

<https://build.macports.org/builders/ports-10.6_i386_legacy-builder/builds/34425/steps/install-port/logs/stdio>

Attachments (1)

openrct2_on_less_than_10.11_state_20171227.zip (4.6 KB) - added by kencu (Ken) 6 years ago.
port directory with portfile and patches - not yet working

Download all attachments as: .zip

Change History (5)

comment:1 Changed 6 years ago by kencu (Ken)

In 4549e669947741a1e1de59d576be185f7e63e223/macports-ports:

openrct2: limit to 10.11 or newer

see #55591

comment:2 Changed 6 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 6 years ago by kencu (Ken)

port directory with portfile and patches - not yet working

comment:3 Changed 5 years ago by kencu (Ken)

Owner: kencu deleted
Status: newassigned

comment:4 Changed 5 years ago by kencu (Ken)

Resolution: wontfix
Status: assignedclosed

the build required 10.11 and up.

Note: See TracTickets for help on using tickets.