Advertisement
Guest User

Untitled

a guest
Mar 19th, 2016
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.31 KB | None | 0 0
  1. → ./configure --with-features=huge --enable-rubyinterp --enable-pythoninterp --enable-perlinterp --enable-luainterp --enable-cscope
  2. configure: loading cache auto/config.cache
  3. checking whether make sets $(MAKE)... (cached) yes
  4. checking for gcc... (cached) gcc
  5. checking whether the C compiler works... yes
  6. checking for C compiler default output file name... a.out
  7. checking for suffix of executables...
  8. checking whether we are cross compiling... no
  9. checking for suffix of object files... (cached) o
  10. checking whether we are using the GNU C compiler... (cached) yes
  11. checking whether gcc accepts -g... (cached) yes
  12. checking for gcc option to accept ISO C89... (cached) none needed
  13. checking how to run the C preprocessor... (cached) gcc -E
  14. checking for grep that handles long lines and -e... (cached) /usr/bin/grep
  15. checking for egrep... (cached) /usr/bin/grep -E
  16. checking for fgrep... (cached) /usr/bin/grep -F
  17. checking for library containing strerror... (cached) none required
  18. checking for gawk... (cached) gawk
  19. checking for strip... (cached) strip
  20. checking for ANSI C header files... (cached) yes
  21. checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
  22. checking --enable-fail-if-missing argument... no
  23. checking for recent clang version... 1081
  24. configure: checking for buggy tools...
  25. - sh is 'GNU bash, version 3.2.57(1)-release (x86_64-apple-darwin15)
  26. Copyright (C) 2007 Free Software Foundation, Inc.' - probably OK.
  27. checking for BeOS... no
  28. checking for QNX... no
  29. checking for Darwin (Mac OS X)... yes
  30. checking --disable-darwin argument... no
  31. checking if Darwin files are there... yes
  32. checking --with-developer-dir argument... not present
  33. checking for xcode-select... (cached) /usr/bin/xcode-select
  34. checking for developer dir using xcode-select... /Applications/Xcode.app/Contents/Developer
  35. checking --with-macsdk argument... using default
  36. checking --with-macarchs argument... defaulting to native arch
  37. checking for sys/types.h... (cached) yes
  38. checking for sys/stat.h... (cached) yes
  39. checking for stdlib.h... (cached) yes
  40. checking for string.h... (cached) yes
  41. checking for memory.h... (cached) yes
  42. checking for strings.h... (cached) yes
  43. checking for inttypes.h... (cached) yes
  44. checking for stdint.h... (cached) yes
  45. checking for unistd.h... (cached) yes
  46. checking for Carbon/Carbon.h... (cached) yes
  47. checking for Cocoa/Cocoa.h... (cached) yes
  48. checking for AvailabilityMacros.h... (cached) yes
  49. checking --with-local-dir argument... Defaulting to /usr/local
  50. checking --with-vim-name argument... Defaulting to vim
  51. checking --with-ex-name argument... Defaulting to ex
  52. checking --with-view-name argument... Defaulting to view
  53. checking --with-global-runtime argument... no
  54. checking --with-modified-by argument... no
  55. checking if character set is EBCDIC... no
  56. checking --disable-smack argument... no
  57. checking for linux/xattr.h... (cached) no
  58. checking --disable-selinux argument... no
  59. checking for is_selinux_enabled in -lselinux... (cached) no
  60. checking --with-features argument... huge
  61. checking --with-compiledby argument... no
  62. checking --disable-xsmp argument... no
  63. checking --disable-xsmp-interact argument... no
  64. checking --enable-luainterp argument... yes
  65. checking --with-lua-prefix argument... no
  66. checking LUA_PREFIX environment var... not set, default to /usr
  67. checking --with-luajit... no
  68. checking for lua... no
  69. checking if lua.h can be found in /usr/include... no
  70. checking if lua.h can be found in /usr/include/lua... no
  71. checking --enable-mzschemeinterp argument... no
  72. checking --enable-perlinterp argument... yes
  73. checking for perl... (cached) /Users/abra/.plenv/shims/perl
  74. checking Perl version... OK
  75. checking if compile and link flags for Perl are sane... yes
  76. checking --enable-pythoninterp argument... yes
  77. checking for python2... (cached) /usr/bin/python
  78. checking Python version... (cached) 2.7
  79. checking Python is 2.3 or better... yep
  80. checking Python's install prefix... (cached) /System/Library/Frameworks/Python.framework/Versions/2.7
  81. checking Python's execution prefix... (cached) /System/Library/Frameworks/Python.framework/Versions/2.7
  82. (cached) checking Python's configuration directory... (cached) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config
  83. (cached) checking Python's dll name... (cached) Python.framework/Versions/2.7/Python
  84. checking if -pthread should be used... no
  85. checking if compile and link flags for Python are sane... yes
  86. checking --enable-python3interp argument... no
  87. checking if -fPIE can be added for Python... yes
  88. checking --enable-tclinterp argument... no
  89. checking --enable-rubyinterp argument... yes
  90. checking --with-ruby-command argument... defaulting to ruby
  91. checking for ruby... (cached) /usr/bin/ruby
  92. checking Ruby version... OK
  93. checking Ruby rbconfig... RbConfig
  94. checking Ruby header files... /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/include/ruby-2.0.0
  95. checking --enable-cscope argument... yes
  96. checking --enable-workshop argument... no
  97. checking --disable-netbeans argument... no
  98. checking --disable-channel argument... no
  99. checking for socket in -lsocket... (cached) no
  100. checking for gethostbyname in -lnsl... (cached) no
  101. checking whether compiling with process communication is possible... yes
  102. checking --enable-multibyte argument... no
  103. checking --enable-hangulinput argument... no
  104. checking --enable-xim argument... defaulting to auto
  105. checking --enable-fontset argument... no
  106. defaulting to: don't HAVE_X11
  107. checking --enable-gui argument... yes/auto - automatic GUI support
  108. checking whether or not to look for MacVim... yes
  109. checking for MacVim GUI... yes
  110. checking for X11/SM/SMlib.h... (cached) no
  111. checking for CYGWIN or MSYS environment... no
  112. checking whether toupper is broken... (cached) no
  113. checking whether __DATE__ and __TIME__ work... yes
  114. checking whether __attribute__((unused)) is allowed... yes
  115. checking for elf.h... (cached) no
  116. checking for dirent.h that defines DIR... (cached) yes
  117. checking for library containing opendir... (cached) none required
  118. checking for stdint.h... (cached) yes
  119. checking for stdlib.h... (cached) yes
  120. checking for string.h... (cached) yes
  121. checking for sys/select.h... (cached) yes
  122. checking for sys/utsname.h... (cached) yes
  123. checking for termcap.h... (cached) yes
  124. checking for fcntl.h... (cached) yes
  125. checking for sgtty.h... (cached) yes
  126. checking for sys/ioctl.h... (cached) yes
  127. checking for sys/time.h... (cached) yes
  128. checking for sys/types.h... (cached) yes
  129. checking for termio.h... (cached) no
  130. checking for iconv.h... (cached) yes
  131. checking for inttypes.h... (cached) yes
  132. checking for langinfo.h... (cached) yes
  133. checking for math.h... (cached) yes
  134. checking for unistd.h... (cached) yes
  135. checking for stropts.h... (cached) no
  136. checking for errno.h... (cached) yes
  137. checking for sys/resource.h... (cached) yes
  138. checking for sys/systeminfo.h... (cached) no
  139. checking for locale.h... (cached) yes
  140. checking for sys/stream.h... (cached) no
  141. checking for termios.h... (cached) yes
  142. checking for libc.h... (cached) yes
  143. checking for sys/statfs.h... (cached) no
  144. checking for poll.h... (cached) yes
  145. checking for sys/poll.h... (cached) yes
  146. checking for pwd.h... (cached) yes
  147. checking for utime.h... (cached) yes
  148. checking for sys/param.h... (cached) yes
  149. checking for libintl.h... (cached) no
  150. checking for libgen.h... (cached) yes
  151. checking for util/debug.h... (cached) no
  152. checking for util/msg18n.h... (cached) no
  153. checking for frame.h... (cached) no
  154. checking for sys/acl.h... (cached) yes
  155. checking for sys/access.h... (cached) no
  156. checking for sys/sysinfo.h... (cached) no
  157. checking for wchar.h... (cached) yes
  158. checking for wctype.h... (cached) yes
  159. checking for sys/ptem.h... (cached) no
  160. checking for sys/sysctl.h... (cached) yes
  161. checking for pthread_np.h... no
  162. checking for strings.h... (cached) yes
  163. checking whether gcc needs -traditional... (cached) no
  164. checking for an ANSI C-conforming const... (cached) yes
  165. checking for working volatile... (cached) yes
  166. checking for mode_t... (cached) yes
  167. checking for off_t... (cached) yes
  168. checking for pid_t... (cached) yes
  169. checking for size_t... (cached) yes
  170. checking for uid_t in sys/types.h... (cached) yes
  171. checking for uint32_t... (cached) yes
  172. checking whether time.h and sys/time.h may both be included... (cached) yes
  173. checking for ino_t... (cached) yes
  174. checking for dev_t... (cached) yes
  175. checking whether byte ordering is bigendian... (cached) no
  176. checking for inline... (cached) inline
  177. checking for rlim_t... (cached) yes
  178. checking for stack_t... (cached) yes
  179. checking whether stack_t has an ss_base field... no
  180. checking --with-tlib argument... empty: automatic terminal library selection
  181. checking for tgetent in -ltinfo... (cached) no
  182. checking for tgetent in -lncurses... (cached) yes
  183. checking whether we talk terminfo... (cached) yes
  184. checking what tgetent() returns for an unknown terminal... (cached) non-zero
  185. checking whether termcap.h contains ospeed... yes
  186. checking whether termcap.h contains UP, BC and PC... yes
  187. checking whether tputs() uses outfuntype... no
  188. checking whether sys/select.h and sys/time.h may both be included... yes
  189. checking for /dev/ptc... no
  190. checking for SVR4 ptys... yes
  191. checking for ptyranges... pqrstuvw / 0123456789abcdef
  192. checking default tty permissions/group... (cached) world
  193. checking return type of signal handlers... (cached) void
  194. checking for struct sigcontext... yes
  195. checking getcwd implementation is broken... (cached) no
  196. checking for bcmp... (cached) yes
  197. checking for fchdir... (cached) yes
  198. checking for fchown... (cached) yes
  199. checking for fsync... (cached) yes
  200. checking for getcwd... (cached) yes
  201. checking for getpseudotty... (cached) no
  202. checking for getpwent... (cached) yes
  203. checking for getpwnam... (cached) yes
  204. checking for getpwuid... (cached) yes
  205. checking for getrlimit... (cached) yes
  206. checking for gettimeofday... (cached) yes
  207. checking for getwd... (cached) yes
  208. checking for lstat... (cached) yes
  209. checking for memcmp... (cached) yes
  210. checking for memset... (cached) yes
  211. checking for mkdtemp... (cached) yes
  212. checking for nanosleep... (cached) yes
  213. checking for opendir... (cached) yes
  214. checking for putenv... (cached) yes
  215. checking for qsort... (cached) yes
  216. checking for readlink... (cached) yes
  217. checking for select... (cached) yes
  218. checking for setenv... (cached) yes
  219. checking for setpgid... (cached) yes
  220. checking for setsid... (cached) yes
  221. checking for sigaltstack... (cached) yes
  222. checking for sigstack... (cached) no
  223. checking for sigset... (cached) yes
  224. checking for sigsetjmp... (cached) yes
  225. checking for sigaction... (cached) yes
  226. checking for sigvec... (cached) yes
  227. checking for strcasecmp... (cached) yes
  228. checking for strerror... (cached) yes
  229. checking for strftime... (cached) yes
  230. checking for stricmp... (cached) no
  231. checking for strncasecmp... (cached) yes
  232. checking for strnicmp... (cached) no
  233. checking for strpbrk... (cached) yes
  234. checking for strtol... (cached) yes
  235. checking for tgetent... (cached) yes
  236. checking for towlower... (cached) yes
  237. checking for towupper... (cached) yes
  238. checking for iswupper... (cached) yes
  239. checking for usleep... (cached) yes
  240. checking for utime... (cached) yes
  241. checking for utimes... (cached) yes
  242. checking for _LARGEFILE_SOURCE value needed for large files... (cached) no
  243. checking for special C compiler options needed for large files... (cached) no
  244. checking for _FILE_OFFSET_BITS value needed for large files... (cached) no
  245. checking for st_blksize... yes
  246. checking whether stat() ignores a trailing slash... (cached) no
  247. checking for iconv_open()... yes; with -liconv
  248. checking for nl_langinfo(CODESET)... yes
  249. checking for strtod in -lm... (cached) yes
  250. checking for strtod() and other floating point functions... yes
  251. checking for isinf()... yes
  252. checking for isnan()... yes
  253. checking --disable-acl argument... no
  254. checking for acl_get_file in -lposix1e... (cached) no
  255. checking for acl_get_file in -lacl... (cached) no
  256. checking for POSIX ACL support... yes
  257. checking for acl_get in -lsec... (cached) no
  258. checking for Solaris ACL support... no
  259. checking for AIX ACL support... no
  260. checking --disable-gpm argument... no
  261. checking for gpm... (cached) no
  262. checking --disable-sysmouse argument... no
  263. checking for sysmouse... (cached) no
  264. checking for FD_CLOEXEC... yes
  265. checking for rename... yes
  266. checking for sysctl... yes
  267. checking for sysinfo... not usable
  268. checking for sysinfo.mem_unit... no
  269. checking for sysconf... yes
  270. checking size of int... (cached) 4
  271. checking size of long... (cached) 8
  272. checking size of time_t... (cached) 8
  273. checking size of off_t... (cached) 8
  274. checking uint32_t is 32 bits... ok
  275. checking whether memmove handles overlaps... (cached) yes
  276. checking for _xpg4_setrunelocale in -lxpg4... (cached) no
  277. checking how to create tags... ctags -t
  278. checking how to run man with a section nr... man -s
  279. checking --disable-nls argument... no
  280. checking for msgfmt... (cached) msgfmt
  281. checking for NLS... gettext() doesn't work
  282. checking for dlfcn.h... (cached) yes
  283. checking for dlopen()... yes
  284. checking for dlsym()... yes
  285. checking for setjmp.h... (cached) yes
  286. checking whether we need -framework Cocoa... yes
  287. checking --with-xcodecfg argument... using default
  288. checking for GCC 3 or later... yes
  289. checking whether we need -D_FORTIFY_SOURCE=1... yes
  290. checking linker --as-needed support... no
  291. configure: creating auto/config.status
  292. config.status: creating auto/config.mk
  293. config.status: creating auto/config.h
  294. config.status: auto/config.h is unchanged
  295. [~/Downloads/macvim] (⎇ master)
  296. → make
  297. Starting make in the src directory.
  298. If there are problems, cd to the src directory and run make there
  299. cd src && /Applications/Xcode.app/Contents/Developer/usr/bin/make first
  300. CC="gcc -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX " srcdir=. sh ./osdef.sh
  301. gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/buffer.o buffer.c
  302. gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/blowfish.o blowfish.c
  303. gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/charset.o charset.c
  304. gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/crypt.o crypt.c
  305. gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/crypt_zip.o crypt_zip.c
  306. gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/diff.o diff.c
  307. gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/digraph.o digraph.c
  308. gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/edit.o edit.c
  309. gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/eval.o eval.c
  310. gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/ex_cmds.o ex_cmds.c
  311. gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/ex_cmds2.o ex_cmds2.c
  312. gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/ex_docmd.o ex_docmd.c
  313. gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/ex_eval.o ex_eval.c
  314. gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/ex_getln.o ex_getln.c
  315. gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/fileio.o fileio.c
  316. gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/fold.o fold.c
  317. gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/getchar.o getchar.c
  318. gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/hardcopy.o hardcopy.c
  319. gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/hashtab.o hashtab.c
  320. gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/if_cscope.o if_cscope.c
  321. gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/if_xcmdsrv.o if_xcmdsrv.c
  322. gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/mark.o mark.c
  323. gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/memline.o memline.c
  324. gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/menu.o menu.c
  325. gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/message.o message.c
  326. gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/misc1.o misc1.c
  327. gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/misc2.o misc2.c
  328. gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/move.o move.c
  329. gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/mbyte.o mbyte.c
  330. gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/normal.o normal.c
  331. gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/ops.o ops.c
  332. gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DPERL_DARWIN -mmacosx-version-min=10.11 -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -I/opt/local/include -I/Users/abra/.plenv/versions/5.22.1/lib/perl5/5.22.1/darwin-thread-multi-2level/CORE -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPYTHON_HOME='"/System/Library/Frameworks/Python.framework/Versions/2.7"' -fPIE -DRUBY_VERSION=20 -o objects/option.o option.c
  333. gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/os_unix.o os_unix.c
  334. creating auto/pathdef.c
  335. gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/pathdef.o auto/pathdef.c
  336. gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/popupmnu.o popupmnu.c
  337. gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/quickfix.o quickfix.c
  338. gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/regexp.o regexp.c
  339. gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/screen.o screen.c
  340. gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/search.o search.c
  341. gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/sha256.o sha256.c
  342. gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/spell.o spell.c
  343. gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/syntax.o syntax.c
  344. gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/tag.o tag.c
  345. gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/term.o term.c
  346. gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/ui.o ui.c
  347. gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/undo.o undo.c
  348. gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/window.o window.c
  349. gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/gui.o gui.c
  350. gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/gui_beval.o gui_beval.c
  351. gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/pty.o pty.c
  352. gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -fobjc-exceptions -o objects/gui_macvim.o MacVim/gui_macvim.m
  353. gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -fobjc-exceptions -o objects/MMBackend.o MacVim/MMBackend.m
  354. gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/MacVim.o MacVim/MacVim.m
  355. /Users/abra/.plenv/shims/perl -e 'unless ( $] >= 5.005 ) { for (qw(na defgv errgv)) { print "#define PL_$_ $_\n" }}' > auto/if_perl.c
  356. /Users/abra/.plenv/shims/perl /Users/abra/.plenv/versions/5.22.1/lib/perl5/5.22.1/ExtUtils/xsubpp -prototypes -typemap \
  357. /Users/abra/.plenv/versions/5.22.1/lib/perl5/5.22.1/ExtUtils/typemap if_perl.xs >> auto/if_perl.c
  358. gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DPERL_DARWIN -mmacosx-version-min=10.11 -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -I/opt/local/include -I/Users/abra/.plenv/versions/5.22.1/lib/perl5/5.22.1/darwin-thread-multi-2level/CORE -o objects/if_perl.o auto/if_perl.c
  359. gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DPERL_DARWIN -mmacosx-version-min=10.11 -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -I/opt/local/include -I/Users/abra/.plenv/versions/5.22.1/lib/perl5/5.22.1/darwin-thread-multi-2level/CORE -o objects/if_perlsfio.o if_perlsfio.c
  360. gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPYTHON_HOME='"/System/Library/Frameworks/Python.framework/Versions/2.7"' -fPIE -o objects/if_python.o if_python.c
  361. gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DRUBY_VERSION=20 -o objects/if_ruby.o if_ruby.c
  362. In file included from if_ruby.c:173:
  363. In file included from ./vim.h:37:
  364. ./auto/config.h:50:9: warning: 'SIZEOF_TIME_T' macro redefined [-Wmacro-redefined]
  365. #define SIZEOF_TIME_T 8
  366. ^
  367. /System/Library/Frameworks/Ruby.framework/Headers/ruby/ruby/config.h:61:9: note: previous definition is here
  368. #define SIZEOF_TIME_T SIZEOF_LONG
  369. ^
  370. 1 warning generated.
  371. gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/os_macosx.o os_macosx.m
  372. gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/os_mac_conv.o os_mac_conv.c
  373. gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/netbeans.o netbeans.c
  374. gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/channel.o channel.c
  375. gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/json.o json.c
  376. gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/main.o main.c
  377. gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/memfile.o memfile.c
  378. gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 version.c -o objects/version.o
  379. gcc -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/lib -o Vim objects/buffer.o objects/blowfish.o objects/charset.o objects/crypt.o objects/crypt_zip.o objects/diff.o objects/digraph.o objects/edit.o objects/eval.o objects/ex_cmds.o objects/ex_cmds2.o objects/ex_docmd.o objects/ex_eval.o objects/ex_getln.o objects/fileio.o objects/fold.o objects/getchar.o objects/hardcopy.o objects/hashtab.o objects/if_cscope.o objects/if_xcmdsrv.o objects/mark.o objects/memline.o objects/menu.o objects/message.o objects/misc1.o objects/misc2.o objects/move.o objects/mbyte.o objects/normal.o objects/ops.o objects/option.o objects/os_unix.o objects/pathdef.o objects/popupmnu.o objects/quickfix.o objects/regexp.o objects/screen.o objects/search.o objects/sha256.o objects/spell.o objects/syntax.o objects/tag.o objects/term.o objects/ui.o objects/undo.o objects/version.o objects/window.o objects/gui.o objects/gui_beval.o objects/pty.o objects/gui_macvim.o objects/MMBackend.o objects/MacVim.o objects/if_perl.o objects/if_perlsfio.o objects/if_python.o objects/if_ruby.o objects/os_macosx.o objects/os_mac_conv.o objects/netbeans.o objects/channel.o objects/json.o objects/main.o objects/memfile.o -framework Cocoa -framework Carbon -lm -lncurses -liconv -framework Cocoa -mmacosx-version-min=10.11 -fstack-protector-strong -L/usr/local/lib -L/opt/local/lib -L/Users/abra/.plenv/versions/5.22.1/lib/perl5/5.22.1/darwin-thread-multi-2level/CORE -lperl -lpthread -ldl -lm -lutil -lc -framework Python -framework Ruby
  380. Undefined symbols for architecture x86_64:
  381. "_iconv", referenced from:
  382. _readfile in fileio.o
  383. _buf_write_bytes in fileio.o
  384. _my_iconv_open in mbyte.o
  385. _string_convert_ext in mbyte.o
  386. (maybe you meant: _my_iconv_open)
  387. "_iconv_close", referenced from:
  388. _readfile in fileio.o
  389. _buf_write in fileio.o
  390. _utf_find_illegal in mbyte.o
  391. _my_iconv_open in mbyte.o
  392. _convert_setup_ext in mbyte.o
  393. "_iconv_open", referenced from:
  394. _my_iconv_open in mbyte.o
  395. (maybe you meant: _my_iconv_open)
  396. ld: symbol(s) not found for architecture x86_64
  397. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  398. make[1]: *** [Vim] Error 1
  399. make: *** [first] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement