Opened 4 years ago
Closed 4 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)
Change History (4)
Changed 4 years ago by programmingkidx
comment:1 Changed 4 years ago by programmingkidx
Cc: | programmingkidx added |
---|
comment:2 Changed 4 years ago by jmroot (Joshua Root)
Description: | modified (diff) |
---|---|
Keywords: | bigsur added; slirp removed |
comment:3 Changed 4 years ago by jmroot (Joshua Root)
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
#41875