=> Bootstrap dependency digest>=20010302: found digest-20121220 WARNING: [license.mk] Every package should define a LICENSE. ===> Skipping vulnerability checks. WARNING: No /var/db/pkg/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'. ===> Building for lgogdownloader-2.12 test -d bin/Debug || mkdir -p bin/Debug test -d obj/Debug || mkdir -p obj/Debug g++ -std=c++0x -Wall -fexceptions -g -DDEBUG -DVERSION_STRING="\"LGOGDownloader #define VERSION_NUMBER "2.12"\"" -Iinclude -I/usr/include/rhash -c main.cpp -o obj/Debug/main.o test -d obj/Debug/src || mkdir -p obj/Debug/src g++ -std=c++0x -Wall -fexceptions -g -DDEBUG -Iinclude -I/usr/include/rhash -c src/api.cpp -o obj/Debug/src/api.o In file included from src/api.cpp:7:0: include/api.h:109:42: error: ISO C++ forbids initialization of member 'CONSUMER_KEY' include/api.h:109:42: error: making 'CONSUMER_KEY' static include/api.h:109:42: error: invalid in-class initialization of static data member of non-integral type 'const std::string' include/api.h:110:45: error: ISO C++ forbids initialization of member 'CONSUMER_SECRET' include/api.h:110:45: error: making 'CONSUMER_SECRET' static include/api.h:110:45: error: invalid in-class initialization of static data member of non-integral type 'const std::string' include/api.h:111:43: error: ISO C++ forbids initialization of member 'OAUTH_VERIFIER_LENGTH' include/api.h:111:43: error: making 'OAUTH_VERIFIER_LENGTH' static include/api.h:112:40: error: ISO C++ forbids initialization of member 'OAUTH_TOKEN_LENGTH' include/api.h:112:40: error: making 'OAUTH_TOKEN_LENGTH' static include/api.h:113:41: error: ISO C++ forbids initialization of member 'OAUTH_SECRET_LENGTH' include/api.h:113:41: error: making 'OAUTH_SECRET_LENGTH' static src/api.cpp: In member function 'int API::login(const std::string&, const std::string&)': src/api.cpp:122:91: error: 'CONSUMER_KEY' was not declared in this scope src/api.cpp:122:113: error: 'CONSUMER_SECRET' was not declared in this scope src/api.cpp: In member function 'int API::getUserDetails()': src/api.cpp:190:29: error: 'stoull' is not a member of 'std' src/api.cpp:195:144: error: 'stoi' is not a member of 'std' src/api.cpp:196:144: error: 'stoi' is not a member of 'std' src/api.cpp:197:153: error: 'stoi' is not a member of 'std' src/api.cpp: In member function 'std::string API::getResponse(const std::string&)': src/api.cpp:248:45: error: 'to_string' is not a member of 'std' src/api.cpp: In member function 'std::string API::getResponseOAuth(const std::string&)': src/api.cpp:261:79: error: 'CONSUMER_KEY' was not declared in this scope src/api.cpp:261:101: error: 'CONSUMER_SECRET' was not declared in this scope src/api.cpp: In member function 'gameDetails API::getGameDetails(const std::string&, const unsigned int&, const unsigned int&, const bool&)': src/api.cpp:333:131: error: 'stoi' is not a member of 'std' src/api.cpp:334:87: error: 'to_string' is not a member of 'std' src/api.cpp:339:121: error: 'stoi' is not a member of 'std' src/api.cpp:353:75: error: 'to_string' is not a member of 'std' src/api.cpp:375:98: error: 'to_string' is not a member of 'std' src/api.cpp:375:139: error: 'to_string' is not a member of 'std' src/api.cpp:396:95: error: 'to_string' is not a member of 'std' src/api.cpp:409:95: error: 'to_string' is not a member of 'std' src/api.cpp:436:101: error: 'to_string' is not a member of 'std' src/api.cpp:436:149: error: 'to_string' is not a member of 'std' src/api.cpp:451:94: error: 'to_string' is not a member of 'std' src/api.cpp: In member function 'std::string API::getInstallerLink(const std::string&, const std::string&)': src/api.cpp:496:101: error: 'stoi' is not a member of 'std' src/api.cpp: In member function 'std::string API::getExtraLink(const std::string&, const std::string&)': src/api.cpp:532:101: error: 'stoi' is not a member of 'std' src/api.cpp: In member function 'std::string API::getXML(const std::string&, const std::string&)': src/api.cpp:578:101: error: 'stoi' is not a member of 'std' Makefile:71: recipe for target 'obj/Debug/src/api.o' failed gmake: *** [obj/Debug/src/api.o] Error 1 gmake: *** Waiting for unfinished jobs.... In file included from include/downloader.h:11:0, from main.cpp:7: include/api.h:109:42: error: ISO C++ forbids initialization of member 'CONSUMER_KEY' include/api.h:109:42: error: making 'CONSUMER_KEY' static include/api.h:109:42: error: invalid in-class initialization of static data member of non-integral type 'const std::string' include/api.h:110:45: error: ISO C++ forbids initialization of member 'CONSUMER_SECRET' include/api.h:110:45: error: making 'CONSUMER_SECRET' static include/api.h:110:45: error: invalid in-class initialization of static data member of non-integral type 'const std::string' include/api.h:111:43: error: ISO C++ forbids initialization of member 'OAUTH_VERIFIER_LENGTH' include/api.h:111:43: error: making 'OAUTH_VERIFIER_LENGTH' static include/api.h:112:40: error: ISO C++ forbids initialization of member 'OAUTH_TOKEN_LENGTH' include/api.h:112:40: error: making 'OAUTH_TOKEN_LENGTH' static include/api.h:113:41: error: ISO C++ forbids initialization of member 'OAUTH_SECRET_LENGTH' include/api.h:113:41: error: making 'OAUTH_SECRET_LENGTH' static main.cpp: In function 'int main(int, char**)': main.cpp:76:26: error: 'to_string' is not a member of 'std' main.cpp:79:22: error: 'to_string' is not a member of 'std' main.cpp:86:26: error: 'to_string' is not a member of 'std' main.cpp:89:80: error: 'to_string' is not a member of 'std' main.cpp:90:46: error: 'to_string' is not a member of 'std' main.cpp:90:99: error: 'to_string' is not a member of 'std' main.cpp:90:154: error: 'to_string' is not a member of 'std' main.cpp:288:56: error: 'to_string' is not a member of 'std' main.cpp:290:55: error: 'to_string' is not a member of 'std' main.cpp:292:55: error: 'to_string' is not a member of 'std' main.cpp:294:55: error: 'to_string' is not a member of 'std' /scratch/games/lgogdownloader/work/.buildlink/include/boost/system/error_code.hpp: At global scope: /scratch/games/lgogdownloader/work/.buildlink/include/boost/system/error_code.hpp:222:36: warning: 'boost::system::posix_category' defined but not used /scratch/games/lgogdownloader/work/.buildlink/include/boost/system/error_code.hpp:223:36: warning: 'boost::system::errno_ecat' defined but not used /scratch/games/lgogdownloader/work/.buildlink/include/boost/system/error_code.hpp:224:36: warning: 'boost::system::native_ecat' defined but not used Makefile:68: recipe for target 'obj/Debug/main.o' failed gmake: *** [obj/Debug/main.o] Error 1 *** Error code 2 Stop. make: stopped in /bulk-data/pkgsrc/games/lgogdownloader *** Error code 1 Stop. make: stopped in /bulk-data/pkgsrc/games/lgogdownloader