Re: [nox-dev] Running Error on nox.json

2011-12-15 Thread Peng Sun
Thanks Murphy. Peng On Thu, Dec 15, 2011 at 8:49 PM, Murphy McCauley wrote: > I suspect you're not running nox_core from the src directory (build/src). > Try that. > > You can also run it by specifying a configuration file (src/nox_core -c > src/etc/nox.json I think), but you'd also need to

Re: [nox-dev] Running Error on nox.json

2011-12-15 Thread Murphy McCauley
I suspect you're not running nox_core from the src directory (build/src). Try that. You can also run it by specifying a configuration file (src/nox_core -c src/etc/nox.json I think), but you'd also need to specify the directories for components. Hope that helps. -- Murphy On Dec 15, 2011, a

Re: [nox-dev] Running Error on nox.json

2011-12-15 Thread Peng Sun
Hi Murphy, I followed the steps in NOX wiki. I installed NOX 0.9.0 (zaku) on a VM with Ubuntu 11.04 (Linux 2.6.38). I first installed the dependencies with apt-get, then took the steps: ./boot.sh mkdir build cd build ../configure make -j 5 The compilation finished successfully. But when I laun

Re: [nox-dev] Running Error on nox.json

2011-12-15 Thread Murphy McCauley
Hi; maybe you can provide a bit more information. What OS/version are you running on? What steps did you use to configure, build, and run NOX? -- Murphy On Dec 15, 2011, at 2:45 PM, Peng Sun wrote: > Hi, > > I encountered an error when running NOX. The error is: > > ERR: Unable to find a

[nox-dev] Running Error on nox.json

2011-12-15 Thread Peng Sun
Hi, I encountered an error when running NOX. The error is: ERR: Unable to find a configuration file. Checked the following locations: -> /usr/local/etc/nox/nox.json -> etc/nox.json The compilation is successful... Does anybody know how to solve the problem? Thanks.