OSVR / OSVR-Docs

Unified documentation for the OSVR projects.
Apache License 2.0
91 stars 49 forks source link

jsoncpp TEST fail #86

Open jiapei100 opened 8 years ago

jiapei100 commented 8 years ago

Hi, all:

Ubuntu 16.04.1 GCC/G++ 5.4.0 Python 3.5.2

TESTING: ......OSVR/jsoncpp/test/data/fail_test_array_01.json OK TESTING: ......OSVR/jsoncpp/test/data/test_array_01.json Traceback (most recent call last): File "......OSVR/jsoncpp/src/jsontestrunner/../../test/runjsontests.py", line 135, in main() File "......OSVR/jsoncpp/src/jsontestrunner/../../test/runjsontests.py", line 131, in main use_valgrind=options.valgrind, with_json_checker=options.with_json_checker ) File "......OSVR/jsoncpp/src/jsontestrunner/../../test/runjsontests.py", line 78, in runAllTests actual_output = safeReadFile( base_path + '.actual' ) File "......OSVR/jsoncpp/src/jsontestrunner/../../test/runjsontests.py", line 37, in safeReadFile return file( path, 'rt' ).read() NameError: name 'file' is not defined src/jsontestrunner/CMakeFiles/jsoncpp_readerwriter_tests.dir/build.make:61: recipe for target 'src/jsontestrunner/CMakeFiles/jsoncpp_readerwriter_tests' failed make[2]: * [src/jsontestrunner/CMakeFiles/jsoncpp_readerwriter_tests] Error 1 make[2]: Leaving directory '......OSVR/jsoncpp/build' CMakeFiles/Makefile2:208: recipe for target 'src/jsontestrunner/CMakeFiles/jsoncpp_readerwriter_tests.dir/all' failed make[1]: * [src/jsontestrunner/CMakeFiles/jsoncpp_readerwriter_tests.dir/all] Error 2 make[1]: Leaving directory '......OSVR/jsoncpp/build' Makefile:141: recipe for target 'all' failed make: *\ [all] Error 2 jiapei:build$ gedit ......OSVR/jsoncpp/src/jsontestrunner/../../test/runjsontests.py & [1] 28477

Cheers Pei