Changes between Initial Version and Version 1 of Ticket #68727, comment 7
- Timestamp:
- Nov 21, 2023, 6:24:04 PM (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #68727, comment 7
initial v1 5 5 While attempting to build from the source code at https://github.com/j-m-adams/GrADS/, I encountered the following error: 6 6 7 {{{ 7 8 gauser.c:8034:11: error: call to undeclared function 'history_list'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 8 9 his_cmd = history_list(); 9 10 ^ 10 11 gauser.c:8034:11: note: did you mean 'history_get'? 12 }}} 11 13 12 14 I'm relatively new to macOS, and any help with installing GrADS on the Sonoma version would be greatly appreciated. GrADS would significantly simplify my tasks. Thanks in advance.