tuanpmt / esp_mqtt

MQTT client library for ESP8266
http://tuanpm.net/post/esp_mqtt/
MIT License
1.15k stars 401 forks source link

"Type fatal error: espmissingincludes.h" #70

Open diygoodies opened 9 years ago

diygoodies commented 9 years ago

Hello I have started using "esp mqtt" and when i compile it with SDK v1.1.1 I get "Type fatal error: esp missing includes.h" I even tried to add "esp missing includes.h" from other project this error disappear but i get mass of other error "Conflicting types...". What I am doing wrong?

diygoodies commented 9 years ago

Description Resource Path Location Type conflicting types for 'int32_t' esp_mqtt line 80, external location: c:\espressif\xtensa-lx106-elf\xtensa-lx106-elf\include\stdint.h C/C++ Problem Description Resource Path Location Type conflicting types for 'uint32_t' esp_mqtt line 81, external location: c:\espressif\xtensa-lx106-elf\xtensa-lx106-elf\include\stdint.h C/C++ Problem