Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CodeBlocks IDE can't find json.hpp header #1318

Closed
DragonOsman opened this issue Oct 25, 2018 · 1 comment
Closed

CodeBlocks IDE can't find json.hpp header #1318

DragonOsman opened this issue Oct 25, 2018 · 1 comment
Labels
state: needs more info the author of the issue needs to provide more details

Comments

@DragonOsman
Copy link

DragonOsman commented Oct 25, 2018

I installed CodeBlocks in my Ubuntu VM and am using the LLVM Clang compiler toolchain on it instead of GCC. I wanted to build my project on CodeBlocks on Linux and then run it through GDB since I'm having a logic error that's making it crash under Linux (I built it manually on the command line). But when I try to build it, CodeBlocks can't find json.hpp in /usr/local/json/single_include. I've set that path in the comiler's Search Directory, but it still can't find it. The code is the same one I've been using working on for a while now.

Edit: Never mind. I wasn't doing #include nlohmann/json.hpp. I fixed that error, but now I have other errors.

@nlohmann nlohmann added the state: needs more info the author of the issue needs to provide more details label Oct 25, 2018
@nlohmann
Copy link
Owner

Please provide the information asked in the issue template:

  • What is the issue you have?

  • Please describe the steps to reproduce the issue. Can you provide a small but working code example?

  • What is the expected behavior?

  • And what is the actual behavior instead?

  • Which compiler and operating system are you using? Is it a supported compiler?

  • Did you use a released version of the library or the version from the develop branch?

  • If you experience a compilation error: can you compile and run the unit tests?

@nlohmann nlohmann closed this as completed Nov 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state: needs more info the author of the issue needs to provide more details
Projects
None yet
Development

No branches or pull requests

2 participants