I can't build nodejs 0.8.0 or 0.8.1 on my OS X 10.5 machine with Apple gcc 
4.0.1.

First there are tons of warnings. Here's a summary:

$ sed -E -n 's/^.*(warning:)/\1/p' nodejs.main.log | sort | uniq -c
   2 warning: "/*" within comment
   7 warning: comparison between signed and unsigned
   1 warning: implicit declaration of function ‘rename’
 128 warning: integer overflow in expression
   1 warning: label ‘done’ defined but not used
  26 warning: left-hand operand of comma expression has no effect
   1 warning: pointer targets in passing argument 6 of ‘recvfrom’ differ in 
signedness
   2 warning: suggest explicit braces to avoid ambiguous ‘else’
   1 warning: suggest parentheses around arithmetic in operand of |
   1 warning: unused variable ‘feed_count’
  13 warning: unused variable ‘ocur_’
  10 warning: ‘inline’ is not at beginning of declaration
  10 warning: ‘static’ is not at beginning of declaration

Finally, the build fails with:

  ACTION v8_snapshot_run_mksnapshot 
out/Release/obj.target/v8_snapshot/geni/snapshot.cc
/bin/sh: line 1: 37725 Bus error               "out/Release/mksnapshot" 
--log-snapshot-positions --logfile 
"out/Release/obj.target/v8_snapshot/geni/snapshot.log" 
"out/Release/obj.target/v8_snapshot/geni/snapshot.cc"

Note that nodejs 0.6.19 is successfully installed on this system.


-- 
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 nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to