gjtorikian / mtex2MML

A Bison grammar to convert TeX math into MathML.
23 stars 14 forks source link

Implicit declaration of function 'mtex2MML_free_string' is invalid in C99 #69

Closed kvark closed 3 years ago

kvark commented 3 years ago

Running gem install mathematical on macOS 11.0 results in an error: gem.log

mathematical.c:104:5: error: implicit declaration of function 'mtex2MML_free_string' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
    mtex2MML_free_string(mathml);
gjtorikian commented 3 years ago

Hi! I’m working on a dissertation at the moment so I don’t have too much free time, but I will look at this when I get a chance.

gjtorikian commented 3 years ago

Duplicate of #68