[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gEDA: hierarchical schematics, CWD Problem?



On Sun, Apr 09, 2006 at 09:01:21AM +0200, Werner Hoch wrote:
> Hi all,
> 
> If I start gschem from somewhere else than the schematic directory,
> I can not follow down the hierarchy. 
> 
> e.g.
> werner@werner-amd64:~/daten/download/src/geda/devel/gschem> gschem tests/autonumber.sch 
> [...]
> Loading schematic [/home/werner/daten/download/src/geda/devel/gschem/tests/autonumber.sch]
> 
> Trying to follow the hierachy, gschem tells:
> Cannot find source [autonumber_sub2.sch]
> Cannot find source [autonumber_sub1.sch]
> 
> Is there an option that tells gschem to search in the path of the
> parent schematic directory?
> 
> regards
> Werner

Not sure, but perhaps:

  (source-library "${PWD}/..")

in ~/.gEDA/gafrc

Eric