Has anyone run into any problems, or have successfully compiled and installed the latest vim executable on a *nix platform? I began trying to configure and make an executable with the limited configure options, and get the following compiling errors:
gui_xmebw.c: In function `set_pixmap': gui_xmebw.c:385: error: `XpmAllocColor' undeclared (first use in this function) gui_xmebw.c:385: error: (Each undeclared identifier is reported only once gui_xmebw.c:385: error: for each function it appears in.) gui_xmebw.c:389: error: structure has no member named `alloc_color' gui_xmebw.c: In function `draw_shadows': gui_xmebw.c:488: error: structure has no member named `enable_etched_in_menu' gui_xmebw.c: In function `draw_label': gui_xmebw.c:646: error: structure has no member named `enable_etched_in_menu' gui_xmebw.c: In function `Enter': gui_xmebw.c:731: error: structure has no member named `enable_etched_in_menu' gui_xmebw.c: In function `Leave': gui_xmebw.c:815: error: structure has no member named `enable_etched_in_menu' gui_xmebw.c: In function `Redisplay': gui_xmebw.c:1167: error: structure has no member named `default_button_emphasis' gui_xmebw.c:1252: error: `XmEXTERNAL_HIGHLIGHT' undeclared (first use in this function) gui_xmebw.c:1258: error: `XmINTERNAL_HIGHLIGHT' undeclared (first use in this function) *** Error code 1 (bu21) *** Error code 1 (bu21) uname -a output for my machine is as follows: IRIX64 skw05495 6.5 01080747 IP35 If anyone might be able to point me in the right direction in how to go about getting around this compiling error, then I'd appreciate it. Thanks.
