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
make[1]: Entering directory '/home/don/PlayDay/expeyes-programs-master/microhope/microhope-doc'
for f in $(ls .pdf); do touch $f; done
ls: cannot access '.pdf': No such file or directory
Exporting microhope.lyx to a LaTeX file ... Makefile:38: recipe for target 'microhope.pdf' failed
make[1]: *** [microhope.pdf] Error 127
make[1]: Leaving directory '/home/don/PlayDay/expeyes-programs-master/microhope/microhope-doc'
Makefile:7: recipe for target 'all' failed
make: *** [all] Error 2
Don
The text was updated successfully, but these errors were encountered:
Dear Yazdat,
the error "Exporting microhope.lyx to a LaTeX file ... Makefile:38" ...
may mean that you are missing the application lyx and some of its
recommended fellow packages. Have you installed lyx and texlive ?
Best regards, Georges.
yazdat a écrit :
Can't get past the following on make:
make[1]: Entering directory '/home/don/PlayDay/expeyes-programs-master/microhope/microhope-doc'
for f in $(ls *.pdf); do touch $f; done
ls: cannot access '*.pdf': No such file or directory
Exporting microhope.lyx to a LaTeX file ... Makefile:38: recipe for target 'microhope.pdf' failed
make[1]: *** [microhope.pdf] Error 127
make[1]: Leaving directory '/home/don/PlayDay/expeyes-programs-master/microhope/microhope-doc'
Makefile:7: recipe for target 'all' failed
make: *** [all] Error 2
Don
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
#11
--
Georges KHAZNADAR et Jocelyne FOURNIER
22 rue des mouettes, 59240 Dunkerque France.
Téléphone +33 (0)3 28 29 17 70
Can't get past the following on make:
make[1]: Entering directory '/home/don/PlayDay/expeyes-programs-master/microhope/microhope-doc'
for f in $(ls .pdf); do touch $f; done
ls: cannot access '.pdf': No such file or directory
Exporting microhope.lyx to a LaTeX file ... Makefile:38: recipe for target 'microhope.pdf' failed
make[1]: *** [microhope.pdf] Error 127
make[1]: Leaving directory '/home/don/PlayDay/expeyes-programs-master/microhope/microhope-doc'
Makefile:7: recipe for target 'all' failed
make: *** [all] Error 2
Don
The text was updated successfully, but these errors were encountered: