Robot-Will / Stino

A Sublime Text Plugin for Arduino
Other
1.58k stars 250 forks source link

Build appeared to hang if library missing #421

Closed KurtE closed 7 years ago

KurtE commented 7 years ago

I thought I would also try out stino on my mac, to see how well it works.

Took some experimenting to figure out the proper path to put in to use the Arduino.app that I have installed on the mac:

{
    "additional_app_path": "/applications/Arduino.app/Contents/Java", 
    "app_dir_path": "{$default}", 
    "sketchbook_path": "{$default}"
}

I had one of my programs on the board teensy_arbotix_pro (in my github). But it relies on my BioloidSerial library (another github project). Which I did not have installed When I tried to do a build. It looked like it hung in the phase of finding all files.

I started up Arduino and tried a verify and it told me it could not find the library. I Installed it and then the Stino build worked.

Robot-Will commented 7 years ago

Fixed, thanks.