On 18/05/10 23:57, Tux wrote:
While trying to compile Vim 7.3a from Hg under Windows (which worked
fine a few hours ago) with Visual Studio 2008, I receive the following
errors:
http://pastebin.com/G3XxEsqN
Compilation command:
nmake -f Make_mvc.mak GUI=yes OLE=yes PERL=C:\Perl DYNAMIC_PERL=yes
PYTHON=C:\Programme\Python DYNAMIC_PYTHON=yes SNIFF=yes CSCOPE=yes
IME=yes GIME=yes MBYTE=yes FEATURES=huge RUBY=C:\Ruby DYNAMIC_RUBY=yes
TCL=C:\tcl DYNAMIC_TCL=yes POSTSCRIPT=yes XPM=..\..\libXpm
HTH.
Looks like the Linux fix has busted it up for other platforms, see the
thread "Problem with vim7.3a and Perl". The problem was a collision
between a #define uint32_t added into config.h if not already defined,
and a typedef uint32_t defined by <stdint.h> invoked by something
invoked by Perl and Python interfaces.
Bram: I guess we'll have to stick to Vim coding style anyway, and use an
all-caps name for the define to avoid conflicts.
Best regards,
Tony.
--
Caution: breathing may be hazardous to your health.
--
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