jeog

Results 15 comments of jeog

brw59, I'm trying to transition to a single makefile build. If you have a minute can you checkout branch 'to-makefile-project' and try to build w/ ```make all``` from the root...

That's coming from the external json header/library. I'll have to take a look at their docs and see what exactly that error message means because I haven't seen it before....

Those functions shouldn't have to be defined since we're only parsing json strings and creating json objects through inline initializers which should all be supported by default. It seems to...

Thanks, the problem seems to be related to initializing/assigning json objects from stl objects in streaming.cpp that, for some reason, json.hpp is not recognizing and trying to look for custom...

good to hear, I just pushed a commit to master w/ the most recent json.hpp