- From: Christian Fleischer <fleischer_at_cs.tu-berlin.de>
- Date: Fri, 14 May 2004 15:02:49 +0200
On some earlier versions of comedi I had the same or similar problem. Somehow the configure script couldn't find the file ".hdepend" in the kernel source directory, although it was there. And all necessary path-variables etc. pointed to the kernel source dir.... I deleted this check from the configure-script (or you might copy the .hdepend into the local dir and modify the script) and it worked. (Search for the error-string in the configure script and have a closer look at the condition that fails.) Maybe this helps! Christian Am Freitag, 14. Mai 2004 13:07 schrieb Christian.Daschill_at_skf.com: > I have the following error when trying to configure the current comedi > from CVS: > (and I DID run make dep in the kernel source directory): > > linux:/usr/local # linux:/usr/local/comedi # sh autogen.sh > configure.ac: installing `./install-sh' > configure.ac: installing `./mkinstalldirs' > configure.ac: installing `./missing' > configure.ac:6: installing `./config.guess' > configure.ac:6: installing `./config.sub' > Makefile.am: required file `./NEWS' not found > Makefile.am: required file `./AUTHORS' not found > Makefile.am: required file `./ChangeLog' not found > comedi/Makefile.am: installing `./compile' > comedi/Makefile.am: installing `./depcomp' > checking build system type... i686-suse-linux > checking host system type... i686-suse-linux > checking target system type... i686-suse-linux > checking for a BSD-compatible install... /usr/bin/install -c > checking whether build environment is sane... yes > checking for gawk... gawk > checking whether make sets $(MAKE)... yes > checking whether to enable maintainer-specific portions of Makefiles... > yes > checking for gcc... gcc > checking for C compiler default output... a.out > checking whether the C compiler works... yes > checking whether we are cross compiling... no > checking for suffix of executables... > checking for suffix of object files... o > checking whether we are using the GNU C compiler... yes > checking whether gcc accepts -g... yes > checking for gcc option to accept ANSI C... none needed > checking for style of include used by make... GNU > checking dependency style of gcc... gcc3 > checking for strip... /usr/bin/strip > checking for depmod... /sbin/depmod > checking for Linux in /lib/modules/2.4.21-215-smp4G/build... yes > checking for configuration in > /lib/modules/2.4.21-215-smp4G/build/.config... yes > checking Red Hat/Fedora kernel... not found > checking Linux config option CONFIG_M386... no > checking Linux config option CONFIG_M586... no > checking Linux config option CONFIG_M686... yes > checking Linux config option CONFIG_MPENTIUMIII... no > checking Linux config option CONFIG_MK7... no > checking Linux config option CONFIG_SMP... yes > checking Linux config option CONFIG_HIGHMEM64G... no > checking Linux major/minor version... 2.4 > checking for Linux 2.4 make flags... configure: error: > You need to run 'make dep' on the kernel source before continuing. > linux:/usr/local/comedi # > > Same problem with comedi 0.7.68. I sucessfully installed 0.7.60, but the > comedilib 0.7.19 belonging to it fails when compiling the calibrate files. > > Any help and/or info which version to use on SuSE 9.0 and/or how to make > it work would be highly apprechiated. > I only need to get a lowly Advantech PCL 725 to work with my program! > > TIA, > > Christian > > > _______________________________________________ > comedi mailing list > comedi_at_comedi.org > https://cvs.comedi.org/cgi-bin/mailman/listinfo/comedi -- Dipl.-Ing. Christian Fleischer Technical University of Berlin Computer Engineering and Microelectronics Sekr. EN 10 - Einsteinufer 17 - 10587 Berlin - Germany Fon:+49 (0)30 314-73114 Fax:+49 (0)30 314-21116 fleischerATcsDOTtuMINUSberlinDOTde
Received on 2004-05-14Z12:02:49