gEDA-user: Hierarchy problems

Stuart Brorson sdb at cloud9.net
Thu Sep 21 10:42:02 EDT 2006



On Thu, 21 Sep 2006, Alessandro Baretta wrote:

> Hello gentlemen.
>
>> Could not find [starglazing-my2006_1.sch] in any SourceLibrary
>> Cannot find source [starglazing-my2006_1.sch]
>
> This is the error message gschem produces in the status pane when I execute 
> Hierarchy -> Down Schematic (Shift Hd) on a symbol having the source 
> attribute set to 'starglazing-my2006_1.sch'.
>
> > source=starglazing-my2006_1.sch
>
> The mentioned file is in the current directory, wherein gschem runs. The 
> current directory is explicitly included in the search path through the 
> following line in the gafrc file.
>
>> (component-library "${PWD}")

I don't know if guile is clueful enough to expand and evaluate ${PWD}.
Try putting in the actual directory name
(i.e. "/foo/bar/baz"). Alternately, look up the Scheme function which
returns the current working directory as a string.

HTH,

Stuart


More information about the geda-user mailing list