I\'m trying to use the JsonCpp library. I\'m on Windows, using MinGW and CodeBlocks.
When I include anything from the json headers, my linker implodes and gives out
I finally fixed this by importing into Code::Blocks the source code of JsonCpp and creating the library myself. I am still baffled though as to why the library created with Scons didn't work, since it was using the same compiler that Code::Blocks uses, but at the same time it was not ( or the error wouldn't have been there ).