Re: [GnomeMeeting-list] New on the list, my first question



Hi,
 It appears you are using the nixj driver, which I wrote and tested on a 
2.4.20 kernel.

Unfortunately, I have not had time to complete the transistion of the 
driver to 2.6  If you are interested in helping out, please write to me 
privately.


Derek.
================
On Wed, 30 Mar 2005, Damien Sandras wrote:

> Hi Dirk,
> 
> I'm not much experienced with the IXJ driver.
> 
> I suggest you to wait for Derek's answer (he is subscribed).
> 
> 
> Le mercredi 30 mars 2005 à 12:39 +0200, Dirk a écrit :
> >Hallo again,
> >
> >big thanx to Mr.Sandras for the fast answer. Yesterday i update to 
> >Mandrake10.1 to get the newer version 1.0.2 of Gnomemeeting. But now i 
> >can't compile the ixj driver, let me say i'm not realy firm in using 
> >sourcecode, so i don't understand the messages. Please have a look at 
> >the attachment it's the output from configure and make. How can i fix it?
> >
> >Greetings Dirk
> >
> >>pièce jointe plain text document (configure.txt)
> >ot blackcube ixj-3.1.0]# ./configure
> >checking for rmmod... /sbin/rmmod
> >checking for lsmod... /sbin/lsmod
> >checking for depmod... /sbin/depmod
> >checking for gawk... gawk
> >checking for a BSD-compatible install... /usr/bin/install -c
> >checking for driver version... version is 3.1.0
> >checking running kernel version... ok (2.6.8.1-12mdk)
> >checking for kernel source directory... checking for configured kernel... Found a kernel configuration file.(/usr/src/linux-2.6.8.1-12mdk/.config)
> >checking for complete kernel source... yes
> >checking for kernel includes directory... yes (/usr/src/linux-2.6.8.1-12mdk/include)
> >checking that running and kernel source versions match... no
> >configure: WARNING: Kernel source version (2.6.8.1-12mdkcustom) does not match running version (2.6.8.1-12mdk).
> >configure: WARNING: This kernel module may not work correctly
> >checking for kernel compiled with modules... yes
> >checking "kernel modules directory"... yes (/lib/modules/2.6.8.1-12mdk)
> >checking "version symbols enabled"... No versions enabled
> >checking "if kernel compiled with phone module"... yes
> >checking "for Quicknet telephony code in kernel"... yes found phone_ixj as a module
> >checking "pcmcia module directory"... /lib/modules/2.6.8.1-12mdk/pcmcia
> >checking "for auto ISAPNP support"... enabled
> >checking "for existance of pcmcia include directory"... /usr/src/linux-2.6.8.1-12mdk/include
> >checking "for pcmcia card services module support"... Found pcmcia support in kernel
> >configure: creating ./config.status
> >config.status: creating Makefile
> >config.status: creating ixj-config.h
> >
> >Kernel include file..........:n
> >.............................:
> >Kernel source version .......:2.6.8.1-12mdkcustom
> >Kernel include dir ..........:/usr/src/linux-2.6.8.1-12mdk/include
> >Kernel module dir ...........:/lib/modules/2.6.8.1-12mdk/kernel/drivers/telephony
> >Kernel root module dir ......:/lib/modules/2.6.8.1-12mdk
> >.............................:
> >Pcmcia include dir ..........:/usr/src/linux-2.6.8.1-12mdk/include
> >Pcmcia module dir ...........:/lib/modules/2.6.8.1-12mdk/pcmcia
> >.............................:
> >Has ISAPNP support in module.:y
> >Optional compiler flags......:
> >Build custom ISAPNP module...:No
> >
> >>pièce jointe plain text document (make.txt)
> >ot blackcube ixj-3.1.0]# make
> >cc  -D__KERNEL__ -DMODULE -Wall  -Werror -I. -Itelephony -I/usr/src/linux-2.6.8.1-12mdk/include -O2 -o ixj.o -c telephony/ixj.c  -DIXJ_STANDALONE
> >In file included from /usr/src/linux-2.6.8.1-12mdk/include/asm/processor.h:18,
> >                 from /usr/src/linux-2.6.8.1-12mdk/include/asm/thread_info.h:16,
> >                 from /usr/src/linux-2.6.8.1-12mdk/include/linux/thread_info.h:21,
> >                 from /usr/src/linux-2.6.8.1-12mdk/include/linux/spinlock.h:12,
> >                 from /usr/src/linux-2.6.8.1-12mdk/include/linux/capability.h:45,
> >                 from /usr/src/linux-2.6.8.1-12mdk/include/linux/sched.h:7,
> >                 from /usr/src/linux-2.6.8.1-12mdk/include/linux/module.h:10,
> >                 from telephony/ixj.c:656:
> >/usr/src/linux-2.6.8.1-12mdk/include/asm/system.h: In function `__set_64bit_var':
> >/usr/src/linux-2.6.8.1-12mdk/include/asm/system.h:193: warning: dereferencing type-punned pointer will break strict-aliasing rules
> >/usr/src/linux-2.6.8.1-12mdk/include/asm/system.h:193: warning: dereferencing type-punned pointer will break strict-aliasing rules
> >In file included from /usr/src/linux-2.6.8.1-12mdk/include/linux/irq.h:20,
> >                 from /usr/src/linux-2.6.8.1-12mdk/include/asm/hardirq.h:6,
> >                 from /usr/src/linux-2.6.8.1-12mdk/include/linux/interrupt.h:12,
> >                 from telephony/ixj.c:674:
> >/usr/src/linux-2.6.8.1-12mdk/include/asm/irq.h:16:25: irq_vectors.h: No such file or directory
> >In file included from /usr/src/linux-2.6.8.1-12mdk/include/asm/hardirq.h:6,
> >                 from /usr/src/linux-2.6.8.1-12mdk/include/linux/interrupt.h:12,
> >                 from telephony/ixj.c:674:
> >/usr/src/linux-2.6.8.1-12mdk/include/linux/irq.h: At top level:
> >/usr/src/linux-2.6.8.1-12mdk/include/linux/irq.h:70: error: `NR_IRQS' undeclared here (not in a function)
> >In file included from /usr/src/linux-2.6.8.1-12mdk/include/linux/irq.h:72,
> >                 from /usr/src/linux-2.6.8.1-12mdk/include/asm/hardirq.h:6,
> >                 from /usr/src/linux-2.6.8.1-12mdk/include/linux/interrupt.h:12,
> >                 from telephony/ixj.c:674:
> >/usr/src/linux-2.6.8.1-12mdk/include/asm/hw_irq.h:28: error: `NR_IRQ_VECTORS' undeclared here (not in a function)
> >telephony/ixj.c:717:29: linux/compatmac.h: No such file or directory
> >telephony/ixj.c: In function `ixj_kernel_safe_sleep_for':
> >telephony/ixj.c:1357: warning: comparison of distinct pointer types lacks a cast
> >telephony/ixj.c: In function `ixj_handle_sop_pu_ringing':
> >telephony/ixj.c:1640: warning: comparison of distinct pointer types lacks a cast
> >telephony/ixj.c:1650: warning: comparison of distinct pointer types lacks a cast
> >telephony/ixj.c: In function `ixj_hookstate':
> >telephony/ixj.c:2395: warning: comparison of distinct pointer types lacks a cast
> >telephony/ixj.c: In function `ixj_open':
> >telephony/ixj.c:2576: warning: `MOD_INC_USE_COUNT' is deprecated (declared at /usr/src/linux-2.6.8.1-12mdk/include/linux/module.h:555)
> >telephony/ixj.c: In function `ixj_release':
> >telephony/ixj.c:2699: warning: `MOD_DEC_USE_COUNT' is deprecated (declared at /usr/src/linux-2.6.8.1-12mdk/include/linux/module.h:567)
> >telephony/ixj.c: In function `ixj_cleanup':
> >telephony/ixj.c:7836: error: structure has no member named `deactivate'
> >telephony/ixj.c: In function `ixj_probe_isapnp':
> >telephony/ixj.c:8042: warning: implicit declaration of function `isapnp_find_dev'
> >telephony/ixj.c:8042: warning: assignment makes pointer from integer without a cast
> >telephony/ixj.c:8048: error: structure has no member named `prepare'
> >telephony/ixj.c:8069: error: structure has no member named `activate'
> >telephony/ixj.c:8136: error: structure has no member named `serial'
> >telephony/ixj.c: In function `ixj_probe_pci':
> >telephony/ixj.c:8246: warning: `check_region' is deprecated (declared at /usr/src/linux-2.6.8.1-12mdk/include/linux/ioport.h:121)
> >telephony/ixj.c: In function `ixj_init':
> >telephony/ixj.c:8346: warning: implicit declaration of function `pci_present'
> >telephony/ixj.c: In function `ixj_probe_pci_for_tigerjet':
> >telephony/ixj.c:9568: warning: `check_region' is deprecated (declared at /usr/src/linux-2.6.8.1-12mdk/include/linux/ioport.h:121)
> >telephony/ixj.c:9608: error: structure has no member named `driver_data'
> >make: *** [ixj.o] Fehler 1
> >
> >_______________________________________________
> >GnomeMeeting-list mailing list
> >GnomeMeeting-list gnome org
> >http://mail.gnome.org/mailman/listinfo/gnomemeeting-list
> 

-- 
Derek Smithies Ph.D.                         
IndraNet Technologies Ltd.                
Email: derek indranet co nz         
ph +64 3 365 6485                          
Web: http://www.indranet-technologies.com/  




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]