need some help in compiling a jsoncpp sample code

后端 未结 5 1060
离开以前
离开以前 2021-01-25 01:31

I am trying to compile a sample jsoncpp example, but there are tons of compiling errors showing up in \"standard\" headers. did any body see this any time ?

[~]         


        
5条回答
  •  爱一瞬间的悲伤
    2021-01-25 01:49

    Check JSON include path. In compilation option use -I/path of JSON include directory, e.g. -I$(pkg-config --cflags jsoncpp).

提交回复
热议问题