Код: Выделить всё
spec@spec:~/Distribs/Develop/Vim/vim70/src$ make
gcc -c -I. -Iproto -DHAVE_CONFIG_H -g -O2 -I/usr/X11R6/include -I/usr/X11R6/include -o objects/os_unix.o os_unix.c
os_unix.c:61:18: error: gpm.h: No such file or directory
os_unix.c: In function ‘RealWaitForChar’:
os_unix.c:4720: error: ‘gpm_flag’ undeclared (first use in this function)
os_unix.c:4720: error: (Each undeclared identifier is reported only once
os_unix.c:4720: error: for each function it appears in.)
os_unix.c:4720: error: ‘gpm_fd’ undeclared (first use in this function)
os_unix.c:4722: error: invalid lvalue in asm output 0
os_unix.c:4723: error: invalid lvalue in asm output 0
os_unix.c:4779: error: memory input 2 is not directly addressable
os_unix.c:4781: error: memory input 2 is not directly addressable
os_unix.c: In function ‘gpm_open’:
os_unix.c:5606: error: syntax error before ‘gpm_connect’
os_unix.c:5608: error: ‘gpm_flag’ undeclared (first use in this function)
os_unix.c:5610: error: ‘gpm_connect’ undeclared (first use in this function)
os_unix.c:5610: error: ‘GPM_UP’ undeclared (first use in this function)
os_unix.c:5610: error: ‘GPM_DRAG’ undeclared (first use in this function)
os_unix.c:5610: error: ‘GPM_DOWN’ undeclared (first use in this function)
os_unix.c:5611: error: ‘GPM_HARD’ undeclared (first use in this function)
os_unix.c:5625: error: ‘gpm_fd’ undeclared (first use in this function)
os_unix.c: In function ‘gpm_close’:
os_unix.c:5639: error: ‘gpm_flag’ undeclared (first use in this function)
os_unix.c:5639: error: ‘gpm_fd’ undeclared (first use in this function)
os_unix.c: In function ‘mch_gpm_process’:
os_unix.c:5651: error: syntax error before ‘gpm_event’
os_unix.c:5659: error: ‘gpm_event’ undeclared (first use in this function)
os_unix.c:5675: error: ‘GPM_DRAG’ undeclared (first use in this function)
os_unix.c:5678: error: ‘GPM_DOWN’ undeclared (first use in this function)
os_unix.c:5683: error: ‘GPM_B_LEFT’ undeclared (first use in this function)
os_unix.c:5686: error: ‘GPM_B_MIDDLE’ undeclared (first use in this function)
os_unix.c:5689: error: ‘GPM_B_RIGHT’ undeclared (first use in this function)
os_unix.c:5700: error: ‘GPM_UP’ undeclared (first use in this function)
make: *** [objects/os_unix.o] Error 1
Ничего не могу понять =(
До этого в SuSE нормально всё компилелось...может кто сталкивался с похожей проблемой?
Как решить её?