The way to build node in Unix/Macintosh is:

./configure
make
make install


When running "make" halfway in my Mac, I pressed Ctrl + C.
Then I try resuming running "make", and it failed to start:

~/Projects/node $ make
make -C out BUILDTYPE=Release V=1
/Users/felix_halim/Projects/node/out/Release/.deps//Users/felix_halim/Projects/node/out/Release/obj.target/cares/deps/cares/src/ares_cancel.o.d:8:
*** target pattern contains no `%'.  Stop.
make: *** [node] Error 2


However, if I did that on my Ubuntu, it resumes fine.

Why is that?

The only way to fix this is to do "make distclean" and "make" which starts
from the beginning again.

This problem also happens when "make" is completed successfully, then I
edited one of the files and when I run "make", it gives similar error as
above instead of recompiling what I changed.

This makes node development on Mac infeasible, right?

Felix Halim

-- 
-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to