FastXML - Simple but fast XML parser - check results
RForge.net

FastXML

About FastXML
SVN access
Download/Files
Check results
Package R docs

Version: 0.1-0
Result: WARNING
Check time: 2018-01-24 20:19

SVN checkout/GIT clone log

svn: E170013: Unable to connect to a repository at URL 'file:///var/svnroot/FastXML/trunk'
svn: E180001: Unable to open repository 'file:///var/svnroot/FastXML/trunk'

Distribution log

SVN checkout/GIT clone log


Build log for Windows (R 2.11.x)

* checking for file 'FastXML/DESCRIPTION' ... OK
* preparing 'FastXML':
* checking DESCRIPTION meta-information ... OK
* cleaning src
make: Nothing to be done for `clean'.
* removing junk files
* checking for LF line-endings in source and make files
* checking for empty or unneeded directories
* building binary distribution
WARNING: some HTML links may not be found
* installing *source* package 'FastXML' ...
** libs
making DLL ...
make: xml2-config: Command not found
gcc -I"c:/PROGRA~1/r/R-211~1.0/include" -O3 -Wall -std=gnu99 -c xml.c -o xml.o
xml.c:7:27: error: libxml/parser.h: No such file or directory
xml.c:8:25: error: libxml/tree.h: No such file or directory
xml.c: In function 'xmlDocRFinalizer':
xml.c:15: error: 'xmlDocPtr' undeclared (first use in this function)
xml.c:15: error: (Each undeclared identifier is reported only once
xml.c:15: error: for each function it appears in.)
xml.c:15: error: expected ';' before 'doc'
xml.c:16: error: 'doc' undeclared (first use in this function)
xml.c:16: warning: implicit declaration of function 'xmlFreeDoc'
xml.c: In function 'xml_parse':
xml.c:34: error: 'xmlDocPtr' undeclared (first use in this function)
xml.c:34: error: expected ';' before 'doc'
xml.c:44: error: 'doc' undeclared (first use in this function)
xml.c:44: warning: implicit declaration of function 'xmlReadFile'
xml.c: At top level:
xml.c:54: error: expected ')' before '*' token
xml.c:68: error: expected ')' before '*' token
xml.c: In function 'xml_root':
xml.c:84: error: 'xmlDocPtr' undeclared (first use in this function)
xml.c:84: error: expected ';' before 'doc'
xml.c:88: error: 'doc' undeclared (first use in this function)
xml.c:91: warning: implicit declaration of function 'node2SEXP'
xml.c:91: warning: implicit declaration of function 'xmlDocGetRootElement'
xml.c:91: warning: return makes pointer from integer without a cast
xml.c: In function 'xml_children':
xml.c:95: error: 'xmlNode' undeclared (first use in this function)
xml.c:95: error: 'node' undeclared (first use in this function)
xml.c:95: error: 'cn' undeclared (first use in this function)
xml.c:95: warning: left-hand operand of comma expression has no effect
xml.c:101: error: expected expression before ')' token
xml.c:105: error: 'XML_ELEMENT_NODE' undeclared (first use in this function)
xml.c:114: warning: passing argument 3 of 'SET_VECTOR_ELT' makes pointer from integer without a cast
xml.c: In function 'xml_attributes':
xml.c:124: error: 'xmlNode' undeclared (first use in this function)
xml.c:124: error: 'node' undeclared (first use in this function)
xml.c:125: error: 'xmlAttr' undeclared (first use in this function)
xml.c:125: error: 'a' undeclared (first use in this function)
xml.c:131: error: expected expression before ')' token
xml.c: In function 'xml_attr':
xml.c:167: error: 'xmlNode' undeclared (first use in this function)
xml.c:167: error: 'node' undeclared (first use in this function)
xml.c:168: error: 'xmlAttr' undeclared (first use in this function)
xml.c:168: error: 'a' undeclared (first use in this function)
xml.c:173: error: expected expression before ')' token
xml.c:184: warning: implicit declaration of function 'attr2SEXP'
xml.c:184: warning: return makes pointer from integer without a cast
xml.c: In function 'xml_attr_names':
xml.c:188: error: 'xmlNode' undeclared (first use in this function)
xml.c:188: error: 'node' undeclared (first use in this function)
xml.c:189: error: 'xmlAttr' undeclared (first use in this function)
xml.c:189: error: 'a' undeclared (first use in this function)
xml.c:195: error: expected expression before ')' token
xml.c: In function 'xml_child':
xml.c:210: error: 'xmlNode' undeclared (first use in this function)
xml.c:210: error: 'node' undeclared (first use in this function)
xml.c:210: error: 'a' undeclared (first use in this function)
xml.c:210: warning: left-hand operand of comma expression has no effect
xml.c:215: error: expected expression before ')' token
xml.c:226: warning: return makes pointer from integer without a cast
xml.c: In function 'xml_children_names':
xml.c:230: error: 'xmlNode' undeclared (first use in this function)
xml.c:230: error: 'node' undeclared (first use in this function)
xml.c:230: error: 'a' undeclared (first use in this function)
xml.c:230: warning: left-hand operand of comma expression has no effect
xml.c:236: error: expected expression before ')' token
xml.c: In function 'xml_node_name':
xml.c:251: error: 'xmlNode' undeclared (first use in this function)
xml.c:251: error: 'node' undeclared (first use in this function)
xml.c:256: error: expected expression before ')' token
xml.c: In function 'xml_node_content':
xml.c:263: error: 'xmlNode' undeclared (first use in this function)
xml.c:263: error: 'node' undeclared (first use in this function)
xml.c:268: error: expected expression before ')' token
xml.c: In function 'xml_node_info':
xml.c:279: error: 'xmlNode' undeclared (first use in this function)
xml.c:279: error: 'node' undeclared (first use in this function)
xml.c:279: error: 'n' undeclared (first use in this function)
xml.c:279: warning: left-hand operand of comma expression has no effect
xml.c:280: error: 'xmlAttr' undeclared (first use in this function)
xml.c:280: error: 'a' undeclared (first use in this function)
xml.c:283: error: expected expression before ')' token
make: *** [xml.o] Error 1
... done
ERROR: compilation failed for package 'FastXML'
* removing 'c:/tmp/Rinst185652233/FastXML'
ERROR
* installation failed


Build log for Windows 64-bit (R 2.11.x)

* checking for file 'FastXML/DESCRIPTION' ... OK
* preparing 'FastXML':
* checking DESCRIPTION meta-information ... OK
* cleaning src
make: Nothing to be done for `clean'.
* removing junk files
* checking for LF line-endings in source and make files
* checking for empty or unneeded directories
* building binary distribution
WARNING: some HTML links may not be found
* installing *source* package 'FastXML' ...
** libs
making DLL ...
make: xml2-config: Command not found
gcc -I"c:/PROGRA~1/r/R-211~1.0DE/include" -O3 -Wall -std=gnu99 -c xml.c -o xml.o
xml.c:7:27: fatal error: libxml/parser.h: No such file or directory
compilation terminated.
make: *** [xml.o] Error 1
... done
ERROR: compilation failed for package 'FastXML'
* removing 'c:/tmp/Rinst204452560/FastXML'
ERROR
* installation failed


