Sorry for my stupid question, but I have no enough exprience to solve
the problem myself...
I've downloaded an archive vim-7.0.tar.bz2 from www.vim.org and tried to
compile vim with all default options. ./configure reported no errors,
but `make` failed. Redirected output is attached.
There was a hint to do `make` from src/ directory, but it also fails...
Output is attached too.
--
С уважением,
Антон
Написать такое язык не поворачивается.
Starting make in the src directory.
If there are problems, cd to the src directory and run make there
cd src && make first
make[1]: Entering directory `/home/smurf/vim70/src'
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_GTK -DXTHREADS
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include
-I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2
-I/usr/X11R6/include -o objects/buffer.o buffer.c
In file included from structs.h:81,
from vim.h:1540,
from buffer.c:28:
gui.h:32:28: X11/Intrinsic.h: No such file or directory
In file included from buffer.c:28:
vim.h:1719: error: syntax error before "Atom"
vim.h:1719: warning: no semicolon at end of struct or union
vim.h:1730: error: syntax error before '}' token
vim.h:1730: warning: data definition has no type or storage class
In file included from proto.h:39,
from vim.h:1753,
from buffer.c:28:
proto/os_unix.pro:66: error: syntax error before '*' token
proto/os_unix.pro:67: error: syntax error before '*' token
proto/os_unix.pro:68: error: syntax error before '*' token
proto/os_unix.pro:69: error: syntax error before '*' token
In file included from proto.h:141,
from vim.h:1753,
from buffer.c:28:
proto/ops.pro:50: error: syntax error before '*' token
proto/ops.pro:51: error: syntax error before '*' token
proto/ops.pro:52: error: syntax error before "VimClipboard"
proto/ops.pro:53: error: syntax error before "VimClipboard"
In file included from proto.h:157,
from vim.h:1753,
from buffer.c:28:
proto/ui.pro:15: error: syntax error before '*' token
proto/ui.pro:16: error: syntax error before '*' token
proto/ui.pro:28: error: syntax error before '*' token
proto/ui.pro:29: error: syntax error before '*' token
proto/ui.pro:30: error: syntax error before '*' token
proto/ui.pro:31: error: syntax error before '*' token
proto/ui.pro:49: error: syntax error before '*' token
proto/ui.pro:50: error: syntax error before "myShell"
proto/ui.pro:51: error: syntax error before "myShell"
proto/ui.pro:52: error: syntax error before "myShell"
proto/ui.pro:53: error: syntax error before '*' token
In file included from proto.h:202,
from vim.h:1753,
from buffer.c:28:
proto/gui_gtk_x11.pro:41: error: syntax error before '*' token
proto/gui_gtk_x11.pro:42: error: syntax error before '*' token
proto/gui_gtk_x11.pro:42: warning: data definition has no type or storage class
proto/gui_gtk_x11.pro:57: error: syntax error before '*' token
proto/gui_gtk_x11.pro:58: error: syntax error before '*' token
proto/gui_gtk_x11.pro:59: error: syntax error before '*' token
proto/gui_gtk_x11.pro:60: error: syntax error before '*' token
In file included from proto.h:238,
from vim.h:1753,
from buffer.c:28:
proto/if_xcmdsrv.pro:2: error: syntax error before '*' token
proto/if_xcmdsrv.pro:3: error: syntax error before '*' token
proto/if_xcmdsrv.pro:4: error: syntax error before '*' token
proto/if_xcmdsrv.pro:5: error: syntax error before '*' token
proto/if_xcmdsrv.pro:6: error: syntax error before "serverStrToWin"
proto/if_xcmdsrv.pro:6: warning: data definition has no type or storage class
proto/if_xcmdsrv.pro:8: error: syntax error before '*' token
proto/if_xcmdsrv.pro:9: error: syntax error before '*' token
proto/if_xcmdsrv.pro:10: error: syntax error before '*' token
In file included from vim.h:1779,
from buffer.c:28:
globals.h:488: error: syntax error before "clip_star"
globals.h:488: warning: data definition has no type or storage class
globals.h:490: error: syntax error before "clip_plus"
globals.h:490: warning: data definition has no type or storage class
globals.h:1230: error: syntax error before '*' token
globals.h:1230: warning: data definition has no type or storage class
globals.h:1233: error: syntax error before "app_context"
globals.h:1233: warning: data definition has no type or storage class
globals.h:1249: error: syntax error before "commWindow"
globals.h:1249: warning: data definition has no type or storage class
globals.h:1250: error: syntax error before "clientWindow"
globals.h:1250: warning: data definition has no type or storage class
globals.h:1251: error: syntax error before "commProperty"
globals.h:1251: warning: data definition has no type or storage class
make[1]: *** [objects/buffer.o] Ошибка 1
make[1]: Leaving directory `/home/smurf/vim70/src'
make: *** [first] Ошибка 2
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_GTK -DXTHREADS
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include
-I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2
-I/usr/X11R6/include -o objects/buffer.o buffer.c
In file included from structs.h:81,
from vim.h:1540,
from buffer.c:28:
gui.h:32:28: X11/Intrinsic.h: No such file or directory
In file included from buffer.c:28:
vim.h:1719: error: syntax error before "Atom"
vim.h:1719: warning: no semicolon at end of struct or union
vim.h:1730: error: syntax error before '}' token
vim.h:1730: warning: data definition has no type or storage class
In file included from proto.h:39,
from vim.h:1753,
from buffer.c:28:
proto/os_unix.pro:66: error: syntax error before '*' token
proto/os_unix.pro:67: error: syntax error before '*' token
proto/os_unix.pro:68: error: syntax error before '*' token
proto/os_unix.pro:69: error: syntax error before '*' token
In file included from proto.h:141,
from vim.h:1753,
from buffer.c:28:
proto/ops.pro:50: error: syntax error before '*' token
proto/ops.pro:51: error: syntax error before '*' token
proto/ops.pro:52: error: syntax error before "VimClipboard"
proto/ops.pro:53: error: syntax error before "VimClipboard"
In file included from proto.h:157,
from vim.h:1753,
from buffer.c:28:
proto/ui.pro:15: error: syntax error before '*' token
proto/ui.pro:16: error: syntax error before '*' token
proto/ui.pro:28: error: syntax error before '*' token
proto/ui.pro:29: error: syntax error before '*' token
proto/ui.pro:30: error: syntax error before '*' token
proto/ui.pro:31: error: syntax error before '*' token
proto/ui.pro:49: error: syntax error before '*' token
proto/ui.pro:50: error: syntax error before "myShell"
proto/ui.pro:51: error: syntax error before "myShell"
proto/ui.pro:52: error: syntax error before "myShell"
proto/ui.pro:53: error: syntax error before '*' token
In file included from proto.h:202,
from vim.h:1753,
from buffer.c:28:
proto/gui_gtk_x11.pro:41: error: syntax error before '*' token
proto/gui_gtk_x11.pro:42: error: syntax error before '*' token
proto/gui_gtk_x11.pro:42: warning: data definition has no type or storage class
proto/gui_gtk_x11.pro:57: error: syntax error before '*' token
proto/gui_gtk_x11.pro:58: error: syntax error before '*' token
proto/gui_gtk_x11.pro:59: error: syntax error before '*' token
proto/gui_gtk_x11.pro:60: error: syntax error before '*' token
In file included from proto.h:238,
from vim.h:1753,
from buffer.c:28:
proto/if_xcmdsrv.pro:2: error: syntax error before '*' token
proto/if_xcmdsrv.pro:3: error: syntax error before '*' token
proto/if_xcmdsrv.pro:4: error: syntax error before '*' token
proto/if_xcmdsrv.pro:5: error: syntax error before '*' token
proto/if_xcmdsrv.pro:6: error: syntax error before "serverStrToWin"
proto/if_xcmdsrv.pro:6: warning: data definition has no type or storage class
proto/if_xcmdsrv.pro:8: error: syntax error before '*' token
proto/if_xcmdsrv.pro:9: error: syntax error before '*' token
proto/if_xcmdsrv.pro:10: error: syntax error before '*' token
In file included from vim.h:1779,
from buffer.c:28:
globals.h:488: error: syntax error before "clip_star"
globals.h:488: warning: data definition has no type or storage class
globals.h:490: error: syntax error before "clip_plus"
globals.h:490: warning: data definition has no type or storage class
globals.h:1230: error: syntax error before '*' token
globals.h:1230: warning: data definition has no type or storage class
globals.h:1233: error: syntax error before "app_context"
globals.h:1233: warning: data definition has no type or storage class
globals.h:1249: error: syntax error before "commWindow"
globals.h:1249: warning: data definition has no type or storage class
globals.h:1250: error: syntax error before "clientWindow"
globals.h:1250: warning: data definition has no type or storage class
globals.h:1251: error: syntax error before "commProperty"
globals.h:1251: warning: data definition has no type or storage class
make: *** [objects/buffer.o] Ошибка 1