Closed marco711 closed 2 years ago
sysdep.h is generated from https://github.com/msgpack/msgpack-c/blob/c_master/cmake/sysdep.h.in The generation is done at cmake process. If you use msgpack-c from the source then you need to execute cmake.
If you use already installed msgpack-c then you can find sysdep.h in installed directory. If you are not sure the installed directory, then you can find it using find / -name sysdep.h
.
I have just copied the msgpack-c folder into my project and added the include
path in the CMakeLists
file. Is this the right way to install msgpack-c?
When I run find / -name sysdep.h
the permission is denied even if I run as sudo. Is there any instruction I can run to generate the sysdep.h file?
cmake .
It generated the header file. Thank you!
Hello, I have downloaded and added the library to an existing ESP32C3 project. Nevertheless, when I build it I get the following error message in file
zone.h
:Below the content of my
CMakeLists
file:Is there any path that I must add in order to build the project?
Regards,
Marco