kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #14372
Re: Eeschema issue: cannot load component from multi libraries with same component name
On 08/18/2014 04:26 PM, Mário Luzeiro wrote:
> Hi Dick,
>
> Thanks for your explanations.
> This is fun, considering the years I am using kicad and only now find this situation :)
>
> I was right now checking the project files looking for the libraries and I have this scenario:
>
> main_project.pro <- [eeschema/libraries] .. list of libraries
> main_project_main_schematic.sch <- LIBS: ... list
> child_page.sch <- LIBS: ... list
> ..
> main_project-cache.lib <- cache files of libraries components
> main_project.net <- (libsource (lib LIB_NAME) (part C))
>
> This is somewhat confusing! :) But as a user it is not a problem for me as it works...
>
> I will do the "workaround" reordering of my libraries.. not a problem for me now that I know how it works..
I think the sort() call has to go, so I now think you discovered something.
Should have a fix in minutes.
When the foundations get simpler, so do the algorithms.
Dick
Follow ups
References