On Mon, 2007-12-24 at 23:17 +0000, Peter TB Brett wrote: > On Monday 24 December 2007 23:04:03 Cliff Brake wrote: > > Hello. > > > > I'm running into a little autotools problem with xgsch2pcb HEAD: > > > > ./configure gives me the following: > > > > checking for python module subprocess... yes > > checking for python module dbus... yes > > checking for python module dbus.glib... yes > > checking for python module dbus.service... yes > > checking whether #! works in shell scripts... yes > > configure: creating ./config.status > > config.status: creating Makefile > > config.status: creating data/Makefile > > config.status: error: cannot find input file: po/Makefile.in.in > > [EMAIL PROTECTED]:/build/geda_dev/xgsch2pcb$ ls > > > > running Ubuntu 7.10. > > > > I'm digging into it, but thought I would check if anyone had a solution. > > Hi, > > My guess is that this is an artifact from moving from gettext to intltool for > translation of xgsch2pcb. The right person to ask would be Peter Clifton, > but you're probably going to have to wait until Boxing Day for an answer. ;)
The po/Makefile.in.in should be created by intltoolize, I just realised there is no ./autogen.sh script with xgsch2pcb to run this for you, I'll fix that in GIT soon. There is actually a bug manifesting somewhere, in that running: intltoolize --force --copy its trying to put Makefile.in.in in tools/po/ This isn't going to work.. I might have to remove the use of AC_CONFIG_AUX_DIR([tools]) To get you started: cp /usr/share/intltool/Makefile.in.in po/ autoreconf ./configure (add any options you want) make make install Thanks very much for finding the bug! -- Peter Clifton Electrical Engineering Division, Engineering Department, University of Cambridge, 9, JJ Thomson Avenue, Cambridge CB3 0FA Tel: +44 (0)7729 980173 - (No signal in the lab!) _______________________________________________ geda-dev mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev
