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

2010-01-29 Thread Josh Smift
MC What branch are you compiling against? I think just the main branch -- I got the code with git clone git://noxrepo.org/noxcore cd noxcore so whatever that gets me. MC If cstdio is being included then this is probably a namespace issue. MC Try std::printf instead and let us know if that

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

2010-01-29 Thread Martin Casado
Hi Josh, Ah, that's 0.5. It hasn't been patched for more recent versions of g++. Could you pull from noxrepo.org/nox instead? .martin MC What branch are you compiling against? I think just the main branch -- I got the code with git clone git://noxrepo.org/noxcore cd noxcore so

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

2010-01-28 Thread Martin Casado
What branch are you compiling against? If cstdio is being included then this is probably a namespace issue. Try std::printf instead and let us know if that works. I'm trying to build NOX for Ubuntu K (9.10), and running into a problem that I've seen references to on the list. When I do a

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