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.
Wed, 06/27/2012 - 13:54
#1
XICProc
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,