Forum - pugixml

Jump to navigation Jump to search
Overview > Topics > Porting > pugixml
[#39]

I confirmed that tests of pugixml was passed by NEC compiler version 3.4.0 with the attached patch. Please refer to the following procedure after you download the attached file.

1) Get a clone of pugixml

$ git clone https://github.com/zeux/pugixml.git

2) Patching pugixml and make.

$ cd pugixml
$ patch -p0 < pugixml.patch
$ make CXX=nc++

This completes the installation.

3) Run "build/make-nc++-debug-standard-c++11/test" to test this program.

$ build/make-nc++-debug-standard-c++11/test
Success: 948 tests passed.
Posted by NEC admin (administrator) on 17 June 2022 at 05:21.
Edited by NEC admin (administrator) on 20 June 2022 at 08:04.