libpeer icon indicating copy to clipboard operation
libpeer copied to clipboard

missing headers

Open richlegrand opened this issue 2 years ago • 2 comments

Hello, I've been trying to compile the latest code (I noticed the esp32s3 example, which is cool :)

I'm seeing a couple of missing header files that is making the build fail: src/peer_signaling.c:7:10: fatal error: core_mqtt.h: No such file or directory 7 | #include <core_mqtt.h> src/ssl_transport.h:10:10: fatal error: transport_interface.h: No such file or directory 10 | #include "transport_interface.h"

I see these errors when building the esp32 and esp32s3 examples.

thanks :)

richlegrand avatar Nov 02 '23 16:11 richlegrand

Hi, I tested with my pc, but there is no error of missing header. could you check the coreMQTT source code is in the third_party directory? if yes, could you try to remove your build file of esp32 and rebuild the example?

sepfy avatar Nov 05 '23 10:11 sepfy

Ah, I didn't use the --recursive argument when cloning. You might edit examples/esp32/README.md.

thanks!

richlegrand avatar Nov 07 '23 14:11 richlegrand

Fixed

sepfy avatar Aug 17 '24 07:08 sepfy