search for: rlibjson

Displaying 2 results from an estimated 2 matches for "rlibjson".

Did you mean: libjson
2011 Nov 05
2
install.packages problem
...p -o internalJSONNode.o g++ -I/usr/share/R/include -I. -Ilibjson -Ilibjson/Source -DNDEBUG=1 -DJSON_NO_EXCEPTIONS=1 -fpic -O3 -pipe -g -c libjson.cpp -o libjson.o gcc -I/usr/share/R/include -I. -Ilibjson -Ilibjson/Source -DNDEBUG=1 -DJSON_NO_EXCEPTIONS=1 -fpic -std=gnu99 -O3 -pipe -g -c rlibjson.c -o rlibjson.o g++ -shared -o RJSONIO.so ConvertUTF.o JSONChildren.o JSONDebug.o JSONIterators.o JSONMemory.o JSONNode.o JSONNode_Mutex.o JSONStream.o JSONValidator.o JSONWorker.o JSONWriter.o JSON_Base64.o JSON_parser.o RJSON.o internalJSONNode.o libjson.o rlibjson.o -L/usr/lib/R/lib -lR installi...
2012 Jun 19
0
Error with RJSONIO installation
...ON_VALIDATE" redefined <command-line>: warning: this is the location of the previous definition gcc -std=gnu99 -I/usr/share/R/include -I. -Ilibjson -Ilibjson/Source -DNEW_JSON_NEW_STREAM -DNDEBUG=1 -DJSON_VALIDATE -DJSON_STREAM=1 -DJSON_LIBRARY=1 -DJSON_ISO_STRICT -fpic -g -O2 -c rlibjson.c -o rlibjson.o In file included from ./libjson/Source/JSONDefs.h:10, from ./libjson/libjson.h:4, from rlibjson.c:1: ./libjson/Source/../JSONOptions.h:120:1: warning: "JSON_STREAM" redefined <command-line>: warning: this is the location of the previ...