Cesar Romani wrote: > Compiling the latest vim 7.3a on Win XP with MinGW I get: > -------------------- > ... blowfish.c -o gobjZ/blowfish.o > In file included from proto.h:153, > from vim.h:1867, > from blowfish.c:14: > proto/sha256.pro:3: error: syntax error before "uint32_t" > make: *** [gobjZ/blowfish.o] Error 1 > --------------------
Hmm, cproto changes the UINT32_T to uint32_t. I suppose I need to use typedef instead of #define. -- >From "know your smileys": +<(:-) The Pope /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ download, build and distribute -- http://www.A-A-P.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- 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
