=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Building for nqc-2.3.1 g++ -o bin/mkdata -Inqc/ -Iplatform/ mkdata/mkdata.cpp nqc/SRecord.cpp mkdata/mkdata.cpp:6:27: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] static char *sTestArgs[]={"mkdata", "-s", "fastdl.srec", "RCX_nub.h", "rcxNub" }; ^ mkdata/mkdata.cpp:6:37: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] static char *sTestArgs[]={"mkdata", "-s", "fastdl.srec", "RCX_nub.h", "rcxNub" }; ^ mkdata/mkdata.cpp:6:43: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] static char *sTestArgs[]={"mkdata", "-s", "fastdl.srec", "RCX_nub.h", "rcxNub" }; ^ mkdata/mkdata.cpp:6:58: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] static char *sTestArgs[]={"mkdata", "-s", "fastdl.srec", "RCX_nub.h", "rcxNub" }; ^ mkdata/mkdata.cpp:6:71: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] static char *sTestArgs[]={"mkdata", "-s", "fastdl.srec", "RCX_nub.h", "rcxNub" }; ^ 5 warnings generated. bin/mkdata compiler/rcx1.nqh compiler/rcx1_nqh.h rcx1_nqh bin/mkdata compiler/rcx2.nqh compiler/rcx2_nqh.h rcx2_nqh bin/mkdata -s rcxlib/fastdl.srec rcxlib/rcxnub.h rcxnub (cd compiler ; yacc -d parse.y ; mv -f y.tab.c parse.cpp ; mv -f y.tab.h parse.tab.h ) g++ -c -O3 -pipe -Iplatform -Ircxlib -Inqc -Icompiler -Wall -DDEFAULT_SERIAL_NAME='"/dev/tty00"' nqc/nqc.cpp -o nqc/nqc.o nqc/nqc.cpp:982:33: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] fprintf(STDERR,"nqc version "VERSION" (built "__DATE__", " __TIME__")\n"); ^ nqc/nqc.cpp:982:50: error: no matching literal operator for call to 'operator""__DATE__' with arguments of types 'const char *' and 'unsigned long', and no matching literal operator template fprintf(STDERR,"nqc version "VERSION" (built "__DATE__", " __TIME__")\n"); ^ nqc/nqc.cpp:997:31: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] fprintf(stdout,"nqc version "VERSION" (built "__DATE__", " __TIME__")\n"); ^ nqc/nqc.cpp:997:48: error: no matching literal operator for call to 'operator""__DATE__' with arguments of types 'const char *' and 'unsigned long', and no matching literal operator template fprintf(stdout,"nqc version "VERSION" (built "__DATE__", " __TIME__")\n"); ^ 4 errors generated. *** Error code 1 Stop. bmake: stopped in /var/pkgsrc/work/devel/nqc/work/nqc-2.3.r1 *** Error code 1 Stop. bmake[1]: stopped in /usr/pkgsrc/devel/nqc *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/devel/nqc