similar to: Cant compile Zaptel at all

Displaying 20 results from an estimated 40000 matches similar to: "Cant compile Zaptel at all"

2004 Nov 27
0
Problems compiling zaprtc on 2.4.27 kernel
Has anyone successfully compiled zaprtc on Debian Sarge using the 2.4.27 kernel. I have a symbolic link from linux-2.4 to linux. I compiled a new kernel from source and have been able to compile zaptel as well. The main error seems to be: /usr/include/asm/mpspec.h:6:25: mach_mpspec.h: No such file or directory These are the errors that I am getting: cc -c zaprtc.c -D__KERNEL__ -DMODULE
2004 Jul 18
3
zaptel issues
Hi, I've been trying to bring our Asterisk server to the latest version. I've grabbed the latest CVS and upon trying to compile zaptel, I get the following errors: gcc -I. -O4 -g -Wall -DBUILDING_TONEZONE -DSTANDALONE_ZAPATA -c -o gendigits.o gendigits.c gcc -o gendigits gendigits.o -lm ./gendigits gcc -I/usr/src/linux-2.4/include -O6 -DMODULE -D__KERNEL__ -DEXPORT_SYMTAB
2007 May 18
0
mach_mpspec.h, mach_apicdef.h & xenbus_mkdir
Hello list, I''m trying to build a linux kernel module that uses xenstore to report on the modules loaded into a DomU''s kernel. When building against the current unstable (changeset 15080:089696e0c603) I''m getting build errors about not being able to find mach_mpspec.h and mach_apicdef.h make -C /root/xen-unstable.hg/linux-2.6.18-xen O=/root/xen-
2007 Aug 19
1
[PATCH 1/5] um/... convert #include "linux/..." to #include <linux/...>
(untested) There are several files that #include "linux/file" not #include <linux/file> #include "asm/file" not #include <asm/file> Here's a little script that converts them: egrep -i -r -l --include=*.[ch] \ "^[[:space:]]*\#[[:space:]]*include[[:space:]]*\"(linux|asm)/(.*)\"" * \ | xargs sed -i -e
2007 Aug 19
1
[PATCH 1/5] um/... convert #include "linux/..." to #include <linux/...>
(untested) There are several files that #include "linux/file" not #include <linux/file> #include "asm/file" not #include <asm/file> Here's a little script that converts them: egrep -i -r -l --include=*.[ch] \ "^[[:space:]]*\#[[:space:]]*include[[:space:]]*\"(linux|asm)/(.*)\"" * \ | xargs sed -i -e
2004 Jul 02
0
Have problem install via cvs
Group Following the information located on http://www.asterisk.org/index.php?menu=download I get the following error installing the zaptel Any help would be great!!! Thanks [root@VoIPGW zaptel]# make clean; make install rm -f torisatool makefw tor2fw.h rm -f zttool rm -f *.o ztcfg tzdriver sethdlc sethdlc-new rm -f zonedata.lo tonezone.lo libtonezone.so.1.0 *.lo rm -f *.ko *.mod.c .*o.cmd rm
2007 Jun 15
2
Unable to Compile a LAN Card Driver on Centos4.4
Hi Friends, I recently purchased a LAN Card and the LAN Card CD contains drivers for Linux. But when I am trying to compile the driver on Centos4.4 I am getting below errors. [root at ankush1 sc92031]# make ***************************** sc92031.o built for 2.6.9-42.EL SMP Disabled ***************************** In file included from
2004 Apr 23
3
zaptel on Fedora (Core 1) RedHat Linux-2.4
Hi! I have fresh installation of Fedora (Core 1) RedHat Linux-2.4.22-1.2115.nptl The kernel source is in place /usr/src/linux-2.4.22-1.2115.nptl The config file for the kernel is in place /boot/config-2.4.22-1.2115.nptl As per zaptel instruction, i first created the kernel config file as follows: # cd /usr/src/linux-2.4.22-1.2115.nptl; make menuconfig (in the menu config window) I loaded the
2004 Aug 26
0
Can't make zaptel on red hat 9
Hello, I've followed the instructions here: http://www.voip-info.org/wiki-Asterisk+Zaptel+Installation, but I get the following when trying to make zaptel: I've added the relevant symlinks: [root@asterisk src]# ls -ld /usr/src/linux* lrwxrwxrwx 1 root root 14 Aug 26 22:50 /usr/src/linux -> linux-2.4.20-8 lrwxrwxrwx 1 root root 14 Aug 27 2004
2004 Jun 23
2
problems compiling zaptel X100P on Redhat Fedora 2.6.5-1.358
Hi can you help ? I have been trying to compile the zaptel modules all day for installation with out success, see messages below.... Setup as follows X100P card Intel Celeron (686) 1.7ghz processor Redhat Fedora Core 2 (Linux-2.6.5-1.358) When I do the make I get the following errors Any comments would be great ====> make make -C /usr/src/linux-2.6.5-1.358 SUBDIRS=/asterisk/zaptel-0.9.1
2011 Mar 09
0
[PATCH 04/11] x86: cleanup mpparse.c
Remove unused and pointless bits from mpparse.c (and other files where they are related to it). Of what remains, move whatever possible into .init.*, and some data items into .data.read_mostly. Signed-off-by: Jan Beulich <jbeulich@novell.com> --- 2011-03-09.orig/xen/arch/x86/acpi/boot.c +++ 2011-03-09/xen/arch/x86/acpi/boot.c @@ -177,7 +177,8 @@ acpi_parse_x2apic(struct acpi_subtable_h
2004 Apr 30
2
Can not compile zaptel at SuSE 9.0
Hello all, I am not able to compile zaptel... I am using kernel 2.4.21-202 and it's source is linked to /usr/src/linux. I already have to test installations running at SuSE 9.0 (but here I have an SMP system with to processors). Could you give me a hint? /usr/src/linux/include/linux/highmem.h:93: error: `clear_user_page' undeclared (first use in this function)
2006 Jan 09
3
Problem Compiling Zaptel 1.2.1
[root@iw-asterisk zaptel-1.2.1]# make gcc -I/lib/modules/2.4.21-4.ELsmp/build/include -O6 -DMODULE -D__KERNEL__ -DEXPORT_SYMTAB -I/lib/modules/2.4.21-4.ELsmp/build/drivers/net -Wall -I. -Wstrict-prototypes -fomit-frame-pointer -I/lib/modules/2.4.21-4.ELsmp/build/drivers/net/wan -I/lib/modules/2.4.21-4.ELsmp/build/include/net -DMODVERSIONS -include
2004 Aug 12
1
zaptel wont compile
Trying to update to the latest cvs, but Asterisk complained that zaptel was too old. Updating zaptel gives me this during the make. Any ideas, the searches and Wiki gives me no hints. cc -I. -O4 -g -Wall -DBUILDING_TONEZONE -DSTANDALONE_ZAPATA -c -o gendigits.o gendigits.c cc -o gendigits gendigits.o -lm ./gendigits gcc -I/usr/src/linux-2.4/include -O6 -DMODULE -D__KERNEL__ -DEXPORT_SYMTAB
2005 Jan 12
3
syslinux build fails with 2.6 linux headers
As the subject says, building syslinux fails when built against 2.6.8.1 kernel headers. Anybody out there have a patch? The compile errors are below. set -e ; for i in memdisk dos win32 mtools unix extlinux sample com32 ; do make DATE=0x41e470ae HEXDATE=0x41e470ae -C $i all ; done make[1]: Entering directory `/usr/src/syslinux-3.07-pre1/memdisk' make[1]: Nothing to be done for `all'.
2003 Jun 22
4
Please Help: Trying to build Asterisk - bazillions of errors
Hi I followed the instructions on the Asterisk website for download and building Asterisk. I checked out a fresh copy from the CVS tree as described and that went smooth, but when I try to build as described, I get a truckload of errors and I have absolutely no clue what this all means. Can anybody please give me some hints or perhaps provide a link to a pre-compiled version? thanks in
2003 May 15
4
Problems compiling zaptel
Hi All, At the suggestion of Tilghman I'm trying to compile the zaptel dummy driver to see if it fixes the stuttering mp3 problem. I checked out zaptel from CVS but when I try to do a 'make' I get the following output, which terminates with an error. (I'm using RedHat 9) Can anyone suggest why it fails to compile? cc -I. -O4 -g -Wall -DBUILDING_TONEZONE -DSTANDALONE_ZAPATA
2003 Jul 07
1
Lot's of errors and warnings.
# make clean ; make install rm -f torisatool makefw tor2fw.h rm -f zttool rm -f *.o ztcfg tzdriver sethdlc rm -f zonedata.lo tonezone.lo libtonezone.so.1.0 *.lo rm -f gendigits tones.h rm -f libtonezone* rm -f tor2ee rm -f core cc -I. -O4 -g -Wall -DBUILDING_TONEZONE -DSTANDALONE_ZAPATA -c -o gendigits.o gendigits.c cc -o gendigits gendigits.o -lm ./gendigits gcc -I/usr/src/linux-2.4/include
2004 Apr 28
0
bri-stuff.0.0.2rc20a compile issue
Hi, Seems that there is something broken while compiling zaptel in bri-stuff.0.0.2rc20a. cc -I. -O4 -g -Wall -DBUILDING_TONEZONE -DSTANDALONE_ZAPATA -DCONFIG_ZAPATA_BRI_DCHANS -c -o gendigits.o gendigits.c cc -o gendigits gendigits.o -lm ./gendigits gcc -I/usr/src/linux/include -O6 -DMODULE -D__KERNEL__ -DEXPORT_SYMTAB -I/usr/src/linux/drivers/net -Wall -I. -Wstrict-prototypes
2005 Jul 11
4
Zaptel won't compile under Fedora Core 4
I hope someone can offer me some help with this. Basically, the current CVS version of Zaptel will not compile under Fedora Core 4. I have closely followed the directions in http://www.voip-info.org/tiki-index.php?page=Asterisk+Fedora+Core+3 using the versions given in the FC4 distro with no luck. Here's the output when I run "make linux26". Any help would be great. TIA.