nodejs / node-v0.x-archive

Moved to https://github.com/nodejs/node
34.43k stars 7.31k forks source link

[0.8.0] QNX: failed build node on self-host developer SDK #3545

Closed qxfusion closed 12 years ago

qxfusion commented 12 years ago

fail build of node v0.8.0 on QNX Neutrino 6.5.0 SDK Self-Hosted x86 (ia32)

OS - QSS QNX Neutrino 6.5.0 x86 (ia32) / SDK Self-hosted Edition Node source version - node-v0.8.0 OpenSSL version - 0.9.8m 25.02.2010 (QSS ver) GCC version - 4.4.2 / 2009 (QSS ver) M4 version - 1.4.13 / 2009 (QSS ver) Python version - 2.5.2 (r252:60911, 24.02.2010) via GCC 4.4.2 on qnx6 (QSS ver)

Screen shot of terminal http://www.dropmocks.com/mBjoR1

bnoordhuis commented 12 years ago

QNX is not a supported platform. If I ever have two weeks to kill, I'll try to get a port going but until then you're out of luck.

qxfusion commented 12 years ago

to @bnoordhuis please reopen issue - QNX is modification of POSIX UNIX core, for example SmartOS is UNIX-based OS. I can help you, and also provide QNX instance for testing.

bnoordhuis commented 12 years ago

I can help you, and also provide QNX instance for testing.

I may take you up on that someday but no, I'm not going to reopen the issue - making sure that sunos, linux and darwin work is already time consuming enough.

qxfusion commented 12 years ago

I'm thinks the require fix like 1) uname => QNX 2) fix cc to gcc because on QNX SDK cc work VERY unstable P.S. on linux gcc==cc, but on QNX gcc!=cc