Changes between Initial Version and Version 1 of Ticket #68727, comment 7


Ignore:
Timestamp:
Nov 21, 2023, 6:24:04 PM (10 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #68727, comment 7

    initial v1  
    55While attempting to build from the source code at https://github.com/j-m-adams/GrADS/, I encountered the following error:
    66
     7{{{
    78gauser.c:8034:11: error: call to undeclared function 'history_list'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
    89  his_cmd = history_list();
    910          ^
    1011gauser.c:8034:11: note: did you mean 'history_get'?
     12}}}
    1113
    1214I'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.