Skip to content

Instantly share code, notes, and snippets.

View anandgeorge's full-sized avatar

Anand George anandgeorge

  • Storm Consulting
  • Mumbai, India
View GitHub Profile
@anandgeorge
anandgeorge / Node-native make error
Created February 8, 2012 13:04
node.native make error
anand@anand-laptop:~/node.native$ make
g++ -std=gnu++0x -g -O0 -I/home/anand/libuv/include -I/home/anand/http-parser -I. -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -o webclient webclient.cpp /home/anand/libuv/uv.a /home/anand/http-parser/http_parser.o -lrt -lm -lpthread
In file included from ./native/native.h:5,
from webclient.cpp:4:
./native/loop.h: In destructor ‘native::loop::~loop()’:
./native/loop.h:21: error: ‘nullptr’ was not declared in this scope
In file included from ./native/handle.h:5,
from ./native/tcp.h:5,
from ./native/native.h:7,
from webclient.cpp:4: