View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005977 | libmicrohttpd | build system | public | 2019-11-25 20:17 | 2021-09-02 17:54 |
Reporter | fbrault | Assigned To | Christian Grothoff | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | Apple | OS | MACOS X | OS Version | El Capitan |
Product Version | 0.9.68 | ||||
Target Version | 0.9.69 | Fixed in Version | 0.9.69 | ||
Summary | 0005977: Wrong number of argument for send() in MACOS build | ||||
Description | In mhd_sockets.c, function MHD_socket_cork_ , line 527. send() only has 3 arguments . Build fails on MACOS X | ||||
Steps To Reproduce | ./configure && make on MACOS X El Capitan | ||||
Additional Information | Works seamlessly when adding 0 as a 4th argument to send | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2019-11-25 20:17 | fbrault | New Issue | |
2019-12-15 14:16 | Christian Grothoff | Note Added: 0015166 | |
2019-12-15 14:16 | Christian Grothoff | Assigned To | => Christian Grothoff |
2019-12-15 14:16 | Christian Grothoff | Status | new => resolved |
2019-12-15 14:16 | Christian Grothoff | Resolution | open => fixed |
2019-12-15 14:16 | Christian Grothoff | Fixed in Version | => 0.9.69 |
2019-12-15 14:16 | Christian Grothoff | Target Version | => 0.9.69 |
2019-12-15 14:22 | Christian Grothoff | Status | resolved => closed |
2021-09-02 17:54 | Christian Grothoff | Changeset attached | => libmicrohttpd master 6f3a998f |
2021-09-02 17:54 | Christian Grothoff | Note Added: 0018173 |