Re: [nodejs] node.native - C++11 port for node

2012-02-08 Thread Anand George
Hi! Have just checked out the repo and get the following error on make https://gist.github.com/1769231 Please advise. Am running gcc version 4.4.3 on Ubuntu 10.04 x86_64 Thanks On Mon, Feb 6, 2012 at 4:52 PM, Daniel Kang m...@daniel.gs wrote: Hi. I've recently started working on this

Re: [nodejs] node.native - C++11 port for node

2012-02-08 Thread Daniel Kang
Hi, It seems that gcc 4.4.3 does not support some of C++0x features. See http://gcc.gnu.org/gcc-4.4/cxx0x_status.html* * I've test my code gcc 4.6.1. Thanks, - Daniel -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines

[nodejs] node.native - C++11 port for node

2012-02-06 Thread Daniel Kang
Hi. I've recently started working on this project: https://github.com/d5/node.native Primary goal of the project is to implement the C++ 11 port for the node. It's as easy as node.js. Look at the following code sample using lambda expression: #include iostream #include http.h using namespace