Comment 11 for bug 1485199

Revision history for this message
Vladimir Zhbanov (vzhbanov) wrote : Re: [Bug 1485199] Re: gschem: window redrawing problem related to right side bar

On Sat, Aug 22, 2015 at 12:11:18PM -0000, Richard Rasker wrote:
> Vladimir Zhbanov schreef op za 22-08-2015 om 11:19 [+0000]:
...
> > Could you pull the latest git sources and try once again?
> > I've just pushed a couple of patches. Perhaps, something will change.
>
> Nope, compiling works OK, but the compiled gschem target still crashes
> with the exact same error message, albeit with a different number
> (215b400 instead of 1424400) -- but I guess that this is a memory
> location or some other less relevant identifier.

Try to uninstall the geda packages you have installed. You'll be able
to install them again any time you want using your package manager after
doing 'make uninstall' in the source repository. I've just tried to
install the Debian geda version and got the same result you have after
doing 'gschem/src/gschem'.

I think the problem could be in the way Debian/Ubuntu places its rc
files and/or the place where gschem searches for them. Probably some
setting of the environment variable GEDADATA could help. I didn't try
setting it though.

In your case, you could also try to configure with another prefix, say
'./configure --prefix=/tmp/gEDA' and run /tmp/gEDA/bin/gschem. This
should work.

Cheers,
  Vladimir