I've been trying to build Vim74 from sources obtained from here,
http://www.vim.org/sources.php, without much luck. It builds ok
without any languages enabled but chokes every time I enable Python or
Lua. My goal is to build it with Lua support since python support
comes with the installer.

These are the error messages I get:

~~~~~~~~~~~~~~~~[ Python ]~~~~~~~~~~~~~~~
    gobji386/if_python.o:if_python.c:(.text+0x979): undefined reference to 
`get_option_value_strict'
    gobji386/if_python.o:if_python.c:(.text+0x11ce): undefined reference to 
`dict_lookup'
    gobji386/if_python.o:if_python.c:(.text+0x1f42): undefined reference to 
`get_win_number'
    gobji386/if_python.o:if_python.c:(.text+0x1fa8): undefined reference to 
`get_tab_number'
    gobji386/if_python.o:if_python.c:(.text+0x5a74): undefined reference to 
`win_find_tabpage'
    gobji386/if_python.o:if_python.c:(.text+0x5be5): undefined reference to 
`get_option_value_strict'
    gobji386/if_python.o:if_python.c:(.text+0x6f6c): undefined reference to 
`get_win_number'
    gobji386/if_python.o:if_python.c:(.text+0x80d3): undefined reference to 
`get_tab_number'
    gobji386/if_python.o:if_python.c:(.text+0x8383): undefined reference to 
`dict_lookup'
    gobji386/if_python.o:if_python.c:(.text+0x84cc): undefined reference to 
`dict_lookup'
    gobji386/if_python.o:if_python.c:(.text+0x866d): undefined reference to 
`dict_lookup'
    gobji386/if_python.o:if_python.c:(.text+0x89c3): undefined reference to 
`dict_lookup'
    gobji386/if_python.o:if_python.c:(.text+0x8b6b): undefined reference to 
`dict_lookup'
    gobji386/if_python.o:if_python.c:(.text+0x9b1d): undefined reference to 
`get_win_number'
~~~~~~~~~~~~~~~~[ Lua ]~~~~~~~~~~~~~~~
    gobji386/if_lua.o:if_lua.c:(.text+0xfba): undefined reference to 
`dict_lookup'

The paths to the libraries in the makefile(.\src\Make_ming.mak) look like this:
    PYTHON=C:/python27
    LUA="C:/Program Files/LuaJIT-2.0.2"

Which libraries am I missing?

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Raspunde prin e-mail lui