- From: Luca Pizzi <lucapizzi_at_hotmail.com>
- Date: Wed, 28 Jul 2004 11:19:56 +0200
[root_at_localhost comedi-0.7.67]# ./configure --with-linuxdir=/usr/src/linux checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu 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... no 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 Linux in /usr/src/linux... yes checking Linux version... 2.6.1 checking for Linux CFLAGS... ok checking Linux config option CONFIG_PCMCIA... module configure: creating ./config.status config.status: creating Makefile config.status: creating modtool config.status: creating comedi/Makefile config.status: creating comedi/drivers/Makefile config.status: creating comedi/kcomedilib/Makefile config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands [root_at_localhost comedi-0.7.67]# make make all-recursive make[1]: Entering directory `/usr/src/comedi-0.7.67' Making all in comedi make[2]: Entering directory `/usr/src/comedi-0.7.67/comedi' Making all in kcomedilib make[3]: Entering directory `/usr/src/comedi-0.7.67/comedi/kcomedilib' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/usr/src/comedi-0.7.67/comedi/kcomedilib' Making all in drivers make[3]: Entering directory `/usr/src/comedi-0.7.67/comedi/drivers' if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include/ -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686 -I/usr/src/linux/include/asm-i386/mach-default -O2 -fomit-frame-pointer -g -O2 -MT cb_das16_cs.o -MD -MP -MF ".deps/cb_das16_cs.Tpo" \ -c -o cb_das16_cs.o `test -f 'cb_das16_cs.c' || echo './'`cb_das16_cs.c; \ then mv -f ".deps/cb_das16_cs.Tpo" ".deps/cb_das16_cs.Po"; \ else rm -f ".deps/cb_das16_cs.Tpo"; exit 1; \ fi cb_das16_cs.c: In function `das16cs_pcmcia_attach': cb_das16_cs.c:750: structure has no member named `release' cb_das16_cs.c:751: structure has no member named `release' cb_das16_cs.c: In function `das16cs_pcmcia_event': cb_das16_cs.c:1102: structure has no member named `release' cb_das16_cs.c:1107: structure has no member named `bus' cb_das16_cs.c: In function `init_das16cs_pcmcia_cs': cb_das16_cs.c:1149: warning: implicit declaration of function `register_pccard_driver' cb_das16_cs.c: In function `exit_das16cs_pcmcia_cs': cb_das16_cs.c:1156: warning: implicit declaration of function `unregister_pccard_driver' cb_das16_cs.c:1159: structure has no member named `release' make[3]: *** [cb_das16_cs.o] Error 1 make[3]: Leaving directory `/usr/src/comedi-0.7.67/comedi/drivers' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/src/comedi-0.7.67/comedi' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/src/comedi-0.7.67' make: *** [all] Error 2 [root_at_localhost comedi-0.7.67]#
Received on 2004-07-28Z08:19:56