On Thu, 2022-03-31 at 09:12 +0900, Jimin Kim wrote:
I got error on
Generated manual page src/iwd.8 does not exist
make[1]: *** [Makefile:3877: src/iwd.8] Error 1
make: *** [Makefile:1570: all] Error 2
when I use `make` to compile the iwd. How to solve this problem?
It failed building the man pages. You can either install rst2man, for
ubuntu/fedora (probably others) this is the 'python-docutils' package.
Alternatively you can just disable the man pages during configuration
with:
./bootstrap-configure --disable-manual-pages
We'll get this updated. Thanks.
Thanks.
Jimin Kim
_______________________________________________
iwd mailing list -- iwd(a)lists.01.org
To unsubscribe send an email to iwd-leave(a)lists.01.org