Author Topic: Arduino ide missing common libraries?  (Read 5219 times)

Matt_h1

  • Newbie
  • *
  • Posts: 3
Arduino ide missing common libraries?
« on: December 25, 2014, 10:10:50 pm »
I downloaded and setup the Arduino IDE as per http://digistump.com/wiki/digispark/tutorials/connectingpro Running 1.5.8B

Then connected my DigiPro with wifi shied, downloaded the DifiWifi library and added the .zip to the arduino IDE and loaded up an example script, but they all have the same error.

In file included from BasicClient.ino:5:0:
C:\Users\Matt\Documents\Arduino\libraries\DigiFi-master/DigiFi.h:10:20: fatal error: Client.h: No such file or directory #include "Client.h"

If I add the Client.h file in, then it just continues, include after include fails. Any idea why it isn't just pulling it properly?
« Last Edit: December 25, 2014, 10:20:35 pm by Matt_h1 »

defragster

  • Sr. Member
  • ****
  • Posts: 467
Re: Arduino ide missing common libraries?
« Reply #1 on: December 25, 2014, 10:28:22 pm »
I saw something like that running the ide exe from an old install directory.  Check shortcut perhaps and old arduino directories.  The ide has its own view it seems sometimes from where it starts, others from hardcoded expectations.
« Last Edit: December 27, 2014, 06:00:33 pm by defragster »

digistump

  • Administrator
  • Hero Member
  • *****
  • Posts: 1465
Re: Arduino ide missing common libraries?
« Reply #2 on: December 27, 2014, 01:51:13 pm »
Remove the digistump folder located at Documents/Arduino/hardware - that will mess with the new IDE setup - I've added this note to the wiki as well