- From: Ian Abbott <abbotti_at_mev.co.uk>
- Date: Wed, 15 Feb 2006 16:00:47 +0000
On 15/02/06 14:06, Petrik Galvosas wrote: > Hi, > > recently make fails in the cvs version of comedilib throwing an error > like: > .... > make[3]: Leaving directory `/usr/src/comedilib/lib' > make[2]: Leaving directory `/usr/src/comedilib/lib' > Making all in comedi_calibrate > make[2]: Entering directory `/usr/src/comedilib/comedi_calibrate' > make[2]: *** No rule to make target `all'. Stop. > make[2]: Leaving directory `/usr/src/comedilib/comedi_calibrate' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/usr/src/comedilib' > make: *** [all] Error 2 It seems comedi_calibrate was moved out of comedilib 9 days ago, but the Makefile.am was not updated. Try this patch (or just edit the top-level Makefile.am manually to remove comedi_calibrate from SUBDIRS). Index: Makefile.am =================================================================== RCS file: /cvs/comedi/comedilib/Makefile.am,v retrieving revision 1.13 diff -u -r1.13 Makefile.am --- Makefile.am 13 Aug 2004 03:52:41 -0000 1.13 +++ Makefile.am 15 Feb 2006 15:55:15 -0000 _at__at_ -1,6 +1,5 _at__at_ -SUBDIRS = lib comedi_calibrate comedi_config man testing demo doc swig \ - include etc scxi +SUBDIRS = lib comedi_config man testing demo doc swig include etc scxi pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = comedilib.pc -- -=( Ian Abbott _at_ MEV Ltd. E-mail: <abbotti_at_mev.co.uk> )=- -=( Tel: +44 (0)161 477 1898 FAX: +44 (0)161 718 3587 )=-
Received on 2006-02-15Z16:00:47