Welcome! Log In Create A New Profile

Advanced

Multiple libraries were found for "U8glib.h"

Posted by ruggb 
Multiple libraries were found for "U8glib.h"
October 31, 2019 07:51PM
I can only find 1 library file "u8glib.h" It is in D:\Users\Bill\Documents\Arduino\libraries

There was one here >> C:\Program Files (x86)\3D\Arduino\libraries that I deleted.

When I compile, how is Arduino IDE finding this >> Multiple libraries were found for "U8glib.h"?
Re: Multiple libraries were found for "U8glib.h"
October 31, 2019 08:26PM
Turn on verbose compiling in the preferences to give real error messages. This will show all file paths
Re: Multiple libraries were found for "U8glib.h"
November 01, 2019 08:36AM
yes, that is how I found the one I deleted. But it still says there is more, but only gives me the path to the one it is using.
Re: Multiple libraries were found for "U8glib.h"
November 01, 2019 05:40PM
Paste the log to pastebin and link it here for examination.
Re: Multiple libraries were found for "U8glib.h"
November 01, 2019 10:50PM
I recompiled to an empty log so what is in here is one compile.
application.log

There are no errors during compile, just the message at the end about more than 1 u8glib file

during == Detecting libraries used...
Alternatives for U8glib.h: [[email protected]]
ResolveLibrary(U8glib.h)
-> candidates: [[email protected]]

at end
Multiple libraries were found for "U8glib.h"
Used: D:\Users\Bill\Documents\Arduino\libraries\U8glib
Using library U8glib at version 1.19.1 in folder: D:\Users\Bill\Documents\Arduino\libraries\U8glib

Maybe it is just the way it is
Re: Multiple libraries were found for "U8glib.h"
November 02, 2019 12:01AM
That is not the build log... and if you get no errors.. just try it.

If the LCD works, its fine.

Edited 1 time(s). Last edit at 11/02/2019 12:04AM by Dust.
Re: Multiple libraries were found for "U8glib.h"
November 02, 2019 10:26AM
where do i find the build log?

It does work. I am just trying to understand why it is telling me there is more than one instance of the lib.
Re: Multiple libraries were found for "U8glib.h"
November 02, 2019 05:17PM
The build log is the part that scrolls past at the bottom

While in that area CTRL A to select all of it, then CTRL C, and finally in a text editor CTRL V


If you start arduinio from command line it also logs to that window.
Sorry, only registered users may post in this forum.

Click here to login