On Friday, June 14, 2013 7:16:16 PM UTC+2, Bram Moolenaar wrote: > Christian Wellenbrock wrote: > > > > > I just cloned a completely new copy of the hg vim sources and called > > > make from the src folder. I get the following errors: > > > https://gist.github.com/wellle/5783452/raw/b7b02012331575f646b5bb09246329947ae7eb44/gistfile1.txt > > > > Check the definition of MAC_OS_X_VERSION_MAX_ALLOWED > > This line is only supposed to be included for some old OSX version. > > > > -- > > Some of the well known MS-Windows errors: > > EMEMORY Memory error caused by..., eh... > > ELICENSE Your license has expired, give us more money! > > EMOUSE Mouse moved, reinstall Windows > > EILLEGAL Illegal error, you are not allowed to see this > > EVIRUS Undetectable virus found > > > > /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ > > /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ > > \\\ an exciting new programming language -- http://www.Zimbu.org /// > > \\\ help me help AIDS victims -- http://ICCF-Holland.org ///
MAC_OS_X_VERSION_MAX_ALLOWED doesn't seem to be defined. I searched the whole vim directory and could only find the following two lines in src/os_unix.c. Where is it supposed to be defined? vim hg:default ❱ ag -a VERSION_MAX src/os_unix.c 826:# if defined(__APPLE__) && (!defined(MAC_OS_X_VERSION_MAX_ALLOWED) \ 827: || MAC_OS_X_VERSION_MAX_ALLOWED <= 1040) vim hg:default ❱ -- -- 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.
