Ignore:
Timestamp:
2023-03-02T17:46:01+13:00 (14 months ago)
Author:
davidb
Message:

Needed to update 3 source files due to changes in how gcc/clang on Mac works. See details in rtftohtml-gs.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/build-src/packages/rtftohtml/rtftohtml-gs.txt

    r35291 r37385  
    8585August 2021
    8686====
     87
     88
     89For newer Macs, the command-line C compiler needs to have all external
     90functions defined.  The following files failed to extern exit(), and
     91so we have had to add in #include <stdlib.h> to the following files:
     92
     93
     94  rtftohtml_src/htmlout.c
     95  rtftohtml_src/html-unix.c
     96  rtftohtml_src/Libs/lib/mkrtf-ctrl.c
     97
     98David Bainbridge and Anupama Krishnan
     99March 2023
     100====
     101
     102
Note: See TracChangeset for help on using the changeset viewer.