On Tue, Jan 19, 2016 at 4:20 PM, Scott Baker <[email protected]> wrote:
I'm able to compile v7.4.1142, but v7.4.1143 fails to compile complaining > about: > > gcc -c -I. -Iproto -DHAVE_CONFIG_H -g -O2 -U_FORTIFY_SOURCE > -D_FORTIFY_SOURCE=1 -o objects/pathdef.o auto/pathdef.c > ex_cmds.c: In function ‘ex_sort’: > ex_cmds.c:560:48: error: ‘DBL_MAX’ undeclared (first use in this function) > > [...] I'm seeing the same error. I can get it to compile if I add this to ex_cmds.c #include <float.h> -- Christian J. Robinson <[email protected]> -- -- 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.
