make install - no "erl" subdirectory
[email protected] Thu, 01 Mar 2007 21:32:19 +0000
| Newsgroups | gmane.comp.lang.erlang.distel.devel |
|---|---|
| Message-ID | <[email protected]> |
Hiya, Delurking with a minor nit - I thought I'd have a go with the latest Distel from Google Code. Is the make install target supposed to be used? It's failing trying to install the contents of a nonexistent "erl" subdirectory. Should this maybe be installing src/*.erl instead of erl/*.erl? When it was in Jungerl I just used to do cp -r ebin elisp /where/ever/Distel Here's what make install does anyway - thinkpadx60s:~/svn/distel $ make install * Installing Emacs Lisp Library install -m 775 -d /home/graham/distel-test/share/emacs/site-lisp/distel /home/graham/distel-test/share/distel/ebin /home/graham/distel-test/share/distel/src install -m 775 elisp/*.el elisp/*.elc /home/graham/distel-test/share/emacs/site- lisp/distel * Installing Erlang Library install -m 775 ebin/*.beam /home/graham/distel-test/share/distel/ebin install -m 775 erl/*.erl /home/graham/distel-test/share/distel/src install: cannot stat `erl/*.erl': No such file or directory make: *** [install] Error 1 Graham ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV