RealAlpha / discord-c

A C library for discord...that needs some work
MIT License
18 stars 3 forks source link

cJSON #8

Open midirhee12 opened 3 years ago

midirhee12 commented 3 years ago

I'm geting a fatal error: 'cJSON.h' file not found. How are you installing cJSON? It doesn't seem that libcjson-dev or libcjson-1 packages are making a difference. I'm trying this on Debian 11.

RealAlpha commented 3 years ago

It looks like I was manually adding some additional bodge paths that made it work, but commit #da098f5c481b6fb7d3044d13ce0a69d8c2e36fbf should hopefully resolve it. Please ignore the other (CMake) changes/reverts for now. I was planning on splitting it into separate commits, but couldn't quite get the rebase to work and didn't want to make you wait any further.

Please let me know if this resolves the issue for you, and if not I'll see what I can find.