Opened 3 years ago

Closed 3 years ago

#62316 closed defect (duplicate)

Slirp build failure on Mac OS 11

Reported by: programmingkidx Owned by:
Priority: Normal Milestone:
Component: ports Version:
Keywords: bigsur Cc: programmingkidx
Port: slirp

Description (last modified by jmroot (Joshua Root))

I tried installing slirp on Mac OS 11.1 but it failed with several errors.

Here are some of them:

:info:build ./main.p:1:5: error: second parameter of 'main' (argument array) must be of type 'char **'
:info:build int main _P((int, char));

:info:build ./misc.p:4:29: error: 'void' must be the first and only parameter if specified
:info:build inline void slirp_insque _P((void, void));
:info:build                             ^
:info:build ./misc.p:4:29: error: 'void' must be the first and only parameter if specified


:info:build ./ppp.p:13:6: error: conflicting types for 'output'
:info:build void output _P((int, u_char, int));

Attachments (1)

main.log (40.5 KB) - added by programmingkidx 3 years ago.

Download all attachments as: .zip

Change History (4)

Changed 3 years ago by programmingkidx

Attachment: main.log added

comment:1 Changed 3 years ago by programmingkidx

Cc: programmingkidx added

comment:2 Changed 3 years ago by jmroot (Joshua Root)

Description: modified (diff)
Keywords: bigsur added; slirp removed

comment:3 Changed 3 years ago by jmroot (Joshua Root)

Resolution: duplicate
Status: newclosed
Note: See TracTickets for help on using tickets.