On Friday 05 November 2004 13:35, Marcelo Pacheco wrote: > > Just tried to compile zaptel using latest kernel and GCC 3.4.1 and > > got:- > > /usr/src/zaptel/wcfxs.c: In function `wcfxs_interrupt': > > /usr/src/zaptel/wcfxs.c:473: sorry, unimplemented: inlining failed in > I'm working around this issue by defining those functions as not inline, > but I'm sure this isn't the right solution. > Just confirming this problem exists.
Move the three functions found further down in the source code, to a location before they are called. I.e. before the function in which the inline functions are called (line 810-814). -- Regards, Tais M. Hansen ComX Networks A/S Tel: +45-70257474 Fax: +45-70257374
pgpnjfUbNjm2x.pgp
Description: PGP signature
_______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
