Hi Mathias,

On 6/4/06, Mathias Michaelis <[EMAIL PROTECTED]> wrote:
Hi developers

If I compile vim on Windows XP with Microsoft Visual Studio 2005
Express Edition on the command line with

nmake -f Make_mvc.mak DEBUG=yes FEATURES=TINY GUI=yes OLE=yes

I get the errors:

ex_cmds2.obj : error LNK2019:
 unresolved external symbol _get_locale_val referenced
 in function _get_mess_env

os_mswin.obj : error LNK2019:
 unresolved external symbol _gui_mch_dialog referenced
 in function _display_errors

Is this a bug or isn't this configuration supported for certain reasons?


You should be able to compile Vim with the tiny feature set.
I guess some more checks needs to be added to the
feature.h file.

- Yegappan

Reply via email to