Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Make Install Error 71 #12

Open
cobhimself opened this issue Aug 9, 2011 · 6 comments
Open

Make Install Error 71 #12

cobhimself opened this issue Aug 9, 2011 · 6 comments

Comments

@cobhimself
Copy link

I get the following error when running make install.

install -d /usr/local/bin
install bin/jsctags.js /usr/local/bin/jsctags
install -d /usr/local/lib/jsctags
install lib/jsctags/getopt.js lib/jsctags/log.js lib/jsctags/paperboy.js lib/jsctags/traits.js lib/jsctags/underscore.js /usr/local/lib/jsctags
install -d /usr/local/lib/jsctags/ctags
install lib/jsctags/ctags/index.js lib/jsctags/ctags/interp.js lib/jsctags/ctags/nativefn.js lib/jsctags/ctags/reader.js lib/jsctags/ctags/writer.js /usr/local/lib/jsctags/ctags
install -d /usr/local/lib/jsctags/narcissus
install lib/jsctags/narcissus/index.js lib/jsctags/narcissus/jscfa.js lib/jsctags/narcissus/jsdefs.js lib/jsctags/narcissus/jslex.js lib/jsctags/narcissus/jsparse.js /usr/local/lib/jsctags/narcissus
install: lib/jsctags/narcissus/index.js: No such file or directory
make: *** [install] Error 71
@jason-son
Copy link

+1 error

@mixman
Copy link

mixman commented Aug 19, 2011

Use git clone --recursive to obtain the projects submodules.

@sangwook-kim
Copy link

I had the exact same problem.
[git clone --recursive] solved my problem!

@theicfire
Copy link

Worked for me as well. Thanks!

@aslushnikov
Copy link

Helped me too; it might be reasonable to add "git clone --recursive"hint to installation section of README file

@dbwest
Copy link

dbwest commented Apr 11, 2012

Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants