Maurizio Tomasi - 2021-04-02

I stumbled upon the same error. The problem is that file "src/gle/surface/ffitcontour.cpp" includes the files in the wrong order. Just make sure that the sequence of #includes near line #46 is always

#include <stdio.h>
#include <math.h>
#include "f2c.h"

(this order is used only under OS/2 and EMX: I wonder why?) and everything should compile fine.