On Fri, Jan 25, 2013 at 3:39 PM, Andrei Sedoi <[email protected]> wrote: > 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
MIPS is not really a supported architecture and I don't have time to look into it at the moment. If you manage to fix it, send a pull request my way and I'll land it for you. -- -- 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
