Dear all,
I installed the Parse SDK package by Parse Platform .
However, Arduino IDE didn't compile the Parse Sketchbook.
Error message is follow:
C:\Users\jae\Documents\Arduino\libraries\Parse\src\internal\ParseClient.cpp:189:18: fatal error: opening dependency file Parse Arduino Yun SDK\internal\ParseClient.cpp.d: No such file or directory
ParseClient Parse;
^
compilation terminated.
Error compiling.
I think this problem occurred AVRstudio, and the cause is Windows 8.1 compatibility, though my OS is Windows 10.
A strange thing is that Arduino IDE 1.6.0 compiled it successfully. Arduino 1.6.1 and after didn't compile it.