help : can't build nitrogen
Reported by JP Caruana | July 6th, 2009 @ 09:20 AM
Hi,
I just downloaded nitrogen from github : I'd love to try it.
$ make mkdir -p ebin mkdir -p test/ebin erl -make Recompile: ./test/src/test_suite ./test/src/test_suite.erl:5: can't find include lib "eunit/include/eunit.hrl" ./test/src/test_suite.erl:7: Warning: function all_test_/0 is unused erl -noshell \ -pa ebin \ -pa test/ebin \ -s test_suite test \ -s init stop {"init terminating in do_boot",{undef,[{test_suite,test,[]},{init,start_it,1},{init,start_em,1}]}} Crash dump was written to: erl_crash.dump init terminating in do_boot () make: *** [test] Erreur 1
In quickstart it doesn't work either. What did I did wrong ?
Thanks
Comments and changes to this ticket
-
JP Caruana July 6th, 2009 @ 09:22 AM
quickstart :
$ ./quickstart.sh Creating link to nitrogen support files... Starting Nitrogen on Inets... Erlang (BEAM) emulator version 5.5.5 [source] [async-threads:0] [kernel-poll:false]
Eshell V5.5.5 (abort with ^G) (nitrogen@127.0.0.1)1> =INFO REPORT==== 6-Jul-2009::15:22:03 ===application: quickstart_inets exited: {shutdown,{quickstart,start,[normal,[]]}} type: temporary</pre>
-
Rusty Klophaus April 13th, 2010 @ 09:21 PM
- State changed from new to invalid
- Assigned user set to Rusty Klophaus
Hmm... may be a port conflict. Nitrogen tries to use port 8000 by default.
Try running with the latest version of Nitrogen, available from http://nitrogenproject.com/downloads, and post a new bug if this is still a problem.
-
Rusty Klophaus April 13th, 2010 @ 09:22 PM
- State changed from invalid to resolved
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
Nitrogen Web Framework for Erlang