-
Notifications
You must be signed in to change notification settings - Fork 10
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
rst2html.py: Command not found #16
Comments
❯ uname -srvo ❯ make --version ❯ gcc --version |
❯ flex --version ❯ bison --version Copyright (C) 2019 Free Software Foundation, Inc. |
|
Install docutils
…On Sun, Apr 18, 2021, 20:24 Benjamin Vincent ***@***.***> wrote:
Hello I am not a super-advanced user and it was complicated to install the
*xxdiff* tool (i.e. I failed to install the tool)
first of all I do not have */usr/lib64/qt5/bin/* (qmake) in my path (and
it was hard for me to find how to fix that issue)...
but I have that issue and I do not know how to locate rst2html.py:
rst2html.py --output-encoding=iso-8859-1 doc.txt doc.html
make: rst2html.py: Command not found
make: *** [Makefile:1770: doc.html] Error 127
make -f Makefile.bootstrap # Generate the 'Makefile' file.
qmake -o Makefile.qmake xxdiff.pro
Info: creating stash file /home/luxcium/.local/src/xxdiff/src/.qmake.stash
WARNING: Failure to find: resParser_lex.hecho "MAKEDIR = ." > Makefile
cat Makefile.qmake Makefile.extra >> Makefile
make > make.log 2> make-err.log :
xxdiff/src/make.log <https://pastebin.com/Ezm5JfGR>
xxdiff/src/make-err.log <https://pastebin.com/SpgH0sFZ>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#16>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACSBEYZTP2QWSR256CJOPDTJNZ3PANCNFSM43EZBHRA>
.
|
I have the same issue because: ❯ ❯ |
oh! and what about: |
I use this sequence to do the compilation and install on fedora 36 which seems to work just fine:
I have the following installed: |
Hello I am not a super-advanced user and it was complicated to install the xxdiff tool (i.e. I failed to install the tool)
first of all I do not have
/usr/lib64/qt5/bin/
(qmake) in my path (and it was hard for me to find how to fix that issue)...but I have that issue and I do not know how to locate
rst2html.py
:rst2html.py --output-encoding=iso-8859-1 doc.txt doc.html
make: rst2html.py: Command not found
make: *** [Makefile:1770: doc.html] Error 127
make > make.log 2> make-err.log
:xxdiff/src/make.log
xxdiff/src/make-err.log
The text was updated successfully, but these errors were encountered: