Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation on Ubuntu 20.04 failed with minor errors #195

Open
jpelletier opened this issue Jul 30, 2022 · 3 comments
Open

Compilation on Ubuntu 20.04 failed with minor errors #195

jpelletier opened this issue Jul 30, 2022 · 3 comments
Labels

Comments

@jpelletier
Copy link

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
Copy link
Owner

EUA commented Oct 20, 2023

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

@EUA EUA added the question label Oct 22, 2023
@jpelletier
Copy link
Author

Compiler that I used: cc version 9.4.0
config.log

@EUA
Copy link
Owner

EUA commented Mar 11, 2024

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>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants