Re: [nox-dev] Unable to configure nox

2010-01-11 Thread Kyriakos Zarifis
Hey there, for 9.10 I'd just try installing liboost1.38-dev (my current setup has had no problems with this version so far) or libboorst1.40-dev instead On Mon, Jan 11, 2010 at 7:43 PM, Muhammad Immad Uddin immadud...@gmail.comwrote: Hi, I tried to install nox. I am using ubuntu 9.10. The

Re: [nox-dev] Unable to configure nox

2010-01-11 Thread Daniel Wagner-Hall
As a short-term fix, edit boot.sh editing line 97 from: autoreconf -Wno-portability --install -I config --force it reads: autoreconf -Wno-portability --install -I /path/to/config --force replace /path/to with the path to the directory containing boot.sh You may also want to try creating the

Re: [nox-dev] Unable to configure nox

2010-01-11 Thread kk yap
Hi, Maybe this might be better. autoreconf -Wno-portability --install -I `pwd`/config --force Regards KK 2010/1/11 Daniel Wagner-Hall n...@illicitonion.com: As a short-term fix, edit boot.sh editing line 97 from: autoreconf -Wno-portability --install -I config --force it reads:

Re: [nox-dev] Unable to configure nox

2010-01-11 Thread Martin Casado
Great thanks. Pushed to 0.6. Yes it worked. Thanks, Immad On Mon, Jan 11, 2010 at 3:38 PM, Martin Casado cas...@nicira.com mailto:cas...@nicira.com wrote: Let me know if this works and I'll add a patch for it to 0.6. thanks guys, .martin Hi, Maybe this might

Re: [nox-dev] Nox installation: problem with make check

2010-01-11 Thread Martin Casado
#include cstdio using namespace std; .m Hi, I am trying to install and configure nox on ubuntu 9.10. I was able to install all dependencies and was able to get the noxcore using git. I was able to configure and make nox. However, when I tried the command 'make check', I get the following

Re: [nox-dev] Nox installation: problem with make check

2010-01-11 Thread Ashish Agarwal
Looks like the same error I reported a few weeks ago. The following sequence of commands led to a successful install for me: git clone git://noxrepo.org/nox cd nox git cherry-pick 8f34004cbce1bf94965c336502665e72a929612a ./boot.sh ./configure make make check On Mon, Jan 11, 2010 at 4:30 PM, kk

Re: [nox-dev] Nox installation: problem with make check

2010-01-11 Thread kk yap
Hi, I have pushed this patch to the master branch. Just do a git pull --rebase, and you should be okay. Regards KK 2010/1/11 Ashish Agarwal agarwal1...@gmail.com: Looks like the same error I reported a few weeks ago. The following sequence of commands led to a successful install for me: git

Re: [nox-dev] Nox installation: problem with make check

2010-01-11 Thread Martin Casado
Awesome, thanks kk. Hi, I have pushed this patch to the master branch. Just do a git pull --rebase, and you should be okay. Regards KK 2010/1/11 Ashish Agarwal agarwal1...@gmail.com: Looks like the same error I reported a few weeks ago. The following sequence of commands led to a

Re: [nox-dev] nox testing build

2010-01-11 Thread Martin Casado
Yeah, the unit test framework hasn't been fully ported yet. However, system testing should work: badwater:~/noxrepo/nox/build cd src/ badwater:~/noxrepo/nox/build/src sudo make test ++ | nox/coreapps/coretests/test_async.sh |