dell / dell/libsmbios

Forget to add some dependencies for generating

Open
#143 0 comments 2 reactions 0 assignees View on GitHub
Dominant language
C
Stars
221
Forks
42
PR merge metrics
No merged PRs in 30d

Description

My system: ubuntu 22.04LTS

I've installed all the dependencies:

```bash
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:
```bash
sudo apt-get install autopoint
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.