json reader

Hi there, i have a problem with jsoncpp static library. So i compiled 2 months ago and it works without any problems.

Now i recompiled the lib, (not with same flags) i forgot what flags i used and now i have 12 bytes size difference betwen the old lib and the new lib, now if i compile the source with the new lib i can't load json files anymore.
I tried to print the error but: https://prnt.sc/r5yozy ....
I have freebsd 11.3 32bit

I don't know if i forggot a flag when i run cmake or when i build the lib.
Code:
cmake -DCMAKE_CXX_COMPILER=g++ -DCMAKE_CC_COMPILER=gcc -DBUILD_STATIC_LIBS=ON -G "Unix Makefiles"
 
Back
Top