SNAFU w/ installing tarball under MX-16 KDE - SOLVED
Posted: Sat Jun 03, 2017 10:59 pm
I tried installing nice editor ne from the tarball ne-3.1.0.tar
Please note this is a Konsole (bash shell) application.
Following the instructions in INSTALL.md, I get these strange error
messages from within the ne-3.1.0 subdirectory:
and
Does this ring a bell for anybody? I have no clue.
If I try it instead from the doc subdirectory, I get this:
I thought maybe somebody might have seen something like this previously.
Please note this is a Konsole (bash shell) application.
Following the instructions in INSTALL.md, I get these strange error
messages from within the ne-3.1.0 subdirectory:
Code: Select all
# make PREFIX=/home/jon/opt build install
( cd doc; make )
make[1]: Entering directory '/home/jon/ne-3.1.0/doc'
texi2dvi ne.texinfo
make[1]: texi2dvi: Command not found
<builtin>: recipe for target 'ne.dvi' failed
make[1]: *** [ne.dvi] Error 127
make[1]: Leaving directory '/home/jon/ne-3.1.0/doc'
makefile:26: recipe for target 'docs' failed
make: *** [docs] Error 2
Code: Select all
root@mx1:/home/jon/ne-3.1.0# make
( cd doc; make )
make[1]: Entering directory '/home/jon/ne-3.1.0/doc'
texi2dvi ne.texinfo
make[1]: texi2dvi: Command not found
<builtin>: recipe for target 'ne.dvi' failed
make[1]: *** [ne.dvi] Error 127
make[1]: Leaving directory '/home/jon/ne-3.1.0/doc'
makefile:26: recipe for target 'docs' failed
make: *** [docs] Error 2
If I try it instead from the doc subdirectory, I get this:
Code: Select all
# cd doc
root@mx1:/home/jon/ne-3.1.0/doc# make PREFIX=/home/jon/opt build install
make: *** No rule to make target 'build'. Stop.
root@mx1:/home/jon/ne-3.1.0/doc# make
texi2dvi ne.texinfo
make: texi2dvi: Command not found
<builtin>: recipe for target 'ne.dvi' failed
make: *** [ne.dvi] Error 127
root@mx1:/home/jon/ne-3.1.0/doc# exit