安装完成后,你需要找到jsoncpp库的头文件(include目录)和库文件(library文件)。这通常可以通过pkg-config命令来获取: bash pkg-config --cflags --libs jsoncpp 这个命令会输出jsoncpp的编译和链接标志,其中包含了include目录和库文件的路径。 4. 在项目配置中指定jsoncpp的include目录和库文件 根据你的构建系统(如Ma...
ghostcommentedNov 21, 2015 Hi I was trying to install jsoncpp and the build process always fails and I have no idea why. Here is a gist: https://gist.github.com/anonymous/2d1dba55d994a006f3f8 Update: I was able to fix the problem above by running the cmake and make install commands...
polybar: error while loading shared libraries: libjsoncpp.so.19: cannot open shared object file: No such file or directory Seems to be a recurrent problem? 👍1 Activity ovess commented on Feb 1, 2018 ovesson Feb 1, 2018 Author ok, syslinked libjsoncpp.so.20 to libjsoncpp.so.19. Now...