Changes between Initial Version and Version 1 of Ticket #46003, comment 5


Ignore:
Timestamp:
Nov 25, 2015, 10:58:49 AM (8 years ago)
Author:
skissane@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #46003, comment 5

    initial v1  
    1 This is caused by a change in readline library. Older versions of readline provided CPPFunction, in new version it is gone. Solution is to edit c3270.c line 120 and replace CPPFunction with rl_completion_func_t, then it will compile and install fine.
     1This is caused by a change in readline library. Older versions of readline provided CPPFunction, in new version it is gone. Solution is to edit c3270.c line 102 and replace CPPFunction with rl_completion_func_t, then it will compile and install fine.