I'm getting the following error when building on Ubuntu 19.04 (GCC 8.3): ``` ossim-plugins/potrace/src/potracelib.c:11:10: fatal error: libio.h: No such file or directory #include <libio.h> ^~~~~~~~~ compilation terminated. ``` The `libio.h` header has been deprecated and should not be used, see [https://savannah.gnu.org/forum/forum.php?forum_id=9205](url)
I'm getting the following error when building on Ubuntu 19.04 (GCC 8.3):
The
libio.hheader has been deprecated and should not be used, see https://savannah.gnu.org/forum/forum.php?forum_id=9205