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 <[EMAIL PROTECTED]>

_______________________________________________
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

Reply via email to