The xpm attribute type should not be declared if the xpm header or xmp linker detection fails >>
/* #undef HAVE_X11_XPM_H */ The following should NOT have been set >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> /* Define to the type of the XpmAttributes type. */ #define XPMATTRIBUTES_TYPE XpmAttributes <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< cc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MOTIF -O -D_ALL_SOURCE -Wc,float\(IEEE\),HALTONMSG\(3296\) -W c,dll -o objects/gui_xmebw.o gui_xmebw.c WARNING CCN3296 ./gui_xmebw.c:38 #include file <X11/xpm.h> not found. ERROR CCN3275 ./gui_xmebw.c:291 Unexpected text attr encountered. ERROR CCN3045 ./gui_xmebw.c:291 Undeclared identifier XpmAttributes. ERROR CCN3046 ./gui_xmebw.c:292 Syntax error. ERROR CCN3046 ./gui_xmebw.c:293 Syntax error. ERROR CCN3277 ./gui_xmebw.c:294 Syntax error: possible missing ';' or ','? ERROR CCN3277 ./gui_xmebw.c:295 Syntax error: possible missing ';' or ','? ERROR CCN3277 ./gui_xmebw.c:296 Syntax error: possible missing ';' or ','? ERROR CCN3277 ./gui_xmebw.c:297 Syntax error: possible missing ';' or ','? ERROR CCN3277 ./gui_xmebw.c:298 Syntax error: possible missing ';' or ','? ERROR CCN3277 ./gui_xmebw.c:299 Syntax error: possible missing ';' or ','? ERROR CCN3277 ./gui_xmebw.c:300 Syntax error: possible missing ';' or ','? ERROR CCN3277 ./gui_xmebw.c:301 Syntax error: possible missing ';' or ','? ERROR CCN3277 ./gui_xmebw.c:302 Syntax error: possible missing ';' or ','? ERROR CCN3275 ./gui_xmebw.c:304 Unexpected text 'int' encountered. ERROR CCN3046 ./gui_xmebw.c:305 Syntax error. ERROR CCN3275 ./gui_xmebw.c:306 Unexpected text 'int' encountered. ERROR CCN3275 ./gui_xmebw.c:307 Unexpected text 'int' encountered. ERROR CCN3275 ./gui_xmebw.c:308 Unexpected text 'unsigned int' encountered. ERROR CCN3275 ./gui_xmebw.c:309 Unexpected text 'int' encountered. ERROR CCN3046 ./gui_xmebw.c:310 Syntax error. ERROR CCN3046 ./gui_xmebw.c:311 Syntax error. ERROR CCN3046 ./gui_xmebw.c:312 Syntax error. ERROR CCN3046 ./gui_xmebw.c:313 Syntax error. ERROR CCN3046 ./gui_xmebw.c:314 Syntax error. ERROR CCN3275 ./gui_xmebw.c:315 Unexpected text 'char' encountered. ERROR CCN3275 ./gui_xmebw.c:316 Unexpected text 'char' encountered. ERROR CCN3275 ./gui_xmebw.c:317 Unexpected text 'int' encountered. ERROR CCN3046 ./gui_xmebw.c:318 Syntax error. ERROR CCN3045 ./gui_xmebw.c:349 Undeclared identifier color. ERROR CCN3045 ./gui_xmebw.c:359 Undeclared identifier attr. ERROR CCN3045 ./gui_xmebw.c:359 Undeclared identifier XpmColorSymbols. ERROR CCN3045 ./gui_xmebw.c:359 Undeclared identifier XpmCloseness. ERROR CCN3045 ./gui_xmebw.c:366 Undeclared identifier XpmSuccess. ERROR CCN3045 ./gui_xmebw.c:440 Undeclared identifier XpmColorKey. ERROR CCN3045 ./gui_xmebw.c:444 Undeclared identifier XPM_MONO. ERROR CCN3285 ./gui_xmebw.c:1305 The indirection operator cannot be applied to a pointer to an incomplete struct or union. ERROR CCN3285 ./gui_xmebw.c:1369 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. 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 $ -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
