| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0000531 | mercury | Bug | public | 2021-04-26 23:57 | 2021-04-27 00:17 | ||||||||
| Reporter | hyphz | ||||||||||||
| Assigned To | |||||||||||||
| Priority | normal | Severity | major | Reproducibility | always | ||||||||
| Status | new | Resolution | open | ||||||||||
| Platform | Windows | OS | 10 | OS Version | 20H2 | ||||||||
| Product Version | |||||||||||||
| Target Version | Fixed in Version | ||||||||||||
| Summary | 0000531: 20.06.1 will not compile in MingW32 2013072200 w/gcc 9.2.0-2: gettimeofday is deprecated | ||||||||||||
| Description | Seems to be no workaround for this or way to add the -W flag to disable it? | ||||||||||||
| Steps To Reproduce | Install MSYS with latest gcc, flex and bison Run configure and make on mercury | ||||||||||||
| Tags | No tags attached. | ||||||||||||
| Attached Files |
| ||||||||||||
Notes |
|
|
juliensf (administrator) 2021-04-27 00:06 Last edited: 2021-04-27 00:17 |
Creating a file named Mmake.params at the top-level of the source tree that contains the following should workaround the problem: EXTRA_CFLAGS=-Wno-deprecated-declarations (or whatever the appropriate -W option is in this case.) |
Issue History |
|||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2021-04-26 23:57 | hyphz | New Issue | |
| 2021-04-27 00:06 | juliensf | Note Added: 0001133 | |
| 2021-04-27 00:17 | juliensf | Note Edited: 0001133 | View Revisions |


