wxHexEditor icon indicating copy to clipboard operation
wxHexEditor copied to clipboard

Compilation on Ubuntu 20.04 failed with minor errors

Open jpelletier opened this issue 2 years ago • 3 comments

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

jpelletier avatar Jul 30 '22 01:07 jpelletier

I think it's due compiler, that doesn't support... What compiler do you use?

EUA avatar Oct 20 '23 02:10 EUA

Compiler that I used: cc version 9.4.0 config.log

jpelletier avatar Nov 06 '23 07:11 jpelletier

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>

EUA avatar Mar 11 '24 02:03 EUA