miloyip / nativejson-benchmark

C/C++ JSON parser/generator benchmark
MIT License
1.98k stars 261 forks source link

An error occured when I built on Linux. #115

Closed Cactusinhand closed 5 years ago

Cactusinhand commented 5 years ago
==== Building jsonclibs (release_x64) ====
==== Building nativejson (release_x64) ====
ULibtest.cpp
In file included from ../../thirdparty/ULib/include/ulib/base/hash.h:20:0,
                 from ../../thirdparty/ULib/include/ulib/string.h:17,
                 from ../../thirdparty/ULib/include/ulib/container/construct.h:17,
                 from ../../thirdparty/ULib/include/ulib/container/vector.h:17,
                 from ../../thirdparty/ULib/include/ulib/container/hash_map.h:17,
                 from ../../thirdparty/ULib/include/ulib/json/value.h:17,
                 from ../../src/tests/ULibtest.cpp:16:
../../thirdparty/ULib/include/ulib/base/base.h:20:36: fatal error: ulib/internal/config.h: No such file or directory
compilation terminated.
nativejson.make:186: recipe for target '../../intermediate/release_x64/gmake/x64/release/nativejson/ULibtest.o' failed
make[1]: *** [../../intermediate/release_x64/gmake/x64/release/nativejson/ULibtest.o] Error 1
benchmark.make:34: recipe for target 'nativejson' failed
make: *** [nativejson] Error 2

Can anyone help me ?