안녕하세요 vim이 지워져서 답변좀 부탁드립니다..@

skadudd의 이미지

안녕하세요
Vim 초보입니다.
맥 유저인데 버전이 7.3이라 업그레이드를 하고싶어서
7.4버전도 깔아보고 없으면 macvim을 깔아서 사용하려고 했습니다.
그래서 터미널상으로 맥빔을 설치해서 깔았는데
mccvim 설치후 make명령을 내렸는데
오류가 나더니 Vim 조차 실행되지가 않습니다...
어떻게 해결해야 하는지 모르겠습니다.
뭐가뭔지 몰라서 일단 오류메세지 올립니다.
감사합니다 ㅠㅠ

nam-yeong-ui-MacBook-Pro:vim7 nam-yeong$ make
Starting make in the src directory.
If there are problems, cd to the src directory and run make there
cd src && /Applications/Xcode.app/Contents/Developer/usr/bin/make first
mkdir objects
CC="gcc -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -no-cpp-precomp " srcdir=. sh ./osdef.sh
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -no-cpp-precomp -g -O2 -D_FORTIFY_SOURCE=1 -o objects/buffer.o buffer.c
In file included from buffer.c:28:
In file included from ./vim.h:1638:
In file included from ./structs.h:81:
./gui.h:537:18: warning: extra tokens at end of #ifdef directive
[-Wextra-tokens]
#ifdef HAVE_GTK2 || FEAT_GUI_MACVIM
^
//
1 warning generated.
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -no-cpp-precomp -g -O2 -D_FORTIFY_SOURCE=1 -o objects/charset.o charset.c
In file included from charset.c:10:
In file included from ./vim.h:1638:
In file included from ./structs.h:81:
./gui.h:537:18: warning: extra tokens at end of #ifdef directive
[-Wextra-tokens]
#ifdef HAVE_GTK2 || FEAT_GUI_MACVIM
^
//
charset.c:1592:165: warning: illegal character encoding in string literal
[-Winvalid-source-encoding]
...<80><81><82><83><84><85><86><87><88><89><8A><8B><8C><8D><8E><8F><90><91><92><93><94><95><96><97><98><99><9A><9B><9C><9D><9E><9F>

