Hi Ben. Thanks for this. I am trying to compile node.js *v0.8.18* with your changes applied (I created a patch for *v0.8.18*: https://gist.github.com/4634756) and getting an error: ../deps/openssl/openssl/e_os2.h:56:33: fatal error: openssl/opensslconf.h: No such file or directory
Full output is here: https://gist.github.com/4634824 I am using the following script to build node.js for MIPS platform: https://gist.github.com/4634836 Codesourcery toolchain: https://sourcery.mentor.com/GNUToolchain/package11081/public/mips-linux-gnu/mips-2012.09-99-mips-linux-gnu-i686-pc-linux-gnu.tar.bz2 I extract it to /usr/local I tried to compile *master *but it gives errors even with SSL disabled. I would appreciate it if you could fix it in the stable branch. -Andrei On Monday, December 24, 2012 5:09:16 PM UTC+2, Ben Noordhuis wrote: > > On Mon, Dec 24, 2012 at 2:48 PM, Andrei Sedoi <[email protected]<javascript:>> > wrote: > > I am trying to cross-compile node.js for MIPS platform with SSL enabled, > but > > it's failing since there is no 'target_arch=="mips"' branch here: > > > https://github.com/joyent/node/blob/master/deps/openssl/openssl.gyp#L900-L910 > > Can anyone add it or give advice on how to overcome this? > > You probably don't have to tweak openssl.gyp, what you were looking at > is a bit of stale configuration (that I've removed in commit 6ecb0cd). > > The relevant bits are in deps/openssl/config/opensslconf.h now; you'll > need to define the proper types for your architecture. > -- -- 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
