I have a problem while compiling Vim 7.4 under AIX 6.1. My options for the configure script are: "--prefix /opt/freeware/bin" and "--enable-pythoninterp".
There where no Errors while running the configure Script but when I try to run "make" I get the error message:
cd src && make first cc -qlanglvl=extc89 -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_ATHENA -DFUNCPROTO=15 -g -o objects/regexp.o regexp.c "regexp_nfa.c" line 4410.1: 1506-046 (S) Syntax error. make: 1254-004 > The error code from the last command is 1.
Stop. make: 1254-004 The error code from the last command is 2.
Stop.
Does anyone know what to do? I had compiled Vim 7.4 in my home directory so I know that there is a workaround but I can't find it anymore.