Hello, I'm getting a parse error when I try to compile vim 7.0. 

I've tried installing the 7.0 release of vim on AIX 5.3. I get the following
error:
 
make install
        gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MOTIF -DFUNCPROTO=15
-O  -I/usr/X11R6/include        -o    objects/buffer.o buffer.c
In file included from gui.h:11,
                 from structs.h:81,
                 from vim.h:1540,
                 from buffer.c:28:
/usr/include/Xm/Xm.h:42:34: X11/extensions/Print.h: No such file or
directory
In file included from gui.h:11,
                 from structs.h:81,
                 from vim.h:1540,
                 from buffer.c:28:
/usr/include/Xm/Xm.h:750: error: parse error before "XPContext"
/usr/include/Xm/Xm.h:753: error: parse error before '}' token
make: 1254-004 The error code from the last command is 1.
Stop.

 
So, the install is getting killed when it goes to include
/usr/include/Xm/Xm.h. What is causing this? I don't feel comfortable
modifying Xm.h, when it might be in use elsewhere.
 
First I applied all the patches to the 7.0 source, but when I ran into this
problem, I tried going back to the source as it was before any patches, and
I still got the same result. So it must not be the patches, then.
 
 
Thanks for any light you can shed on this, 
 
Anne Wall
 

Reply via email to