Hi,
Need some help with the VIM text editor installation. I downloaded a copy of VIM62 and tried to compile it with cc on an AIX server. make command stopped with the following message:
cc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MOTIF -DFUNCPROTO=15 -I/usr/local/include -O -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -qmaxmem=16384 -I/usr/opt/perl5/lib/5.00503/aix/CORE -o objects/buffer.o buffer.c
"/usr/include/strings.h", line 61.13: 1506-343 (S) Redeclaration of bzero differs from previous declaration on line 56 of "auto/osdef.h".
"/usr/include/strings.h", line 61.13: 1506-377 (I) The type "void*" of parameter 1 differs from the previous type "unsigned char*".
make: 1254-004 The error code from the last command is 1.
Stop.
Can someone suggest a solution to this error?
Thanks,
Mike
Need some help with the VIM text editor installation. I downloaded a copy of VIM62 and tried to compile it with cc on an AIX server. make command stopped with the following message:
cc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MOTIF -DFUNCPROTO=15 -I/usr/local/include -O -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -qmaxmem=16384 -I/usr/opt/perl5/lib/5.00503/aix/CORE -o objects/buffer.o buffer.c
"/usr/include/strings.h", line 61.13: 1506-343 (S) Redeclaration of bzero differs from previous declaration on line 56 of "auto/osdef.h".
"/usr/include/strings.h", line 61.13: 1506-377 (I) The type "void*" of parameter 1 differs from the previous type "unsigned char*".
make: 1254-004 The error code from the last command is 1.
Stop.
Can someone suggest a solution to this error?
Thanks,
Mike