General area when it fits no where else

Moderator: Mmiscool

User avatar
By sandfrog
#56744 Hello,

i have a Problem whit the Build, im use "Arduino 1.6.5 rc6" and the "ESP Toolchan V2.3.0" and "ESP Basic 2.0.Alpha 24" its compile brakes whit follow Error:

In file included from ESP8266Basic.ino:108:0:
.../Arduino/libraries/expression_parser_string/expression_parser_string.h:58:18: fatal error: String: No such file or directory
#include <String>
^
compilation terminated.


Sorry my Englisch is not so good.

mfg sandfrog
User avatar
By Mmiscool
#56806 If you are downloading the latest branch from git hub you need to copy the libraries folder included in the git hub repositories to where all your arduino libraries are kept. Normaly on windows this is under "my documents/arduino"

That will give you all the libraries needed to compile esp basic.
User avatar
By sandfrog
#56823 yes i have copy the Libs from git to ~/Arduino/libraries/ the Error is in the lib ?

The file no found is an Error from the Lib the code on "expression_parser_string.h 58:18" is #Include <String> is that correct ?