This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: |
NewerOlder