tjbush / mochiweb

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

Skeleton Makefile doesn't create a ebin directory #65

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Steps to reproduce the problem:
1. cd mochiweb
2. ./scripts/new_mochiweb.erl mochiconntest
3. cd mochiconntest
4. make

Expected output:
[zerg@ghost mochiconntest]$ make
(cd src;make)
make[1]: Entering directory `/home/zerg/src/mochiweb/mochiconntest/src'
erlc -W -I ../include -pa ../deps/mochiweb-src/ebin +debug_info -o 
../ebin mochiconntest_app.erl
erlc -W -I ../include -pa ../deps/mochiweb-src/ebin +debug_info -o 
../ebin mochiconntest_deps.erl
erlc -W -I ../include -pa ../deps/mochiweb-src/ebin +debug_info -o 
../ebin mochiconntest.erl
erlc -W -I ../include -pa ../deps/mochiweb-src/ebin +debug_info -o 
../ebin mochiconntest_sup.erl
erlc -W -I ../include -pa ../deps/mochiweb-src/ebin +debug_info -o 
../ebin mochiconntest_web.erl
cp mochiconntest.app ../ebin/mochiconntest.app
make[1]: Leaving directory `/home/zerg/src/mochiweb/mochiconntest/src'

Got output:
[zerg@ghost mochiconntest]$ make
(cd src;make)
make[1]: Entering directory `/home/zerg/src/mochiweb/mochiconntest/src'
erlc -W -I ../include -pa ../deps/mochiweb-src/ebin +debug_info -o 
../ebin mochiconntest_app.erl
/home/zerg/src/mochiweb/mochiconntest/src/../ebin/mochiconntest_app.bea#: 
error writing file
make[1]: *** [../ebin/mochiconntest_app.beam] Error 1
make[1]: Leaving directory `/home/zerg/src/mochiweb/mochiconntest/src'
make: *** [all] Error 2

What version of the product are you using? On what operating system?
Last svn trunk, os: fedora 12 i686

Please provide any additional information below.

Original issue reported on code.google.com by Sergey.M...@gmail.com on 19 Feb 2010 at 6:36

GoogleCodeExporter commented 8 years ago
r141

Original comment by bob.ippo...@gmail.com on 26 Feb 2010 at 9:31