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

Re: gEDA: gschem 20020527 won't run



Hi Hamish (and all),

	I've been away from the net for the past few days, so I'll
be catching up on e-mail today (again/always).


[snip]
>I finally got around to building Debian packages for the 0527 snapshot;
>sorry about the delay.
>
>However, gschem doesn't run properly:
[snip]
>Did I miss something at configure time? The system-gschemrc file says:
[snip]


	No, I seem to be quite the bonehead.  I broke the --with-rcdir
mechanism in 0527.  D'oh.  

You can fix it by editing:
system-gschemrc.in, system-gnetlistrc.in, and system-gsymcheckrc.in  and
then rebuilding.

Changing the line:
...
	(define geda-data (getenv "GEDADATA"))
...

to: 

...
	(define geda-data (getenv "GEDADATARC"))
...

in each of the rc files.  I have fixed the code in my development tree.

								-Ales