On Thursday 27 September 2007 17:26:34 Dave N6NZ wrote: > Peter TB Brett wrote: > > Please run gschem with the following lines in your gafrc: > > > > (display (string-append "gEDA data directory: " geda-data-path "\n")) > > /sw/share/gEDA > > > (display (string-append "gEDA RC file directory: " geda-rc-path "\n")) > > /sw/etc/gEDA
Thanks -- as I thought, they've separated the system configuration files from
the regular scripts. Correct me if I'm wrong:
1. /sw/etc/gEDA/gschem-darkbg exists.
2. geda-rc-path is equal to /sw/etc/gEDA.
3. (load (build-path geda-rc-path "gschem-darkbg")) appears to fail[1].
If so, that is extremely odd, and I can't work out why it might be the case...
can you please stick this expression in your gafrc and see what it outputs?
(display (build-path geda-rc-path "gschem-darkbg"))
We'll get to the bottom of this!
Peter
[1] The (not particularly complicated) definition of the build-path function
is given in geda.scm.
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ geda-user mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

