Hi Peter,
El lun, 23-10-2006 a las 00:58 +0100, Peter Clifton escribió:
> [snip]
> > I updated the branch with all the development I made, and I think it is
> > quite usable right now.
>
> I just realised how much I use the "Escape" key to get out of using a
> particular tool, or drawing a net etc..!
>
> In the CVS checkout I did of the glist_dev branch, I find that hitting
> the "Escape" key seems no only to cancel the tool operation in progress,
> but undo the action previous to it as well!
>
> I can't say for certain that it wasn't in the latest CVS version too, as
> I'm having gettext difficulties on my box at the moment.
No it wasn't. I fixed this bug today.
> I have been bitten by the MKINSTALLDIRS bug, and it seems that its due
> to Ubuntu now shipping a later version of gettext (could be wrong
> there).
>
> It works if I re-run gettextize in the source dir and bring my local
> gschem source up to gettext 0.15 infrastructure.
>
> Does anyone know the "correct" / easiest way around this problem (does
> it involve making gschem require a later gettext?). I suspect it will
> crop up more and more as people's distros' move to later gettext
> versions. I couldn't work out if this is a bug in the later gettext, or
> if gschem just needs updating a little to allow forward compatibility as
> gettext evolves?
I have the same problem. A simple workaround is to edit the
gschem/po/Makefile (after having configured gschem) and change the line:
mkinstalldirs = $(SHELL) $(MKINSTALLDIRS)
by:
mkinstalldirs = ${top_srcdir}/mkinstalldirs
Regards,
Carlos
_______________________________________________
geda-dev mailing list
[email protected]
http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev