Digistump Forums

The Digispark => Digispark Pro Support => Topic started by: Matt_h1 on December 25, 2014, 10:10:50 pm

Title: Arduino ide missing common libraries?
Post by: Matt_h1 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?
Title: Re: Arduino ide missing common libraries?
Post by: defragster 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.
Title: Re: Arduino ide missing common libraries?
Post by: digistump 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