Re: Problems installing comedi and comedilib on Gentoo linux

Great!

that worked! thanks very much Said! Now I have to try to compile
comedilib, since I'm getting some errors there too, and this recipe
didn't work for that.

Felipe

said bounaceur wrote:
> Hi, 
> 
> you must put this option --disable-pcmcia when you compile comedi
> 
> 
> 
>> Thanks for the quick answer.
>> I have tried that as you said, but I keep getting the same error
>> message, and by doing 'make' I get many many errors. I've attached the
>> build messages at the bottom.
>>
>> Any suggestions?
>>
>> Thanks a lot!
>>
>> Felipe
>>
>> Petrik Galvosas wrote:
>>> Hi,
>>>
>>> the ebuild never worked for me. Try using CVS instead and do the
>>> installation via the ./configure make procedure.
>>>
>>> Petrik
>>>
>>> At Thu, 31 May 2007 15:25:34 +0000,
>>> Felipe Guzman Cervantes wrote:
>>>> Hi everybody,
>>>>
>>>> I've been trying to install comedi and comedilib on Gentoo linux with
>>>> kernel 2.6.20-gentoo-r8, and I get the following error message:
>> linux_at_linux # ./autogen.sh
>> 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 a thread-safe mkdir -p... /usr/bin/mkdir -p
>> 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 file name... 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 ISO C89... none needed
>> checking for style of include used by make... GNU
>> checking dependency style of gcc... gcc3
>> checking whether gcc and cc understand -c and -o together... yes
>> checking for strip... /usr/bin/strip
>> checking for depmod... /sbin/depmod
>> configure: Using 2.6.20-gentoo-r8 as the uname -r value
>> configure: Using i686 as the uname -m value
>> checking for rpm... yes
>> checking if rpm can be used to query packages... no
>> checking for Linux in /lib/modules/2.6.20-gentoo-r8/build... yes
>> checking /lib/modules/2.6.20-gentoo-r8/build/.config... yes
>> checking Pre-FC2 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... no
>> 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
>> configure: Putting kernel modules under /lib/modules/2.6.20-gentoo-r8
>> configure: Putting kernel module development files under
>> /lib/modules/2.6.20-gentoo-r8/build
>> checking Linux major/minor version... 2.6
>> checking for Linux CFLAGS... -Wall -Wundef -Wstrict-prototypes
>> -Wno-trigraphs -fno-strict-aliasing -fno-common -Os -pipe -msoft-float
>> -mregparm=3 -mpreferred-stack-boundary=2 -march=i686 -mtune=i686
>> -ffreestanding -maccumulate-outgoing-args
>>  -DCONFIG_AS_CFI=1
>> -I/lib/modules/2.6.20-gentoo-r8/build/include/asm-i386/mach-default
>> -fomit-frame-pointer -fno-stack-protector -Wdeclaration-after-statement
>> -Wno-pointer-sign -D__KERNEL__
>> -I/lib/modules/2.6.20-gentoo-r8/build/include -include
>> /lib/modules/2.6.20-gentoo-r8/build/include/linux/autoconf.h -DMODULE
>> checking for modpost...
>> /lib/modules/2.6.20-gentoo-r8/build/scripts/mod/modpost
>> checking for strip... (cached) /usr/bin/strip
>> checking for depmod... (cached) /sbin/depmod
>> configure: creating modtool
>> checking Linux config option CONFIG_RTHAL... no
>> checking Linux config option CONFIG_ADEOS... no
>> checking Linux config option CONFIG_IPIPE... no
>> checking Linux config option CONFIG_RTLINUX... no
>> checking for grep that handles long lines and -e... /bin/grep
>> checking for egrep... /bin/grep -E
>> checking /lib/modules/2.6.20-gentoo-r8/build for probe in pcmcia_driver
>> struct... yes
>> checking Linux config option CONFIG_PCMCIA... module
>> checking Linux config option CONFIG_USB... yes
>> checking for Kbuild support in /lib/modules/2.6.20-gentoo-r8/build... yes
>> checking Linux config option CONFIG_ISA... yes
>> checking Linux config option CONFIG_PCI... yes
>> configure: creating ./config.status
>> config.status: creating Makefile
>> config.status: creating comedi/Makefile
>> config.status: creating comedi/drivers/Makefile
>> config.status: creating comedi/drivers/addi-data/Makefile
>> config.status: creating comedi/kcomedilib/Makefile
>> config.status: creating config.h
>> config.status: config.h is unchanged
>> config.status: executing depfiles commands
>>
>> linux_at_linux # make
>> make  all-recursive
>> make[1]: Entering directory `/root/comedi/comedi'
>> Making all in comedi
>> make[2]: Entering directory `/root/comedi/comedi/comedi'
>> Making all in .
>> make[3]: Entering directory `/root/comedi/comedi/comedi'
>> echo > comedi_kbuild.inc
>> echo CONFIG_COMEDI_PCMCIA_MODULES=m >> comedi_kbuild.inc
>> echo CONFIG_COMEDI_USB_MODULES=m >> comedi_kbuild.inc
>> make -I/root/comedi/comedi/comedi -C /lib/modules/2.6.20-gentoo-r8/build
>> M=/root
>> /comedi/comedi/comedi CC="gcc -m32 -I/root/comedi/comedi/ \
>>         -I/root/comedi/comedi/include  " V=1 modules
>> make[4]: Entering directory `/usr/src/linux-2.6.20-gentoo-r8'
>> test -e include/linux/autoconf.h -a -e include/config/auto.conf || (
>>        \
>> echo;                                                           \
>> echo "  ERROR: Kernel configuration is invalid.";               \
>> echo "         include/linux/autoconf.h or include/config/auto.conf are
>> missing.
>> ";      \
>> echo "         Run 'make oldconfig && make prepare' on kernel src to fix
>> it."; \
>> echo;                                                           \
>> /bin/false)
>> mkdir -p /root/comedi/comedi/comedi/.tmp_versions
>> rm -f /root/comedi/comedi/comedi/.tmp_versions/*
>> make -f scripts/Makefile.build obj=/root/comedi/comedi/comedi
>>   gcc -m32 -I/root/comedi/comedi/  -I/root/comedi/comedi/include
>> -Wp,-MD,/root
>> /comedi/comedi/comedi/.comedi_fops.o.d  -nostdinc -isystem
>> /usr/lib/gcc/i686-pc-
>> linux-gnu/4.1.1/include -D__KERNEL__ -Iinclude  -include
>> include/linux/autoconf.
>> h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing
>> -fno-com
>> mon -Os -pipe -msoft-float -mregparm=3 -mpreferred-stack-boundary=2
>> -march=i686
>>  -mtune=i686 -ffreestanding -maccumulate-outgoing-args -DCONFIG_AS_CFI=1
>>  -Iincl
>> ude/asm-i386/mach-default -fomit-frame-pointer  -fno-stack-protector
>> -Wdeclarati
>> on-after-statement -Wno-pointer-sign   -DMODULE -D"KBUILD_STR(s)=#s"
>> -D"KBUILD_B
>> ASENAME=KBUILD_STR(comedi_fops)"  -D"KBUILD_MODNAME=KBUILD_STR(comedi)"
>> -c -o /r
>> oot/comedi/comedi/comedi/.tmp_comedi_fops.o
>> /root/comedi/comedi/comedi/comedi_fo
>> ps.c
>>   gcc -m32 -I/root/comedi/comedi/  -I/root/comedi/comedi/include
>> -Wp,-MD,/root
>> /comedi/comedi/comedi/.proc.o.d  -nostdinc -isystem
>> /usr/lib/gcc/i686-pc-linux-g
>> nu/4.1.1/include -D__KERNEL__ -Iinclude  -include
>> include/linux/autoconf.h -Wall
>>  -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing
>> -fno-common -Os
>>  -pipe -msoft-float -mregparm=3 -mpreferred-stack-boundary=2
>> -march=i686 -mtune
>> =i686 -ffreestanding -maccumulate-outgoing-args -DCONFIG_AS_CFI=1
>> -Iinclude/asm
>> -i386/mach-default -fomit-frame-pointer  -fno-stack-protector
>> -Wdeclaration-afte
>> r-statement -Wno-pointer-sign   -DMODULE -D"KBUILD_STR(s)=#s"
>> -D"KBUILD_BASENAME
>> =KBUILD_STR(proc)"  -D"KBUILD_MODNAME=KBUILD_STR(comedi)" -c -o
>> /root/comedi/com
>> edi/comedi/.tmp_proc.o /root/comedi/comedi/comedi/proc.c
>>   gcc -m32 -I/root/comedi/comedi/  -I/root/comedi/comedi/include
>> -Wp,-MD,/root
>> /comedi/comedi/comedi/.range.o.d  -nostdinc -isystem
>> /usr/lib/gcc/i686-pc-linux-
>> gnu/4.1.1/include -D__KERNEL__ -Iinclude  -include
>> include/linux/autoconf.h -Wal
>> l -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing
>> -fno-common -O
>> s -pipe -msoft-float -mregparm=3 -mpreferred-stack-boundary=2
>> -march=i686 -mtun
>> e=i686 -ffreestanding -maccumulate-outgoing-args -DCONFIG_AS_CFI=1
>> -Iinclude/as
>> m-i386/mach-default -fomit-frame-pointer  -fno-stack-protector
>> -Wdeclaration-aft
>> er-statement -Wno-pointer-sign   -DMODULE -D"KBUILD_STR(s)=#s"
>> -D"KBUILD_BASENAM
>> E=KBUILD_STR(range)"  -D"KBUILD_MODNAME=KBUILD_STR(comedi)" -c -o
>> /root/comedi/c
>> omedi/comedi/.tmp_range.o /root/comedi/comedi/comedi/range.c
>>   gcc -m32 -I/root/comedi/comedi/  -I/root/comedi/comedi/include
>> -Wp,-MD,/root
>> /comedi/comedi/comedi/.drivers.o.d  -nostdinc -isystem
>> /usr/lib/gcc/i686-pc-linu
>> x-gnu/4.1.1/include -D__KERNEL__ -Iinclude  -include
>> include/linux/autoconf.h -W
>> all -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing
>> -fno-common
>> -Os -pipe -msoft-float -mregparm=3 -mpreferred-stack-boundary=2
>> -march=i686 -mt
>> une=i686 -ffreestanding -maccumulate-outgoing-args -DCONFIG_AS_CFI=1
>> -Iinclude/
>> asm-i386/mach-default -fomit-frame-pointer  -fno-stack-protector
>> -Wdeclaration-a
>> fter-statement -Wno-pointer-sign   -DMODULE -D"KBUILD_STR(s)=#s"
>> -D"KBUILD_BASEN
>> AME=KBUILD_STR(drivers)"  -D"KBUILD_MODNAME=KBUILD_STR(comedi)" -c -o
>> /root/come
>> di/comedi/comedi/.tmp_drivers.o /root/comedi/comedi/comedi/drivers.c
>>   gcc -m32 -I/root/comedi/comedi/  -I/root/comedi/comedi/include
>> -Wp,-MD,/root
>> /comedi/comedi/comedi/.comedi_ksyms.o.d  -nostdinc -isystem
>> /usr/lib/gcc/i686-pc
>> -linux-gnu/4.1.1/include -D__KERNEL__ -Iinclude  -include
>> include/linux/autoconf
>> .h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing
>> -fno-co
>> mmon -Os -pipe -msoft-float -mregparm=3 -mpreferred-stack-boundary=2
>> -march=i68
>> 6 -mtune=i686 -ffreestanding -maccumulate-outgoing-args
>> -DCONFIG_AS_CFI=1  -Iinc
>> lude/asm-i386/mach-default -fomit-frame-pointer  -fno-stack-protector
>> -Wdeclarat
>> ion-after-statement -Wno-pointer-sign   -DMODULE -D"KBUILD_STR(s)=#s"
>> -D"KBUILD_
>> BASENAME=KBUILD_STR(comedi_ksyms)"
>> -D"KBUILD_MODNAME=KBUILD_STR(comedi)" -c -o
>> /root/comedi/comedi/comedi/.tmp_comedi_ksyms.o
>> /root/comedi/comedi/comedi/comedi
>> _ksyms.c
>>   ld -m elf_i386 -m elf_i386  -r -o /root/comedi/comedi/comedi/comedi.o
>> /root/co
>> medi/comedi/comedi/comedi_fops.o /root/comedi/comedi/comedi/proc.o
>> /root/comedi/
>> comedi/comedi/range.o /root/comedi/comedi/comedi/drivers.o
>> /root/comedi/comedi/c
>> omedi/comedi_ksyms.o
>> make -f scripts/Makefile.build obj=/root/comedi/comedi/comedi/drivers
>>   gcc -m32 -I/root/comedi/comedi/  -I/root/comedi/comedi/include
>> -Wp,-MD,/root
>> /comedi/comedi/comedi/drivers/.cb_das16_cs.o.d  -nostdinc -isystem
>> /usr/lib/gcc/
>> i686-pc-linux-gnu/4.1.1/include -D__KERNEL__ -Iinclude  -include
>> include/linux/a
>> utoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs
>> -fno-strict-aliasing
>> -fno-common -Os -pipe -msoft-float -mregparm=3
>> -mpreferred-stack-boundary=2  -ma
>> rch=i686 -mtune=i686 -ffreestanding -maccumulate-outgoing-args
>> -DCONFIG_AS_CFI=1
>>   -Iinclude/asm-i386/mach-default -fomit-frame-pointer
>> -fno-stack-protector -Wd
>> eclaration-after-statement -Wno-pointer-sign   -DMODULE
>> -D"KBUILD_STR(s)=#s" -D"
>> KBUILD_BASENAME=KBUILD_STR(cb_das16_cs)"
>> -D"KBUILD_MODNAME=KBUILD_STR(cb_das16_
>> cs)" -c -o /root/comedi/comedi/comedi/drivers/.tmp_cb_das16_cs.o
>> /root/comedi/co
>> medi/comedi/drivers/cb_das16_cs.c
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c:79: error: expected
>> specifier-q
>> ualifier-list before 'dev_link_t'
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c:96: error: expected
>> '=', ',', '
>> ;', 'asm' or '__attribute__' before '*' token
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c:125: error: expected
>> declaratio
>> n specifiers or '...' before 'dev_link_t'
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c: In function 'get_prodid':
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c:127: error: 'link'
>> undeclared (
>> first use in this function)
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c:127: error: (Each
>> undeclared id
>> entifier is reported only once
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c:127: error: for each
>> function i
>> t appears in.)
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c: At top level:
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c:145: error: expected
>> declaratio
>> n specifiers or '...' before 'dev_link_t'
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c: In function
>> 'das16cs_probe':
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c:150: error: 'link'
>> undeclared (
>> first use in this function)
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c:150: error: too many
>> arguments
>> to function 'get_prodid'
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c: In function
>> 'das16cs_attach':
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c:165: error:
>> 'dev_link_t' undecl
>> ared (first use in this function)
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c:165: error: 'link'
>> undeclared (
>> first use in this function)
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c:166: warning: ISO C90
>> forbids m
>> ixed declarations and code
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c:172: error: 'dev_list'
>> undeclar
>> ed (first use in this function)
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c:192: error: too many
>> arguments
>> to function 'das16cs_probe'
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c: In function
>> 'das16cs_ai_rinsn'
>> :
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c:298: error:
>> 'das16cs_private' h
>> as no member named 'status1'
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c:299: error:
>> 'das16cs_private' h
>> as no member named 'status1'
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c:300: error:
>> 'das16cs_private' h
>> as no member named 'status1'
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c:302: error:
>> 'das16cs_private' h
>> as no member named 'status2'
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c:303: error:
>> 'das16cs_private' h
>> as no member named 'status2'
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c:304: error:
>> 'das16cs_private' h
>> as no member named 'status2'
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c: In function
>> 'das16cs_ao_winsn'
>> :
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c:480: error:
>> 'das16cs_private' h
>> as no member named 'ao_readback'
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c:483: error:
>> 'das16cs_private' h
>> as no member named 'status1'
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c:486: error:
>> 'das16cs_private' h
>> as no member named 'status1'
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c: In function
>> 'das16cs_ao_rinsn'
>> :
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c:520: error:
>> 'das16cs_private' h
>> as no member named 'ao_readback'
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c: In function
>> 'das16cs_dio_insn_
>> config':
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c:575: error:
>> 'das16cs_private' h
>> as no member named 'status2'
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c:576: error:
>> 'das16cs_private' h
>> as no member named 'status2'
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c:577: error:
>> 'das16cs_private' h
>> as no member named 'status2'
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c:579: error:
>> 'das16cs_private' h
>> as no member named 'status2'
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c: At top level:
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c:633: error: expected
>> ')' before
>>  '*' token
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c:692: error: expected
>> specifier-
>> qualifier-list before 'dev_link_t'
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c: In function
>> 'das16cs_pcmcia_at
>> tach':
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c:713: error:
>> 'dev_link_t' undecl
>> ared (first use in this function)
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c:713: error: 'link'
>> undeclared (
>> first use in this function)
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c:721: error:
>> 'local_info_t' has
>> no member named 'link'
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c:740: error: 'dev_list'
>> undeclar
>> ed (first use in this function)
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c:744: error: 'struct
>> pcmcia_devi
>> ce' has no member named 'instance'
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c:745: error:
>> 'DEV_PRESENT' undec
>> lared (first use in this function)
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c:745: error:
>> 'DEV_CONFIG_PENDING
>> ' undeclared (first use in this function)
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c:746: warning: implicit
>> declarat
>> ion of function 'das16cs_pcmcia_config'
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c: In function
>> 'das16cs_pcmcia_de
>> tach':
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c:762: error:
>> 'dev_link_t' undecl
>> ared (first use in this function)
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c:762: error: 'link'
>> undeclared (
>> first use in this function)
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c:762: warning: implicit
>> declarat
>> ion of function 'dev_to_instance'
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c:763: error: 'linkp'
>> undeclared
>> (first use in this function)
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c:768: error: 'dev_list'
>> undeclar
>> ed (first use in this function)
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c:779: error:
>> 'DEV_CONFIG' undecl
>> ared (first use in this function)
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c: At top level:
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c:798: error: expected
>> ')' before
>>  '*' token
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c: In function
>> 'das16cs_pcmcia_re
>> lease':
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c:980: error:
>> 'dev_link_t' undecl
>> ared (first use in this function)
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c:980: error: 'link'
>> undeclared (
>> first use in this function)
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c:980: error: expected
>> expression
>>  before ')' token
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c:993: warning: implicit
>> declarat
>> ion of function 'pcmcia_release_configuration'
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c:995: warning: implicit
>> declarat
>> ion of function 'pcmcia_release_io'
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c:997: warning: implicit
>> declarat
>> ion of function 'pcmcia_release_irq'
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c:998: error:
>> 'DEV_CONFIG' undecl
>> ared (first use in this function)
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c: In function
>> 'das16cs_pcmcia_su
>> spend':
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c:1003: error:
>> 'dev_link_t' undec
>> lared (first use in this function)
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c:1003: error: 'link'
>> undeclared
>> (first use in this function)
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c:1004: warning: ISO C90
>> forbids
>> mixed declarations and code
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c:1006: error:
>> 'DEV_SUSPEND' unde
>> clared (first use in this function)
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c:1008: error:
>> 'local_info_t' has
>>  no member named 'stop'
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c:1009: error:
>> 'DEV_CONFIG' undec
>> lared (first use in this function)
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c: In function
>> 'das16cs_pcmcia_re
>> sume':
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c:1017: error:
>> 'dev_link_t' undec
>> lared (first use in this function)
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c:1017: error: 'link'
>> undeclared
>> (first use in this function)
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c:1018: warning: ISO C90
>> forbids
>> mixed declarations and code
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c:1020: error:
>> 'DEV_SUSPEND' unde
>> clared (first use in this function)
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c:1021: error:
>> 'DEV_CONFIG' undec
>> lared (first use in this function)
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c:1023: error:
>> 'local_info_t' has
>>  no member named 'stop'
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c: In function
>> 'exit_das16cs_pcmc
>> ia_cs':
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c:1060: error: 'dev_list'
>> undecla
>> red (first use in this function)
>> /root/comedi/comedi/comedi/drivers/cb_das16_cs.c:1062: error:
>> 'DEV_CONFIG' undec
>> lared (first use in this function)
>> make[6]: *** [/root/comedi/comedi/comedi/drivers/cb_das16_cs.o] Error 1
>> make[5]: *** [/root/comedi/comedi/comedi/drivers] Error 2
>> make[4]: *** [_module_/root/comedi/comedi/comedi] Error 2
>> make[4]: Leaving directory `/usr/src/linux-2.6.20-gentoo-r8'
>> make[3]: [all-local] Error 2 (ignored)
>> make[3]: Leaving directory `/root/comedi/comedi/comedi'
>> Making all in kcomedilib
>> make[3]: Entering directory `/root/comedi/comedi/comedi/kcomedilib'
>> make[3]: Nothing to be done for `all'.
>> make[3]: Leaving directory `/root/comedi/comedi/comedi/kcomedilib'
>> Making all in drivers
>> make[3]: Entering directory `/root/comedi/comedi/comedi/drivers'
>> Making all in addi-data
>> make[4]: Entering directory `/root/comedi/comedi/comedi/drivers/addi-data'
>> make[4]: Nothing to be done for `all'.
>> make[4]: Leaving directory `/root/comedi/comedi/comedi/drivers/addi-data'
>> make[4]: Entering directory `/root/comedi/comedi/comedi/drivers'
>> make[4]: Nothing to be done for `all-am'.
>> make[4]: Leaving directory `/root/comedi/comedi/comedi/drivers'
>> make[3]: Leaving directory `/root/comedi/comedi/comedi/drivers'
>> make[2]: Leaving directory `/root/comedi/comedi/comedi'
>> make[2]: Entering directory `/root/comedi/comedi'
>> make[2]: Leaving directory `/root/comedi/comedi'
>> make[1]: Leaving directory `/root/comedi/comedi'
>>
>>
>> _______________________________________________
>> comedi mailing list
>> comedi_at_comedi.org
>> https://cvs.comedi.org/cgi-bin/mailman/listinfo/comedi
>>
> 

Received on 2007-05-31Z17:55:22