You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Arduino IDE 1.6.6 2015/09/28 06:42 Windows 7 64bit
I'm guessing that this issue belongs in this repository because the issue started around the time arduino-builder was added.
If there are libraries in C:\Program Files (x86)\arduino-nightly\libraries and sketchbook\libraries with the same name then compiling a sketch that includes that library fails. For example if I copy the Servo library to my sketchbook\libraries folder and compile Knob.ino I get:
If I delete either library it compiles without errors. Using Arduino IDE 1.6.5r5 it compiles without errors(I just get the Multiple libraries were found for "Servo.h" notification).
Arduino IDE 1.6.6 2015/09/28 06:42 Windows 7 64bit
I'm guessing that this issue belongs in this repository because the issue started around the time arduino-builder was added.
If there are libraries in C:\Program Files (x86)\arduino-nightly\libraries and sketchbook\libraries with the same name then compiling a sketch that includes that library fails. For example if I copy the Servo library to my sketchbook\libraries folder and compile Knob.ino I get:
If I delete either library it compiles without errors. Using Arduino IDE 1.6.5r5 it compiles without errors(I just get the
Multiple libraries were found for "Servo.h"
notification).Full output with duplicate libraries: https://gist.github.com/per1234/3b579b92234f25c1e76e
Full output without duplicate libraries(deleted C:\Program Files (x86)\arduino-nightly\libraries\Servo): https://gist.github.com/per1234/d746e420135c04fbe87d
The text was updated successfully, but these errors were encountered: