-->
Page 1 of 2

OSX installation alongside normal Arduino IDE

PostPosted: Sat Mar 28, 2015 10:33 am
by ohra
Any pointers how to use this IDE alongside the normal Arduino IDE in OSX?

I don't want to mess with my install of the normal IDE, so I installed the ESP IDE elsewhere. But I guess the ESP IDE uses the same preferences as the original, so it uses a wrong library path and cannot compile ESP specific sketches. At least it fails to find ESP8266WiFi.h when I tried to build the MQTT example.

Re: OSX installation alongside normal Arduino IDE

PostPosted: Sat Mar 28, 2015 10:58 am
by RichardS
I will let IGRR answer, but I know in windows when you drop down the installation into a new folder and execute it from that location that it uses the preferences from there and not the original location, but I do not 100% know for OSX.

Richard.

Re: OSX installation alongside normal Arduino IDE

PostPosted: Sat Mar 28, 2015 11:37 am
by igrr
ohra wrote:so it uses a wrong library path and cannot compile ESP specific sketches. At least it fails to find ESP8266WiFi.h when I tried to build the MQTT example.

This shouldn't be the case, I've got both official Arduino install and this ESP package working here (OS X 10.10.2).
Would you kindly post the verbose compiler output? It can be enabled in Arduino preferences.
Thanks.

Re: OSX installation alongside normal Arduino IDE

PostPosted: Sat Mar 28, 2015 12:22 pm
by ohra
Got it working now. I actually hadn't remembered to select ESP8266 from the board menu so the IDE was compiling for the wrong hardware.