-
Notifications
You must be signed in to change notification settings - Fork 181
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
fatal error C1083: Cannot open include file: 'json/json.h': No such file or directory #662
Comments
does the same thing happen when you try to compile the json-rpc-cpp example from the Hunter repo? https://github.com/cpp-pm/hunter/blob/master/examples/libjson-rpc-cpp/CMakeLists.txt |
Hi @NeroBurner,
|
Hi @NeroBurner, any update for this issue? |
There is no entry in the package status page for I can confirm that the issue persists compiling on Ubuntu 22.04 with gcc 11.3.0. So it is probably an always broken package. PRs with a fix and update for the package are very welcome |
hunter_add_package
/find_package
API used by me in the example is the same as in documentation. [Yes]URL
/SHA1
. [Yes]Hi all,
I tried to build Aleth with VS2022 on Windows, but it failed at the cmake step. Could anyone helps look at this issue? Thanks in advance.
Environment:
VS2022 + Windows Server
Repro steps:
CmakeLists.txt
CMakeLists.txt
Result:
F:\gitP\ethereum\hunter_tools_New_Base\8010d63\7ad3772\0db49b4\Build\libjson-rpc-cpp\Build\libjson-rpc-cpp-Release-prefix\src\libjson-rpc-cpp-Release-build\gen\jsonrpccpp\common\jsonparser.h(13,10): fatal error C1083: Cannot open include file: 'json/json.h': No such file or directory (C:\repos\msvc\src\vctools\Compiler\CxxFE\sl\p1\c\p0prepro.c:1955)
detailed logs:
camke.log
The text was updated successfully, but these errors were encountered: