> From: [email protected] On Behalf Of tux. > Konovalov, Vadim schrob am Mittwoch, 27. November 2013 um 06:46 Zeit: > > I can investigate later today, if you wish. > I'd like you to. :)
ActivePerl 5.18.1 binaries are built with VC6 compiler, with in turn have some applied service-packs. (I have VC6 without the mentioned SPs) The "config.h" file that comes with this said Activeperl has "long long" in it, and this isn't supported by the VC6 that I have, hence there are number of compiler errors. When I've adjusted "long long" with __int64, the build process went on, but then some internal error happened. Maybe I will find a workaround for the VC6, or will use newer VC - I haven't decided yet. "Correct" solution is to use supported compiler that understand "long long", such as mingw. What compiler you're using BTW? -- -- 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/groups/opt_out.
