-->
Page 1 of 2

Compile esp8226Basic bin, not Work

PostPosted: Wed Oct 19, 2016 4:15 am
by sandfrog
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

Re: Compile esp8226Basic bin, not Work

PostPosted: Wed Oct 19, 2016 4:53 pm
by Mmiscool
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.

Re: Compile esp8226Basic bin, not Work

PostPosted: Thu Oct 20, 2016 2:35 am
by sandfrog
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 ?

Re: Compile esp8226Basic bin, not Work

PostPosted: Fri Oct 21, 2016 4:40 pm
by Mmiscool
Did you ever get your build set up working?