[Asterisk-Users] Compile Error on RC2
Dave Cotton
dcotton at linuxautrement.com
Mon Sep 20 13:11:06 MST 2004
On Mon, 2004-09-20 at 15:57 -0400, david winter wrote:
> can someone please let me kniow if you have any ideas why this wouldnt
> be working? ixjuser.h seems to be part of my glibc-devel2.3.3 package on
> my mandrake 10.1 install. i am alos including the ixjuser.h lines its
> complaining about.
>
>
> typedef struct {
> int elements_used;
> IXJ_CADENCE_TERM termination;
> IXJ_CADENCE_ELEMENT __user *ce; <-------line 353
> } IXJ_CADENCE;
>
Make it IXJ_CADENCE_ELEMENT __user, *ce;
and it'll compile.
--
Dave Cotton <dcotton at linuxautrement.com>
More information about the asterisk-users
mailing list