So I'm following a node.js installation process (from a repository) with the following basic steps.
git clone https://github.com/joyent/node.git
cd node
git checkout v0.6.16 #Try checking nodejs.org for what the stable version is
./configure
make
sudo make install
After trying to run the Makefile in the command line (typing make.), I get the following error that I don't know how to fix.
Project not configured (run 'waf configure' first) error. make: [program] Error 1 *
I'm trying to do this on ubuntu 12.04. Googled for this problem and haven't seen any resolutions. Not looking for a terse response. I'd like specific instructions on how to fix the problem. I appreciate the help and if you give a good response, I'll rate you up!