hirotakaster / MQTT

MQTT for Photon, Spark Core
Other
216 stars 118 forks source link

Build error with standard example and no modification. #71

Open chbardel opened 6 years ago

chbardel commented 6 years ago

I get the following error, when trying to build the standard example without modification. It happens on every library version and even when writting my own code. Seems to be a library issue.

`Checking library MQTT... Installing library MQTT 0.4.26 to lib/MQTT ... Library MQTT 0.4.26 installed. mqttqostest.ino lib/MQTT/examples/mqttqostest/mqttqostest.ino:1:18: fatal error: MQTT.h: No such file or directory

include "MQTT.h"

              ^

compilation terminated. makefile:121: recipe for target 'obj/mqttqostest.cpp.o' failed make: *** [obj/mqttqostest.cpp.o] Error 1 mv: missing destination file operand after '/output/firmware.bin' Try 'mv --help' for more information.`

I am using the particle.io.

hirotakaster commented 6 years ago

@chbardel

Which do you use WebIDE or Particle Dev Desktop IDE?

I think your error maybe Particle.io bug, please compile again.