[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gEDA: Announce: gEDA setup for Linux
Hi Piotr,
> A new graphical setup for Linux (alpha version 0.1) can be downloaded
>from http://www.eter.ariadna.pl/sp9rve.
Oh nifty! I actually like this idea of building the source in
this fashion.
> Please remember this is the first version and now it is only a kind of
>front end for build tools. Binary installation: work in progress.
Keep in mind that a binary distribution is quite a bit of work.
Deciding what libraries should be linked in statically vs dynamicly is not
always easy to determine. I've seen binary distributions which link
everything statically except: X11, the standard c (and/or c++) libraries,
and the math library. And then you start getting into different versions
of the standard libraries, etc...
> This version can be not working good, please test it and report any
>problems.
Please attach a callback to the delete signal so that you can kill
the window via the window manager:
from gschem:
gtk_signal_connect (GTK_OBJECT (w_current->main_window), "delete_event",
GTK_SIGNAL_FUNC (i_callback_close_wm),
w_current);
Thanks.
-Ales