cc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MOTIF -O -D_ALL_SOURCE -Wc,float\(IEEE\) -W c,dll -o objects/gui_xmebw.o gui_xmebw.c
ERROR CCN3334 /usr/include/Xm/Manager.h:46 Identifier XmManagerWidgetClass has already been defined on line 178 of "/usr/lpp/tcpip/X11R6/include/Xm/Xm.h".
ERROR CCN3334 /usr/include/Xm/Manager.h:47 Identifier XmManagerWidget has already been defined on line 179 of "/usr/lpp/tcpip/X11R6/include/Xm/Xm.h".
ERROR CCN3285 ./gui_xmebw.c:1306 The indirection operator cannot be applied to a pointer to an incomplete struct or union.
ERROR CCN3285 ./gui_xmebw.c:1370 The indirection operator cannot be applied to a pointer to an incomplete struct or union.
ERROR CCN3285 ./gui_xmebw.c:1371 The indirection operator cannot be applied to a pointer to an incomplete struct or union.
CCN0793(I) Compilation failed for file ./gui_xmebw.c. Object file not created.
FSUM3065 The COMPILE step ended with return code 12.
FSUM3017 Could not compile gui_xmebw.c. Correct the errors and try again.
FSUM8226 make: Error code 3
$
UDLIST /usr/lpp/tcpip/X11R6/include/Xm/Xm.h Columns 00001 00072
Command ===> Scroll ===> CSR
000170
000171 /* Manager widger class and record definitions */
000172
000173
000174 #ifndef MANAGER
000175 externalref WidgetClass xmManagerWidgetClass;
000176 #endif
000177
000178 typedef struct _XmManagerClassRec * XmManagerWidgetClass;
000179 typedef struct _XmManagerRec * XmManagerWidget;
000180