Build log for Mac OS X 10.5 (R 2.16.x)

* installing *source* package 'FastXML' ...
** libs
*** arch - i386
gcc -arch i386 -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/i386 -DNDEBUG -I/usr/local/include -I/usr/include/libxml2 -fPIC -g -O2 -c xml.c -o xml.o
gcc -arch i386 -std=gnu99 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/lib -o FastXML.so xml.o -L/usr/lib -lxml2 -lz -lpthread -licucore -lm -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Volumes/Tiger/Builds/rforge/Rlib/osx9-2.16/FastXML/libs/i386
*** arch - ppc
gcc -arch ppc -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/ppc -DNDEBUG -I/usr/local/include -I/usr/include/libxml2 -fPIC -g -O2 -c xml.c -o xml.o
gcc -arch ppc -std=gnu99 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/lib -o FastXML.so xml.o -L/usr/lib -lxml2 -lz -lpthread -licucore -lm -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Volumes/Tiger/Builds/rforge/Rlib/osx9-2.16/FastXML/libs/ppc
*** arch - x86_64
gcc -arch x86_64 -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/x86_64 -DNDEBUG -I/usr/local/include -I/usr/include/libxml2 -fPIC -g -O2 -c xml.c -o xml.o
gcc -arch x86_64 -std=gnu99 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/lib -o FastXML.so xml.o -L/usr/lib -lxml2 -lz -lpthread -licucore -lm -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Volumes/Tiger/Builds/rforge/Rlib/osx9-2.16/FastXML/libs/x86_64
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded
*** arch - i386
*** arch - ppc
*** arch - x86_64
packaged installation of 'FastXML' as 'FastXML_0.1-0.tgz'

* DONE (FastXML)

Build log for Windows 7 (R 3.0.x)

(FastXML 0.1-0)
* installing to library 'z:/rforge/Rlib/win7-3.0'
* installing *source* package 'FastXML' ...
** libs

*** arch - i386
make: xml2-config: Command not found
gcc -m32 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O3 -Wall -std=gnu99 -mtune=core2 -c xml.c -o xml.o
xml.c:7:27: fatal error: libxml/parser.h: No such file or directory
compilation terminated.
make: *** [xml.o] Error 1
ERROR: compilation failed for package 'FastXML'
* removing 'z:/rforge/Rlib/win7-3.0/FastXML'