On Sat, Sep 20, 2014 at 6:41 PM, Denis Heidtmann <[email protected]> wrote: > On Sat, Sep 20, 2014 at 5:02 PM, Denis Heidtmann > <[email protected]> wrote: >> On Sat, Sep 20, 2014 at 3:04 PM, Mr Yum <[email protected]> wrote: >>> Denis Heidtmann <[email protected]> wrote: >>> >>>> Thanks for the reply. I knew about the location of user-contributed >>>> libraries. >>>> I am concerned about the libraries which come with the installation. >>> >>> They are under /usr/share/arduino , or should be if all the dependences are >>> there: >>> >>> % apt-cache --installed depends arduino >>> arduino >>> openjdk-6-jre >>> default-jre >>> openjdk-7-jre >>> Depends: libjna-java >>> Depends: librxtx-java >>> Depends: arduino-core >>> Recommends: extra-xdg-menus >>> Recommends: policykit-1 >>> >>> % ls -Al /usr/share/arduino >>> total 44 >>> -rwxr-xr-x 1 root root 5298 Feb 12 2012 ard-parse-boards >>> -rw-r--r-- 1 root root 15564 Mar 7 2012 Arduino.mk >>> -rw-r--r-- 1 root root 2839 Mar 6 2012 arduinopc.jar >>> lrwxrwxrwx 1 root root 28 Mar 6 2012 examples -> >>> ../doc/arduino-core/examples >>> drwxr-xr-x 4 root root 4096 Sep 16 2013 hardware >>> drwxr-xr-x 3 root root 4096 Sep 16 2013 lib >>> drwxr-xr-x 12 root root 4096 Sep 16 2013 libraries >>> lrwxrwxrwx 1 root root 29 Mar 6 2012 reference -> >>> ../doc/arduino-core/reference >>> drwxr-xr-x 3 root root 4096 Sep 16 2013 tools >>> _______________________________________________ >> >> OK. They are there, and IDE seems to know where they are. Now I have >> to figure out which library will work for the RTC on my shield. I may >> make some progress yet. >> >> -Denis > > Found, downloaded, extracted, and placed the RTC library which is > recommended for my shield. The instructions say to place the library > in a folder "RTClib" under a folder "Library" under my sketches > folder. The first error message is "sketch_sep20a.cpp:4:20: error: > RTClib.h: No such file or directory". I expect that all the other > errors are related. > > Need help. > > Thanks, > -Denis
Found the problem. The instructions I saw used upper case for the first character in Libraries. It needs to be lower case. -Denis _______________________________________________ dorkbotpdx-blabber mailing list [email protected] http://music.columbia.edu/mailman/listinfo/dorkbotpdx-blabber
