EUA / wxHexEditor

wxHexEditor official GIT repo
http://www.wxhexeditor.org
GNU General Public License v2.0
558 stars 118 forks source link

Compilation on Ubuntu 20.04 failed with minor errors #195

Open jpelletier opened 2 years ago

jpelletier commented 2 years ago

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

EUA commented 11 months ago

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

jpelletier commented 11 months ago

Compiler that I used: cc version 9.4.0 config.log

EUA commented 6 months ago

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>