I have tried with clang-3.2 and have gotten nodejs to build under OS X 10.5 , however when I run node I get the following: > Assertion failed: (!!(events & UV__IO_READ) ^ !!(events & UV__IO_WRITE)), function uv__stream_io, file ../deps/uv/src/unix/stream.c, line 732.
seems related to https://github.com/joyent/node/issues/3072 however. On Wednesday, July 11, 2012 9:17:50 AM UTC-4, Ben Noordhuis wrote: > > On Wed, Jul 11, 2012 at 3:05 PM, Ryan Schmidt > <[email protected]> wrote: > > > > On Jul 11, 2012, at 07:20, Ben Noordhuis wrote: > > > >> On Wed, Jul 11, 2012 at 7:00 AM, JWagner <[email protected]> wrote: > >>> I am having the same issue. > >>> mac osx 10.5.8 gcc 4.0.2 > >>> I tried > >>> ./configure --without-snapshot > >>> make CFLAGS+=-O0 CXXFLAGS+=-O0 > >>> make install // failed with 'make: *** [install] Bus error' > >> > >> Do you have the possibility to upgrade your gcc? 4.0.2 is really, > >> really ancient. > > > > gcc 4.0.1 is the version of gcc Apple supplies by default in the newest > version of Xcode available for OS X 10.5.8. > > > > gcc 4.2.1 is also included in that version of Xcode and can be used if > desired. (CC=/usr/bin/gcc-4.2) I tried that with nodejs 0.8.1 and it didn't > make any difference for this build issue. > > > > I think a really old version of clang might be available too. I haven't > tried that yet. > > > > MacPorts can install the latest clang and gcc compilers. We could use > one of those for nodejs if absolutely necessary. Though it's preferable not > to force the user to compile a compiler. > > Can you try it with a new gcc and/or clang? It would be good to > exclude the possibility of compiler bugs. > > Does MacPorts modify the nodejs.org source tarball in any way? > -- 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
