We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
My system: ubuntu 22.04LTS
I've installed all the dependencies:
sudo apt-get install -y autoconf automake gettext libtool libxml2-dev
then while i tried to generate with autogen i got the next error
:~/Documents/libsmbios$ ./autogen.sh autoreconf: export WARNINGS= autoreconf: Entering directory '.' autoreconf: running: autopoint --force Can't exec "autopoint": No such file or directory at /usr/share/autoconf/Autom4te/FileUtils.pm line 293. autoreconf: error: autopoint failed with exit status: 2
how to solve that error:
sudo apt-get install autopoint
The text was updated successfully, but these errors were encountered:
No branches or pull requests
My system: ubuntu 22.04LTS
I've installed all the dependencies:
then while i tried to generate with autogen i got the next error
how to solve that error:
The text was updated successfully, but these errors were encountered: