Hi all,
On 3/7/07, Paul Stuart <[EMAIL PROTECTED]> wrote:
Hi there,
I'm having some problems compiling vim 7 on solaris 8, and I'd
really appreciate it if someone could point me in the right direction.
Here is the error I'm getting :
make[1]: Entering directory `/export/home/pstuart/R42014/src/vim70/src'
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MOTIF -I/usr/dt/include
-g -O2 -I/usr/openwin/include -o objects/buffer.o buffer.c
In file included from buffer.c:28:
vim.h:41: parse error before `:'
In file included from /usr/include/stdio.h:22,
from os_unix.h:21,
from vim.h:233,
from buffer.c:28:
/usr/include/iso/stdio_iso.h:186: parse error before `__va_list'
/usr/include/iso/stdio_iso.h:187: parse error before `__va_list'
/usr/include/iso/stdio_iso.h:188: parse error before `__va_list'
In file included from os_unix.h:21,
from vim.h:233,
from buffer.c:28:
/usr/include/stdio.h:227: parse error before `__va_list'
In file included from /usr/include/wchar.h:11,
from /usr/include/wctype.h:20,
from vim.h:435,
from buffer.c:28:
/usr/include/iso/wchar_iso.h:191: parse error before `__va_list'
/usr/include/iso/wchar_iso.h:192: parse error before `__va_list'
/usr/include/iso/wchar_iso.h:193: parse error before `__va_list'
I am also seeing the above build error with the latest Vim7
on Solaris 8. I am able to build successfully on Linux.
It looks like some recent changes to the configure script
broke this. I was able to compile Vim 7.0.174 successfully
on Solaris 8.
- Yegappan