tjbush / mochiweb

Automatically exported from code.google.com/p/mochiweb
Other
0 stars 0 forks source link

escript: exception error: undefined function mochiweb_skel:skelcopy/2 #50

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. coolchevy@conote:~/www/erlang/mochiweb$ ./scripts/new_mochiweb.erl
test_app ../

What is the expected output? What do you see instead?
escript: exception error: undefined function mochiweb_skel:skelcopy/2
  in function  erl_eval:do_apply/5
  in call from erl_eval:expr/5
  in call from erl_eval:local_func/5
  in call from escript:interpret/3
  in call from escript:start/1
  in call from init:start_it/1
  in call from init:start_em/1

What version of the product are you using? On what operating system?
coolchevy@conote:~/www/erlang/mochiweb$ svn up
At revision 113.
coolchevy@conote:~/www/erlang/mochiweb$ erl -version
Erlang (SMP,ASYNC_THREADS) (BEAM) emulator version 5.7.3

Original issue reported on code.google.com by coolch...@gmail.com on 28 Nov 2009 at 10:49

GoogleCodeExporter commented 8 years ago
Build the project first with make.

Original comment by bob.ippo...@gmail.com on 28 Nov 2009 at 10:58

GoogleCodeExporter commented 8 years ago
Thanks, I have forgotten.

Original comment by coolch...@gmail.com on 28 Nov 2009 at 11:05