XICProc

This forum is read only. No new submissions are accepted.

Questions about motif? Contact us

2 posts / 0 new
Last post
XICProc

Submitted by Anonymous on Fri, 11/08/2002 - 12:35. General Questions
When building the type XICProc is causing errors. Does anyone know where this type lives? I`m not a C programmer so go easy with explanations please.

Anonymous

Hi,

i`ve got the same problems when compiling XmIm.c in AIX 5.1 on
Power3 system. Maybe this helps,

put the following text after all #include directives in
./lib/Xm/XmIm.c.

typedef Bool (*XICProc)(
#if NeedFunctionPrototypes
XIC,
XPointer,
XPointer
#endif
);

Hope this helps,