";
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
charset.c:1593:165: warning: illegal character encoding in string literal
[-Winvalid-source-encoding]
...<80><81><82><83><84><85><86><87><88><89><8A><8B><8C><8D><8E><8F><90><91><92><93><94><95><96><97><98><99><9A><9B><9C><9D><9E><9F>";
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3 warnings generated.
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -no-cpp-precomp -g -O2 -D_FORTIFY_SOURCE=1 -o objects/diff.o diff.c
In file included from diff.c:14:
In file included from ./vim.h:1638:
In file included from ./structs.h:81:
./gui.h:537:18: warning: extra tokens at end of #ifdef directive
[-Wextra-tokens]
#ifdef HAVE_GTK2 || FEAT_GUI_MACVIM
^
//
1 warning generated.
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -no-cpp-precomp -g -O2 -D_FORTIFY_SOURCE=1 -o objects/digraph.o digraph.c
In file included from digraph.c:14:
In file included from ./vim.h:1638:
In file included from ./structs.h:81:
./gui.h:537:18: warning: extra tokens at end of #ifdef directive
[-Wextra-tokens]
#ifdef HAVE_GTK2 || FEAT_GUI_MACVIM
^
//
1 warning generated.
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -no-cpp-precomp -g -O2 -D_FORTIFY_SOURCE=1 -o objects/edit.o edit.c
In file included from edit.c:14:
In file included from ./vim.h:1638:
In file included from ./structs.h:81:
./gui.h:537:18: warning: extra tokens at end of #ifdef directive
[-Wextra-tokens]
#ifdef HAVE_GTK2 || FEAT_GUI_MACVIM
^
//
1 warning generated.
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -no-cpp-precomp -g -O2 -D_FORTIFY_SOURCE=1 -o objects/eval.o eval.c
In file included from eval.c:17:
In file included from ./vim.h:1638:
In file included from ./structs.h:81:
./gui.h:537:18: warning: extra tokens at end of #ifdef directive
[-Wextra-tokens]
#ifdef HAVE_GTK2 || FEAT_GUI_MACVIM
^
//
eval.c:13324:42: warning: expression which evaluates to zero treated as a null
pointer constant of type 'char_u *' (aka 'unsigned char *')
[-Wnon-literal-null-conversion]
list_append_string(rettv->vval.v_list, NUL, -1);
^~~
./ascii.h:24:14: note: expanded from macro 'NUL'
#define NUL '\000'
^~~~~~
eval.c:13325:42: warning: expression which evaluates to zero treated as a null
pointer constant of type 'char_u *' (aka 'unsigned char *')
[-Wnon-literal-null-conversion]
list_append_string(rettv->vval.v_list, NUL, -1);
^~~
./ascii.h:24:14: note: expanded from macro 'NUL'
#define NUL '\000'
^~~~~~
3 warnings generated.
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -no-cpp-precomp -g -O2 -D_FORTIFY_SOURCE=1 -o objects/ex_cmds.o ex_cmds.c
In file included from ex_cmds.c:18:
In file included from ./vim.h:1638:
In file included from ./structs.h:81:
./gui.h:537:18: warning: extra tokens at end of #ifdef directive
[-Wextra-tokens]
#ifdef HAVE_GTK2 || FEAT_GUI_MACVIM
^
//
1 warning generated.
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -no-cpp-precomp -g -O2 -D_FORTIFY_SOURCE=1 -o objects/ex_cmds2.o ex_cmds2.c
In file included from ex_cmds2.c:18:
In file included from ./vim.h:1638:
In file included from ./structs.h:81:
./gui.h:537:18: warning: extra tokens at end of #ifdef directive
[-Wextra-tokens]
#ifdef HAVE_GTK2 || FEAT_GUI_MACVIM
^
//
1 warning generated.
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -no-cpp-precomp -g -O2 -D_FORTIFY_SOURCE=1 -o objects/ex_docmd.o ex_docmd.c
In file included from ex_docmd.c:14:
In file included from ./vim.h:1638:
In file included from ./structs.h:81:
./gui.h:537:18: warning: extra tokens at end of #ifdef directive
[-Wextra-tokens]
#ifdef HAVE_GTK2 || FEAT_GUI_MACVIM
^
//
1 warning generated.
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -no-cpp-precomp -g -O2 -D_FORTIFY_SOURCE=1 -o objects/ex_eval.o ex_eval.c
In file included from ex_eval.c:14:
In file included from ./vim.h:1638:
In file included from ./structs.h:81:
./gui.h:537:18: warning: extra tokens at end of #ifdef directive
[-Wextra-tokens]
#ifdef HAVE_GTK2 || FEAT_GUI_MACVIM
^
//
1 warning generated.
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -no-cpp-precomp -g -O2 -D_FORTIFY_SOURCE=1 -o objects/ex_getln.o ex_getln.c
In file included from ex_getln.c:14:
In file included from ./vim.h:1638:
In file included from ./structs.h:81:
./gui.h:537:18: warning: extra tokens at end of #ifdef directive
[-Wextra-tokens]
#ifdef HAVE_GTK2 || FEAT_GUI_MACVIM
^
//
1 warning generated.
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -no-cpp-precomp -g -O2 -D_FORTIFY_SOURCE=1 -o objects/fileio.o fileio.c
In file included from fileio.c:22:
In file included from ./vim.h:1638:
In file included from ./structs.h:81:
./gui.h:537:18: warning: extra tokens at end of #ifdef directive
[-Wextra-tokens]
#ifdef HAVE_GTK2 || FEAT_GUI_MACVIM
^
//
1 warning generated.
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -no-cpp-precomp -g -O2 -D_FORTIFY_SOURCE=1 -o objects/fold.o fold.c
In file included from fold.c:15:
In file included from ./vim.h:1638:
In file included from ./structs.h:81:
./gui.h:537:18: warning: extra tokens at end of #ifdef directive
[-Wextra-tokens]
#ifdef HAVE_GTK2 || FEAT_GUI_MACVIM
^
//
1 warning generated.
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -no-cpp-precomp -g -O2 -D_FORTIFY_SOURCE=1 -o objects/getchar.o getchar.c
In file included from getchar.c:19:
In file included from ./vim.h:1638:
In file included from ./structs.h:81:
./gui.h:537:18: warning: extra tokens at end of #ifdef directive
[-Wextra-tokens]
#ifdef HAVE_GTK2 || FEAT_GUI_MACVIM
^
//
1 warning generated.
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -no-cpp-precomp -g -O2 -D_FORTIFY_SOURCE=1 -o objects/hardcopy.o hardcopy.c
In file included from hardcopy.c:14:
In file included from ./vim.h:1638:
In file included from ./structs.h:81:
./gui.h:537:18: warning: extra tokens at end of #ifdef directive
[-Wextra-tokens]
#ifdef HAVE_GTK2 || FEAT_GUI_MACVIM
^
//
1 warning generated.
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -no-cpp-precomp -g -O2 -D_FORTIFY_SOURCE=1 -o objects/hashtab.o hashtab.c
In file included from hashtab.c:30:
In file included from ./vim.h:1638:
In file included from ./structs.h:81:
./gui.h:537:18: warning: extra tokens at end of #ifdef directive
[-Wextra-tokens]
#ifdef HAVE_GTK2 || FEAT_GUI_MACVIM
^
//
1 warning generated.
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -no-cpp-precomp -g -O2 -D_FORTIFY_SOURCE=1 -o objects/if_cscope.o if_cscope.c
In file included from if_cscope.c:12:
In file included from ./vim.h:1638:
In file included from ./structs.h:81:
./gui.h:537:18: warning: extra tokens at end of #ifdef directive
[-Wextra-tokens]
#ifdef HAVE_GTK2 || FEAT_GUI_MACVIM
^
//
1 warning generated.
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -no-cpp-precomp -g -O2 -D_FORTIFY_SOURCE=1 -o objects/if_xcmdsrv.o if_xcmdsrv.c
In file included from if_xcmdsrv.c:14:
In file included from ./vim.h:1638:
In file included from ./structs.h:81:
./gui.h:537:18: warning: extra tokens at end of #ifdef directive
[-Wextra-tokens]
#ifdef HAVE_GTK2 || FEAT_GUI_MACVIM
^
//
1 warning generated.
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -no-cpp-precomp -g -O2 -D_FORTIFY_SOURCE=1 -o objects/main.o main.c
In file included from main.c:15:
In file included from ./vim.h:1638:
In file included from ./structs.h:81:
./gui.h:537:18: warning: extra tokens at end of #ifdef directive
[-Wextra-tokens]
#ifdef HAVE_GTK2 || FEAT_GUI_MACVIM
^
//
main.c:185:13: warning: incompatible pointer types passing 'Class' (aka
'struct objc_class *') to parameter of type 'id' (aka
'struct objc_object *') [-Wincompatible-pointer-types]
objc_getClass("NSAutoreleasePool"),sel_getUid("alloc")
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/objc/message.h:85:32: note:
passing argument to parameter 'self' here
OBJC_EXPORT id objc_msgSend(id self, SEL op, ...)
^
main.c:1010:13: warning: incompatible pointer types passing 'Class' (aka
'struct objc_class *') to parameter of type 'id' (aka
'struct objc_object *') [-Wincompatible-pointer-types]
objc_getClass("NSAutoreleasePool"),sel_getUid("alloc")
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/objc/message.h:85:32: note:
passing argument to parameter 'self' here
OBJC_EXPORT id objc_msgSend(id self, SEL op, ...)
^
main.c:1091:17: warning: incompatible pointer types passing 'Class' (aka
'struct objc_class *') to parameter of type 'id' (aka
'struct objc_object *') [-Wincompatible-pointer-types]
objc_getClass("NSAutoreleasePool"),sel_getUid("alloc")
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/objc/message.h:85:32: note:
passing argument to parameter 'self' here
OBJC_EXPORT id objc_msgSend(id self, SEL op, ...)
^
4 warnings generated.
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -no-cpp-precomp -g -O2 -D_FORTIFY_SOURCE=1 -o objects/mark.o mark.c
In file included from mark.c:14:
In file included from ./vim.h:1638:
In file included from ./structs.h:81:
./gui.h:537:18: warning: extra tokens at end of #ifdef directive
[-Wextra-tokens]
#ifdef HAVE_GTK2 || FEAT_GUI_MACVIM
^
//
1 warning generated.
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -no-cpp-precomp -g -O2 -D_FORTIFY_SOURCE=1 -o objects/memfile.o memfile.c
In file included from memfile.c:39:
In file included from ./vim.h:1638:
In file included from ./structs.h:81:
./gui.h:537:18: warning: extra tokens at end of #ifdef directive
[-Wextra-tokens]
#ifdef HAVE_GTK2 || FEAT_GUI_MACVIM
^
//
1 warning generated.
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -no-cpp-precomp -g -O2 -D_FORTIFY_SOURCE=1 -o objects/memline.o memline.c
In file included from memline.c:49:
In file included from ./vim.h:1638:
In file included from ./structs.h:81:
./gui.h:537:18: warning: extra tokens at end of #ifdef directive
[-Wextra-tokens]
#ifdef HAVE_GTK2 || FEAT_GUI_MACVIM
^
//
1 warning generated.
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -no-cpp-precomp -g -O2 -D_FORTIFY_SOURCE=1 -o objects/menu.o menu.c
In file included from menu.c:15:
In file included from ./vim.h:1638:
In file included from ./structs.h:81:
./gui.h:537:18: warning: extra tokens at end of #ifdef directive
[-Wextra-tokens]
#ifdef HAVE_GTK2 || FEAT_GUI_MACVIM
^
//
1 warning generated.
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -no-cpp-precomp -g -O2 -D_FORTIFY_SOURCE=1 -o objects/message.o message.c
In file included from message.c:16:
In file included from ./vim.h:1638:
In file included from ./structs.h:81:
./gui.h:537:18: warning: extra tokens at end of #ifdef directive
[-Wextra-tokens]
#ifdef HAVE_GTK2 || FEAT_GUI_MACVIM
^
//
1 warning generated.
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -no-cpp-precomp -g -O2 -D_FORTIFY_SOURCE=1 -o objects/misc1.o misc1.c
In file included from misc1.c:14:
In file included from ./vim.h:1638:
In file included from ./structs.h:81:
./gui.h:537:18: warning: extra tokens at end of #ifdef directive
[-Wextra-tokens]
#ifdef HAVE_GTK2 || FEAT_GUI_MACVIM
^
//
1 warning generated.
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -no-cpp-precomp -g -O2 -D_FORTIFY_SOURCE=1 -o objects/misc2.o misc2.c
In file included from misc2.c:13:
In file included from ./vim.h:1638:
In file included from ./structs.h:81:
./gui.h:537:18: warning: extra tokens at end of #ifdef directive
[-Wextra-tokens]
#ifdef HAVE_GTK2 || FEAT_GUI_MACVIM
^
//
1 warning generated.
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -no-cpp-precomp -g -O2 -D_FORTIFY_SOURCE=1 -o objects/move.o move.c
In file included from move.c:20:
In file included from ./vim.h:1638:
In file included from ./structs.h:81:
./gui.h:537:18: warning: extra tokens at end of #ifdef directive
[-Wextra-tokens]
#ifdef HAVE_GTK2 || FEAT_GUI_MACVIM
^
//
1 warning generated.
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -no-cpp-precomp -g -O2 -D_FORTIFY_SOURCE=1 -o objects/mbyte.o mbyte.c
In file included from mbyte.c:80:
In file included from ./vim.h:1638:
In file included from ./structs.h:81:
./gui.h:537:18: warning: extra tokens at end of #ifdef directive
[-Wextra-tokens]
#ifdef HAVE_GTK2 || FEAT_GUI_MACVIM
^
//
1 warning generated.
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -no-cpp-precomp -g -O2 -D_FORTIFY_SOURCE=1 -o objects/normal.o normal.c
In file included from normal.c:15:
In file included from ./vim.h:1638:
In file included from ./structs.h:81:
./gui.h:537:18: warning: extra tokens at end of #ifdef directive
[-Wextra-tokens]
#ifdef HAVE_GTK2 || FEAT_GUI_MACVIM
^
//
1 warning generated.
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -no-cpp-precomp -g -O2 -D_FORTIFY_SOURCE=1 -o objects/ops.o ops.c
In file included from ops.c:15:
In file included from ./vim.h:1638:
In file included from ./structs.h:81:
./gui.h:537:18: warning: extra tokens at end of #ifdef directive
[-Wextra-tokens]
#ifdef HAVE_GTK2 || FEAT_GUI_MACVIM
^
//
1 warning generated.
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -no-cpp-precomp -g -O2 -D_FORTIFY_SOURCE=1 -o objects/option.o option.c
In file included from option.c:35:
In file included from ./vim.h:1638:
In file included from ./structs.h:81:
./gui.h:537:18: warning: extra tokens at end of #ifdef directive
[-Wextra-tokens]
#ifdef HAVE_GTK2 || FEAT_GUI_MACVIM
^
//
1 warning generated.
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -no-cpp-precomp -g -O2 -D_FORTIFY_SOURCE=1 -o objects/os_unix.o os_unix.c
In file included from os_unix.c:32:
In file included from ./vim.h:1638:
In file included from ./structs.h:81:
./gui.h:537:18: warning: extra tokens at end of #ifdef directive
[-Wextra-tokens]
#ifdef HAVE_GTK2 || FEAT_GUI_MACVIM
^
//
os_unix.c:802:46: warning: declaration of 'struct sigaltstack' will not be
visible outside of this function [-Wvisibility]
extern int sigaltstack __ARGS((const struct sigaltstack *ss, str...
^
./os_unix.h:88:21: note: expanded from macro '__ARGS'
# define __ARGS(x) x
^
os_unix.c:802:13: error: conflicting types for 'sigaltstack'
extern int sigaltstack __ARGS((const struct sigaltstack *ss, str...
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/signal.h:87:5: note:
previous declaration is here
int sigaltstack(const stack_t * __restrict, stack_t * __restrict) _...
^
2 warnings and 1 error generated.
make[1]: *** [objects/os_unix.o] Error 1
make: *** [first] Error 2
nam-yeong-ui-MacBook-Pro:vim7 nam-yeong$ vi
-bash: vi: command not found
nam-yeong-ui-MacBook-Pro:vim7 nam-yeong$ vim
-bash: vim: command not found
nam-yeong-ui-MacBook-Pro:vim7 nam-yeong$ macvim
-bash: macvim: command not found
nam-yeong-ui-MacBook-Pro:vim7 nam-yeong$
Prentice의 이미지

https://github.com/macvim-dev/macvim/releases

여기서 Snapshot 77이나 78 받아서 설치하시고, zip 파일 안에 있는 mvim 스크립트를 활용하시면 편합니다.

Prentice의 이미지

원래 되던 vi나 vim이 안 되는 문제는 설정을 좀 더 파보세요. 예를 들면

http://apple.stackexchange.com/questions/93035/cant-run-vi-from-terminal

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.