Advertisement
Guest User

Compile Vim with Python support

a guest
Nov 11th, 2011
344
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 8.40 KB | None | 0 0
  1. ld: warning: in /Library/Frameworks//Python.framework/Python, missing required architecture x86_64 in file
  2. Undefined symbols:
  3.   "_PyInt_AsLong", referenced from:
  4.       _OutputSetattr in if_python.o
  5.   "_PyGILState_Release", referenced from:
  6.       _Python_SaveThread in if_python.o
  7.   "_PySys_SetArgv", referenced from:
  8.       _DoPythonCommand in if_python.o
  9.   "_PyExc_IndexError", referenced from:
  10.       _RBAsItem in if_python.o
  11.       _RBItem in if_python.o
  12.       _WinListItem in if_python.o
  13.       _BufListItem in if_python.o
  14.   "_PyString_Size", referenced from:
  15.       _StringToLine in if_python.o
  16.   "_PySys_SetObject", referenced from:
  17.       _DoPythonCommand in if_python.o
  18.       _DoPythonCommand in if_python.o
  19.   "_PyErr_BadArgument", referenced from:
  20.       _StringToLine in if_python.o
  21.       _RBAsSlice in if_python.o
  22.       _SetBufferLine in if_python.o
  23.       _RBAppend in if_python.o
  24.   "_PyEval_InitThreads", referenced from:
  25.       _DoPythonCommand in if_python.o
  26.   "_PyObject_Init", referenced from:
  27.       _WindowNew in if_python.o
  28.       _BufferNew in if_python.o
  29.       _RangeNew in if_python.o
  30.   "_PyErr_Clear", referenced from:
  31.       _RBAsSlice in if_python.o
  32.       _RBAsSlice in if_python.o
  33.       _SetBufferLine in if_python.o
  34.       _SetBufferLine in if_python.o
  35.       _RBAppend in if_python.o
  36.       _RBAppend in if_python.o
  37.       _VimCommand in if_python.o
  38.   "_Py_FindMethod", referenced from:
  39.       _RangeGetattr in if_python.o
  40.       _BufferGetattr in if_python.o
  41.       _OutputGetattr in if_python.o
  42.       _WindowGetattr in if_python.o
  43.   "_PyErr_NoMemory", referenced from:
  44.       _StringToLine in if_python.o
  45.       _RBAsSlice in if_python.o
  46.       _RBAppend in if_python.o
  47.   "_PyString_FromString", referenced from:
  48.       _BufferRepr in if_python.o
  49.       _RangeRepr in if_python.o
  50.       _WindowRepr in if_python.o
  51.       _WindowRepr in if_python.o
  52.   "_PyDict_GetItemString", referenced from:
  53.       _VimToPython in if_python.o
  54.   "__PyArg_ParseTuple_SizeT", referenced from:
  55.       _RBAppend in if_python.o
  56.       _BufferRange in if_python.o
  57.       _VimEval in if_python.o
  58.       _VimCommand in if_python.o
  59.       _BufferMark in if_python.o
  60.       _OutputWritelines in if_python.o
  61.       _OutputWrite in if_python.o
  62.   "_PyType_Ready", referenced from:
  63.       _DoPythonCommand in if_python.o
  64.       _DoPythonCommand in if_python.o
  65.       _DoPythonCommand in if_python.o
  66.       _DoPythonCommand in if_python.o
  67.       _DoPythonCommand in if_python.o
  68.       _DoPythonCommand in if_python.o
  69.       _DoPythonCommand in if_python.o
  70.   "_PyList_Size", referenced from:
  71.       _RBAsSlice in if_python.o
  72.       _RBAppend in if_python.o
  73.       _OutputWritelines in if_python.o
  74.   "_PyModule_GetDict", referenced from:
  75.       _DoPythonCommand in if_python.o
  76.   "_PyMem_Free", referenced from:
  77.       _OutputWritelines in if_python.o
  78.       _OutputWrite in if_python.o
  79.   "_Py_Initialize", referenced from:
  80.       _DoPythonCommand in if_python.o
  81.   "_PyList_Append", referenced from:
  82.       _VimToPython in if_python.o
  83.   "_PyInt_FromLong", referenced from:
  84.       _OutputGetattr in if_python.o
  85.   "_PyExc_ValueError", referenced from:
  86.       _RBAppend in if_python.o
  87.   "_Py_SetPythonHome", referenced from:
  88.       _DoPythonCommand in if_python.o
  89.   "_PyDict_SetItemString", referenced from:
  90.       _VimToPython in if_python.o
  91.       _VimToPython in if_python.o
  92.       _VimToPython in if_python.o
  93.       _DoPythonCommand in if_python.o
  94.       _DoPythonCommand in if_python.o
  95.       _DoPythonCommand in if_python.o
  96.       _DoPythonCommand in if_python.o
  97.   "_PyGILState_Ensure", referenced from:
  98.       _Python_RestoreThread in if_python.o
  99.   "_Py_InitModule4_64", referenced from:
  100.       _DoPythonCommand in if_python.o
  101.   "_PyErr_SetNone", referenced from:
  102.       _VimErrorCheck in if_python.o
  103.       _VimErrorCheck in if_python.o
  104.   "_PyExc_AttributeError", referenced from:
  105.       _CurrentSetattr in if_python.o
  106.       _OutputSetattr in if_python.o
  107.       _OutputSetattr in if_python.o
  108.       _CurrentGetattr in if_python.o
  109.       _WindowSetattr in if_python.o
  110.   "__Py_NoneStruct", referenced from:
  111.       _OutputFlush in if_python.o
  112.       _RBAsSlice in if_python.o
  113.       _SetBufferLine in if_python.o
  114.       _RBAppend in if_python.o
  115.       _VimToPython in if_python.o
  116.       _VimCommand in if_python.o
  117.       _BufferMark in if_python.o
  118.       _OutputWritelines in if_python.o
  119.       _OutputWrite in if_python.o
  120.   "__Py_BuildValue_SizeT", referenced from:
  121.       _RangeGetattr in if_python.o
  122.       _BufferGetattr in if_python.o
  123.       _BufferGetattr in if_python.o
  124.       _BufferGetattr in if_python.o
  125.       _WindowGetattr in if_python.o
  126.       _WindowGetattr in if_python.o
  127.       _WindowGetattr in if_python.o
  128.       _CurrentGetattr in if_python.o
  129.       _VimToPython in if_python.o
  130.       _VimToPython in if_python.o
  131.       _BufferMark in if_python.o
  132.       _DoPythonCommand in if_python.o
  133.   "_PyList_GetItem", referenced from:
  134.       _RBAsSlice in if_python.o
  135.       _RBAppend in if_python.o
  136.       _OutputWritelines in if_python.o
  137.   "_PyRun_SimpleStringFlags", referenced from:
  138.       _DoPythonCommand in if_python.o
  139.       _DoPythonCommand in if_python.o
  140.       _DoPythonCommand in if_python.o
  141.   "_Py_IsInitialized", referenced from:
  142.       _python_end in if_python.o
  143.   "_PyString_FromStringAndSize", referenced from:
  144.       _LineToString in if_python.o
  145.   "_PyObject_Malloc", referenced from:
  146.       _WindowNew in if_python.o
  147.       _BufferNew in if_python.o
  148.       _RangeNew in if_python.o
  149.   "_PyString_AsString", referenced from:
  150.       _StringToLine in if_python.o
  151.       _LineToString in if_python.o
  152.   "_PyEval_RestoreThread", referenced from:
  153.       _VimEval in if_python.o
  154.       _VimEval in if_python.o
  155.       _VimCommand in if_python.o
  156.       _OutputWritelines in if_python.o
  157.       _OutputWrite in if_python.o
  158.   "_PyErr_Occurred", referenced from:
  159.       _VimErrorCheck in if_python.o
  160.       _RBAsSlice in if_python.o
  161.       _RBAsSlice in if_python.o
  162.       _RBAsSlice in if_python.o
  163.       _RBAsSlice in if_python.o
  164.       _RBAsSlice in if_python.o
  165.       _SetBufferLine in if_python.o
  166.       _SetBufferLine in if_python.o
  167.       _RBAppend in if_python.o
  168.       _RBAppend in if_python.o
  169.       _DoPythonCommand in if_python.o
  170.       _DoPythonCommand in if_python.o
  171.   "_PyExc_KeyboardInterrupt", referenced from:
  172.       _VimErrorCheck in if_python.o
  173.   "_PyList_New", referenced from:
  174.       _RBSlice in if_python.o
  175.       _VimToPython in if_python.o
  176.   "_Py_Finalize", referenced from:
  177.       _python_end in if_python.o
  178.   "_PyEval_SaveThread", referenced from:
  179.       _VimEval in if_python.o
  180.       _VimEval in if_python.o
  181.       _VimCommand in if_python.o
  182.       _OutputWritelines in if_python.o
  183.       _OutputWrite in if_python.o
  184.   "_PyErr_SetString", referenced from:
  185.       _CheckBuffer in if_python.o
  186.       _CheckWindow in if_python.o
  187.       _StringToLine in if_python.o
  188.       _RBAsSlice in if_python.o
  189.       _RBAsSlice in if_python.o
  190.       _RBAsSlice in if_python.o
  191.       _RBAsSlice in if_python.o
  192.       _RBAsSlice in if_python.o
  193.       _RBAsSlice in if_python.o
  194.       _SetBufferLine in if_python.o
  195.       _SetBufferLine in if_python.o
  196.       _SetBufferLine in if_python.o
  197.       _SetBufferLine in if_python.o
  198.       _CurrentSetattr in if_python.o
  199.       _RBAsItem in if_python.o
  200.       _RBItem in if_python.o
  201.       _RBAppend in if_python.o
  202.       _RBAppend in if_python.o
  203.       _RBAppend in if_python.o
  204.       _RBAppend in if_python.o
  205.       _RBAppend in if_python.o
  206.       _OutputSetattr in if_python.o
  207.       _OutputSetattr in if_python.o
  208.       _OutputSetattr in if_python.o
  209.       _WinListItem in if_python.o
  210.       _BufListItem in if_python.o
  211.       _CurrentGetattr in if_python.o
  212.       _VimEval in if_python.o
  213.       _WindowSetattr in if_python.o
  214.       _WindowSetattr in if_python.o
  215.       _WindowSetattr in if_python.o
  216.       _BufferMark in if_python.o
  217.       _OutputWritelines in if_python.o
  218.   "_PyDict_New", referenced from:
  219.       _VimToPython in if_python.o
  220.       _VimEval in if_python.o
  221.   "_PyList_SetItem", referenced from:
  222.       _RBSlice in if_python.o
  223.   "_PyExc_TypeError", referenced from:
  224.       _OutputSetattr in if_python.o
  225.       _WindowSetattr in if_python.o
  226.       _OutputWritelines in if_python.o
  227.   "__PyArg_Parse_SizeT", referenced from:
  228.       _WindowSetattr in if_python.o
  229.       _WindowSetattr in if_python.o
  230.       _WindowSetattr in if_python.o
  231.       _OutputWritelines in if_python.o
  232. ld: symbol(s) not found
  233. collect2: ld returned 1 exit status
  234. make: *** [vim] Error 1
  235.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement