Hi All, I'm compiling zaptel. Did the usual ./configure, then make. Compile breaks saying: ---------------------------- /usr/src/zaptel-1.4.5.1/wcusb.c:1451: error: unknown field ?owner? specified in initializer /usr/src/zaptel-1.4.5.1/wcusb.c:1451: warning: initialization from incompatible pointer type make[3]: *** [/usr/src/zaptel-1.4.5.1/wcusb.o] Error 1 make[2]: *** [_module_/usr/src/zaptel-1.4.5.1] Error 2 ---------------------------- What am I missing here? Do I have to have my digium card installed first before compiling zaptel? I am running Fedora Core 5. Thanks for your help. Jeng ___________________________________________________________ Want ideas for reducing your carbon footprint? Visit Yahoo! For Good http://uk.promotions.yahoo.com/forgood/environment.html
On Tue, Sep 25, 2007 at 03:22:01PM +0100, Jeng Yu wrote:> Hi All, > > I'm compiling zaptel. Did the usual ./configure, then > make. Compile breaks saying: > > ---------------------------- > /usr/src/zaptel-1.4.5.1/wcusb.c:1451: error: unknown > field ?owner? specified in initializer > /usr/src/zaptel-1.4.5.1/wcusb.c:1451: warning: > initialization from incompatible pointer type > make[3]: *** [/usr/src/zaptel-1.4.5.1/wcusb.o] Error 1 > make[2]: *** [_module_/usr/src/zaptel-1.4.5.1] Error 2 > ---------------------------- > > What am I missing here? Do I have to have my digium > card installed first before compiling zaptel? > > I am running Fedora Core 5.What kernel version? uname -r -- Tzafrir Cohen icq#16849755 jabber:tzafrir.cohen at xorcom.com +972-50-7952406 mailto:tzafrir.cohen at xorcom.com http://www.xorcom.com iax:guest at local.xorcom.com/tzafrir
Also, /usr/bin/gcc --version gives: gcc (GCC) 4.1.0 20060304 (Red Hat 4.1.0-3) Copyright (C) 2006 Free Software Foundation, Inc. Also, /usr/bin/make --version gives: GNU Make 3.80 Copyright (C) 2002 Free Software Foundation, Inc. Thanks, Jeng --- Jeng Yu <jengyu2007 at yahoo.co.uk> wrote:> Hi All, > > I'm compiling zaptel. Did the usual ./configure, > then > make. Compile breaks saying: > > ---------------------------- > /usr/src/zaptel-1.4.5.1/wcusb.c:1451: error: unknown > field ?owner? specified in initializer > /usr/src/zaptel-1.4.5.1/wcusb.c:1451: warning: > initialization from incompatible pointer type > make[3]: *** [/usr/src/zaptel-1.4.5.1/wcusb.o] Error > 1 > make[2]: *** [_module_/usr/src/zaptel-1.4.5.1] Error > 2 > ---------------------------- > > What am I missing here? Do I have to have my digium > card installed first before compiling zaptel? > > I am running Fedora Core 5. > > Thanks for your help. > > Jeng > > > >___________________________________________________________> > Want ideas for reducing your carbon footprint? Visit > Yahoo! For Good >http://uk.promotions.yahoo.com/forgood/environment.html> > > _______________________________________________ > > Sign up now for AstriCon 2007! September 25-28th. > http://www.astricon.net/ > > --Bandwidth and Colocation Provided by > http://www.api-digital.com-- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > >http://lists.digium.com/mailman/listinfo/asterisk-users>___________________________________________________________ Want ideas for reducing your carbon footprint? Visit Yahoo! For Good http://uk.promotions.yahoo.com/forgood/environment.html
On Tuesday 25 September 2007 09:22:01 Jeng Yu wrote:> /usr/src/zaptel-1.4.5.1/wcusb.c:1451: error: unknown > field ?owner? specified in initializerType 'make menuselect', deselect wcusb, then left-arrow out to the top, hit 's' for save, then 'make' again. -- Tilghman