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
I successfully built openvrml, and tried to install it by:
sudo make install,
However, I got the following error messages:
/usr/bin/install -c -m 644 ./manual/*.css ./manual/*.html ./manual/*.js ./manual/*.map ./manual/*.md5 ./manual/*__incl.png ./manual/*__inherit__graph*.png ./manual/bc_s.png ./manual/closed.png ./manual/doxygen.png ./manual/formula.repository ./manual/form_*.png ./manual/graph_legend.png ./manual/inherit_graph_*.png ./manual/nav_f.png ./manual/nav_h.png ./manual/open.png ./manual/tab_a.png ./manual/tab_b.png ./manual/tab_h.png ./manual/tab_s.png ./manual/OGL_sm_wht.png ./manual/x3d-white-on-black.png \
/usr/local/share/doc/openvrml-0.18.99/manual
/usr/bin/install: cannot stat './manual/*.css': No such file or directory
/usr/bin/install: cannot stat './manual/*.html': No such file or directory
/usr/bin/install: cannot stat './manual/*.js': No such file or directory
/usr/bin/install: cannot stat './manual/*.map': No such file or directory
/usr/bin/install: cannot stat './manual/*.md5': No such file or directory
/usr/bin/install: cannot stat './manual/*__incl.png': No such file or directory
/usr/bin/install: cannot stat './manual/*__inherit__graph*.png': No such file or directory
/usr/bin/install: cannot stat './manual/bc_s.png': No such file or directory
/usr/bin/install: cannot stat './manual/closed.png': No such file or directory
/usr/bin/install: cannot stat './manual/doxygen.png': No such file or directory
/usr/bin/install: cannot stat './manual/formula.repository': No such file or directory
/usr/bin/install: cannot stat './manual/form_*.png': No such file or directory
/usr/bin/install: cannot stat './manual/graph_legend.png': No such file or directory
/usr/bin/install: cannot stat './manual/inherit_graph_*.png': No such file or directory
/usr/bin/install: cannot stat './manual/nav_f.png': No such file or directory
/usr/bin/install: cannot stat './manual/nav_h.png': No such file or directory
/usr/bin/install: cannot stat './manual/open.png': No such file or directory
/usr/bin/install: cannot stat './manual/tab_a.png': No such file or directory
/usr/bin/install: cannot stat './manual/tab_b.png': No such file or directory
/usr/bin/install: cannot stat './manual/tab_h.png': No such file or directory
/usr/bin/install: cannot stat './manual/tab_s.png': No such file or directory
Makefile:653: recipe for target 'install-data-local' failed
make[2]: *** [install-data-local] Error 1
make[2]: Leaving directory '/home/peijia/Downloads/3D/openvrml/doc'
Makefile:521: recipe for target 'install-am' failed
make[1]: *** [install-am] Error 2
make[1]: Leaving directory '/home/peijia/Downloads/3D/openvrml/doc'
Makefile:551: recipe for target 'install-recursive' failed
make: *** [install-recursive] Error 1
**** Installation failed. Aborting package creation.
Restoring overwritten files from backup...OK
Cleaning up...OK
Bye.
Any suggestions?
Cheers
Pei
The text was updated successfully, but these errors were encountered:
Hi, @bradenmcd
My working ENV:
OS: Ubuntu 16.04.1
GCC: 5.4.0
I successfully built openvrml, and tried to install it by:
sudo make install,
However, I got the following error messages:
Any suggestions?
Cheers
Pei
The text was updated successfully, but these errors were encountered: