Re: gEDA-user: gEDA - gschem 20060123 Failure

2006-06-12 Thread John Doty
On Jun 12, 2006, at 7:03 PM, Ales Hvezda wrote: Sounds like the infamous slice bug. Try: export G_SLICE=always-malloc Thanks, that seemed to fix the problem. Okay, it is now 100% clear that there is a problem in libgeda and/or gschem. It's most likely due to memory being allocated

Re: gEDA-user: gEDA - gschem 20060123 Failure

2006-06-12 Thread Ales Hvezda
>> Sounds like the infamous slice bug. Try: >> export G_SLICE=always-malloc > >Thanks, that seemed to fix the problem. > Okay, it is now 100% clear that there is a problem in libgeda and/or gschem. It's most likely due to memory being allocated with malloc and being freed using g_free or

Re: gEDA-user: gEDA - gschem 20060123 Failure

2006-06-12 Thread User Tomdean
> Sounds like the infamous slice bug. Try: > export G_SLICE=always-malloc Thanks, that seemed to fix the problem. tomdean ___ geda-user mailing list geda-user@moria.seul.org http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

Re: gEDA-user: gEDA - gschem 20060123 Failure

2006-06-12 Thread John Doty
Sounds like the infamous slice bug. Try: export G_SLICE=always-malloc (or if you're using csh, "setenv G_SLICE always-malloc") before invoking gschem. Seems gschem is incompatible with newer glib's, but this fixes it. On Jun 12, 2006, at 3:26 PM, User Tomdean wrote: I had a core dump on exi

Re: gEDA-user: gEDA - gschem 20060123 Failure

2006-06-12 Thread User Tomdean
I had a core dump on exit from gEDA 20050313, installed from the FreeBSD potrs tree. I changed the Makefiles to use gEDA 20060123, including libgeda.so.25. Building and installing gEDA 20060123 reported no errors. Starting gschem seems OK. On exit, I get Segmentation fault (core dumped)

Re: gEDA-user: gEDA download page

2006-06-12 Thread Peter Brett
On Monday 12 June 2006 18:27, Stuart Brorson wrote: > Ummm, if you go to the bottom of the download page, you can find a > link to a page with all sources available. > > Ales decided to revamp the download page to the format you see now > since newbies were complete flummoxed by the old page, which

Re: gEDA-user: gEDA download page

2006-06-12 Thread Peter Brett
On Monday 12 June 2006 18:17, Peter Brett wrote: > I was disturbed to visit the gEDA download page today and see the only > download option as an install CD image, with the text underneath: > > "Note: The installer only works on GNU/Linux i386." This text is lies anyway, it works on GNU/Linux x86

Re: gEDA-user: gEDA download page

2006-06-12 Thread Stuart Brorson
Ummm, if you go to the bottom of the download page, you can find a link to a page with all sources available. Ales decided to revamp the download page to the format you see now since newbies were complete flummoxed by the old page, which had too many ways to download the software. He asked severa

gEDA-user: gEDA download page

2006-06-12 Thread Peter Brett
Hi folks, I was disturbed to visit the gEDA download page today and see the only download option as an install CD image, with the text underneath: "Note: The installer only works on GNU/Linux i386." _I_ know that the CD image contains the source code, but others may not. Can I please suggest

Re: gEDA-user: D-BUS and gEDA?

2006-06-12 Thread Peter Brett
On Monday 12 June 2006 17:23, Dave McGuire wrote: > On Jun 12, 2006, at 12:19 PM, Peter Brett wrote: > >>"Portable" meaning "runs on different Linux 'distros'", or portable > >> to other OSs and architectures? If it's truly portable, this is a > >> great step forward for application interopera

Re: gEDA-user: D-BUS and gEDA?

2006-06-12 Thread Dave McGuire
On Jun 12, 2006, at 12:19 PM, Peter Brett wrote: "Portable" meaning "runs on different Linux 'distros'", or portable to other OSs and architectures? If it's truly portable, this is a great step forward for application interoperability. I need to read up on this! If it didn't port to ever

Re: gEDA-user: D-BUS and gEDA?

2006-06-12 Thread Peter Brett
On Monday 12 June 2006 16:42, Dave McGuire wrote: > On Jun 12, 2006, at 11:13 AM, Peter Brett wrote: > > D-BUS is becoming a fairly standard thing on the Linux desktop these > > days: the > > HAL supports it, KDE4 and the next version of GNOME are both going to > > use it > > for application-to-app

Re: gEDA-user: D-BUS and gEDA?

2006-06-12 Thread Dave McGuire
On Jun 12, 2006, at 11:13 AM, Peter Brett wrote: D-BUS is becoming a fairly standard thing on the Linux desktop these days: the HAL supports it, KDE4 and the next version of GNOME are both going to use it for application-to-application communication, and it's portable too. "Portable" meanin

Re: gEDA-user: D-BUS and gEDA?

2006-06-12 Thread DJ Delorie
> D-BUS is becoming a fairly standard thing on the Linux desktop these days: What about Windows, MacOS, and Unix ? ___ geda-user mailing list geda-user@moria.seul.org http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

gEDA-user: D-BUS and gEDA?

2006-06-12 Thread Peter Brett
Hi folks, Just an idea I had off the top of my head while I was mulling over the problem of integrating pcb and gschem together: why not make them both expose D-BUS interfaces? D-BUS is becoming a fairly standard thing on the Linux desktop these days: the HAL supports it, KDE4 and the next ver

Re: gEDA-user: Calculating a linear self excited induction generator

2006-06-12 Thread Karel Kulhavy
On Sun, Jun 11, 2006 at 06:20:17PM -0400, Bob Paddock wrote: > On Sunday 11 June 2006 16:40, Karel Kulhavy wrote: > > > My bike alternator sucks and I would like to have one which has no > > moving parts. > > Look up the MEG: > > "The Motionless Electromagnetic Generator, > Extracting Energy fro

Re: gEDA-user: Calculating a linear self excited induction generator

2006-06-12 Thread Karel Kulhavy
On Sun, Jun 11, 2006 at 02:40:32PM -0700, Samuel A. Falvo II wrote: > On 6/11/06, Karel Kulhavy <[EMAIL PROTECTED]> wrote: > >I read about self excited induction generator, homopolar generators, > >liquid metal dynamos, interstellar plasma dynamos, linear motors > >and electric meters. > > Ummm .

gEDA-user: Mailman

2006-06-12 Thread Marc Price
I use Mailman I use it for sending company mails mass mailing :) good program Marc :-) ___ geda-user mailing list geda-user@moria.seul.org http://www.seul.org/cgi-bin/mailman/listinfo/geda-user