You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run ./configure, I get the following error:
Configure found the following issues:
- You need python3 and either the cmarkgfm OR commonmark python3 lib in order
to build manpages based on the git source (manpages are included in the
official release tar files).
even though I have python3 and commonmark installed (similarly if I install cmarkgrfm).
It seems though that the problem is that the rsync source directory is missing the exectuable md2man that is called as follows in configure.ac:
When I run
./configure
, I get the following error:even though I have
python3
andcommonmark
installed (similarly if I installcmarkgrfm
).It seems though that the problem is that the
rsync
source directory is missing the exectuablemd2man
that is called as follows inconfigure.ac
:To get
config
to work I needed to add--disable-md2man
to the command line.Perhaps that should be changed in the config code...
The text was updated successfully, but these errors were encountered: