[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gEDA: gschem 20020527 won't run
- To: geda-dev@seul.org
- Subject: Re: gEDA: gschem 20020527 won't run
- From: Ales Hvezda <ahvezda@seul.org>
- Date: Fri, 05 Jul 2002 14:05:58 -0400
- Delivered-To: archiver@seul.org
- Delivered-To: geda-dev-outgoing@seul.org
- Delivered-To: geda-dev@seul.org
- Delivery-Date: Fri, 05 Jul 2002 14:06:04 -0400
- In-reply-to: Your message of "Mon, 01 Jul 2002 00:35:29 +1000." <20020630143529.GA16368@silly.cloud.net.au> ------
- Reply-To: geda-dev@seul.org
- Sender: owner-geda-dev@seul.org
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