wxHexEditor
wxHexEditor copied to clipboard
Compilation on Ubuntu 20.04 failed with minor errors
Compilation on ubuntu 20.04 fails with minor errors: just some ';' missing. After correcting these, it works fine. See the attached make logs. make.zip
I think it's due compiler, that doesn't support... What compiler do you use?
Compiler that I used: cc version 9.4.0 config.log
I think you don't installed autotools. like automake and autoconfig... They required for compiling libraries...
conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory
11 | #include <ac_nonexistent.h>