Re: [App_rpt-users] Debian wheezy (7) install?
I've gone to Debian 6.0 now with kernel 2.6.32-5-amd64 I'm getting the following error compiling from svn and the main disto package: CC [M] /root/trunk/zaptel/kernel/wctdm24xxp/GpakCust.o In file included from /root/trunk/zaptel/kernel/wctdm24xxp/GpakCust.c:45: /root/trunk/zaptel/kernel/wctdm24xxp/wctdm24xxp.h:154: error: field ‘work’ has incomplete type /root/trunk/zaptel/kernel/wctdm24xxp/GpakCust.c: In function ‘gpakLockAccess’: /root/trunk/zaptel/kernel/wctdm24xxp/GpakCust.c:410: warning: ignoring return value of ‘down_interruptible’, declared with attribute warn_unused_result make[6]: *** [/root/trunk/zaptel/kernel/wctdm24xxp/GpakCust.o] Error 1 make[5]: *** [/root/trunk/zaptel/kernel/wctdm24xxp] Error 2 make[4]: *** [_module_/root/trunk/zaptel/kernel] Error 2 make[3]: *** [sub-make] Error 2 make[2]: *** [all] Error 2 make[2]: Leaving directory `/usr/src/linux-headers-2.6.32-5-amd64' make[1]: *** [modules] Error 2 make[1]: Leaving directory `/root/trunk/zaptel' make: *** [all] Error 2 make: Leaving directory `/root/trunk/zaptel' Looks like 'work' is not properly defined in wctdm24xxp.h, but I could be wrong. Any ideas? Thank you, -- Bryan Fields 727-409-1194 - Voice 727-214-2508 - Fax http://bryanfields.net
Hi Brian, Do you need that driver (probably not, I'm guessing)?? If not, the simplest solution for now is probably to just disable it...The only driver I'm building on my systems is ztdummy--I'm running all URI's. To disable, cd into the zaptel directory and perform the command: make menuselect .... Happy Holidays! 73, David KB4FXC On Sun, 15 Dec 2013, Bryan Fields wrote:
I've gone to Debian 6.0 now with kernel 2.6.32-5-amd64
I'm getting the following error compiling from svn and the main disto package:
CC [M] /root/trunk/zaptel/kernel/wctdm24xxp/GpakCust.o In file included from /root/trunk/zaptel/kernel/wctdm24xxp/GpakCust.c:45: /root/trunk/zaptel/kernel/wctdm24xxp/wctdm24xxp.h:154: error: field work has incomplete type /root/trunk/zaptel/kernel/wctdm24xxp/GpakCust.c: In function gpakLockAccess: /root/trunk/zaptel/kernel/wctdm24xxp/GpakCust.c:410: warning: ignoring return value of down_interruptible, declared with attribute warn_unused_result make[6]: *** [/root/trunk/zaptel/kernel/wctdm24xxp/GpakCust.o] Error 1 make[5]: *** [/root/trunk/zaptel/kernel/wctdm24xxp] Error 2 make[4]: *** [_module_/root/trunk/zaptel/kernel] Error 2 make[3]: *** [sub-make] Error 2 make[2]: *** [all] Error 2 make[2]: Leaving directory `/usr/src/linux-headers-2.6.32-5-amd64' make[1]: *** [modules] Error 2 make[1]: Leaving directory `/root/trunk/zaptel' make: *** [all] Error 2 make: Leaving directory `/root/trunk/zaptel'
Looks like 'work' is not properly defined in wctdm24xxp.h, but I could be wrong.
Any ideas?
Thank you,
participants (2)
-
Bryan Fields -
David McGough