Im using arduino 1.5.7 on linux.
I have a script that was working and now will not compile (errors bellow). If I import the problem library into a new script its fine
A find on the 'original' lib show:
LiquidCrystal/LiquidCrystal.cpp.o: In function LiquidCrystal::scrollDisplayRight()': /home/hug/arduino-1.5.7/libraries/LiquidCrystal/src/LiquidCrystal.cpp:285: multiple definition of LiquidCrystal::pulseEnable()'
LiquidCrystal.cpp.o:LiquidCrystal.cpp:285: first defined here
LiquidCrystal/LiquidCrystal.cpp.o: In function `LiquidCrystal::LiquidCrystal(unsigned char, unsigned char, unsigned char, unsigned char, unsigned char, unsigned char)':
Yup thats what I thought, what im stuck on is how to correct it :~
-I can delete the lib from /arduino-1.5.7/libraries/liquidcrystal/ Dosent seem the right thing to do.?
-if i delete the /tmp/buildxxx.. folders I get:
Could not write build preferences file
java.io.FileNotFoundException: /tmp/build6944482661489645426.tmp/pumpcontrol.cpp (No such file or directory)
at java.io.FileOutputStream.open(Native Method).....
A bit of history, I droped the repository version arduino 1.0.1 because some 3rd party libraries wouldnt compile (Timer?), downloaded the current and it worked for some time, now this problem with standard libraries...
Im not finding much on sorting libary problems any help/suggestions/links please
Sorry if this is a 'the dumbass set it up wrong' style of problem