I have written a number of different sketches and they have been working fine until this past week. It will no longer compile with some of the libraries I have installed. Is there a way to figure out what happened. I have not made changes to my code, so it's not the code - they compiled previously. I thought about moving to the IDE, if I can't get this to work.
These are the libraries I'm using:
#include <Wire.h>
#include <LCD.h>
#include <LiquidCrystal_I2C.h>
#include <Encoder.h>
#include <EEPROM.h>
Complie errors are listed below:
./opt/arduino-builder/arduino-builder -compile -core-api-version 10611 -hardware opt/arduino-builder/hardware -hardware ./opt/cores -tools opt/arduino-builder/tools -tools ./opt/tools -built-in-libraries opt/libraries/latest -logger humantags -fqbn arduino:avr:nano:cpu=atmega328old -build-cache /tmp -build-path /tmp/477873176/build -verbose -prefs runtime.tools.avr-gcc.path=./opt/tools/avr-gcc/5.4.0-atmel3.6.1-arduino2 -prefs runtime.tools.avrdude.path=./opt/tools/avrdude/6.3.0-arduino14 -prefs runtime.tools.arduinoOTA.path=./opt/tools/arduinoOTA/1.2.1 -libraries /tmp/477873176/custom -libraries /tmp/477873176/pinned /tmp/477873176/Hammer_V_2_0
Multiple libraries were found for "Wire.h"
Used: /home/ubuntu/opt/cores/arduino/avr/libraries/Wire
Not used: /tmp/477873176/custom/f061a85a-0af9-426f-b56a-74106a4bc966
Multiple libraries were found for "Encoder.h"
Used: /home/ubuntu/opt/libraries/latest/encoder_1_4_1
Not used: /home/ubuntu/opt/libraries/latest/mkrmotorcarrier_1_0_3
Not used: /home/ubuntu/opt/libraries/latest/mindsi_3_0_2
Multiple libraries were found for "EEPROM.h"
Used: /home/ubuntu/opt/cores/arduino/avr/libraries/EEPROM
Not used: /home/ubuntu/opt/libraries/latest/arduino_nvm_0_9_1
Using library encoder_1_4_1 at version 1.4.1 in folder: /home/ubuntu/opt/libraries/latest/encoder_1_4_1
Using library EEPROM at version 2.0 in folder: /home/ubuntu/opt/cores/arduino/avr/libraries/EEPROM
/tmp/477873176/custom/23d18143-9834-4040-af61-9e2fdb4a4d50/I2CIO.cpp:35:26: fatal error: ../Wire/Wire.h: No such file or directory
compilation terminated.
exit status 1