John Marriott wrote: > Hi all, > > This patch fails to compile on HP-UX like so: > > Starting make in the src directory. > If there are problems, cd to the src directory and run make there > cd src && make first > cc -c -I. -Iproto -DHAVE_CONFIG_H -O2 -o objects/regexp.o > regexp.c > cc: "regexp_nfa.c", line 2481: warning 500: Unnamed struct/union members > are ignored. > cc: "regexp_nfa.c", line 2570: error 1588: "multilist" undefined. > cc: "regexp_nfa.c", line 2570: error 1531: Invalid member of struct or > union. > cc: "regexp_nfa.c", line 2570: error 1527: Incompatible types in cast: > Must cast from scalar to scalar or to void type. > cc: "regexp_nfa.c", line 2570: error 1531: Invalid member of struct or > union. > cc: "regexp_nfa.c", line 2570: error 1527: Incompatible types in cast: > Must cast from scalar to scalar or to void type. > cc: "regexp_nfa.c", line 2574: error 1588: "linelist" undefined. > cc: "regexp_nfa.c", line 2574: error 1531: Invalid member of struct or > union. > ... > cc: "regexp_nfa.c", line 3763: error 1588: "multilist" undefined. > cc: "regexp_nfa.c", line 3763: error 1531: Invalid member of struct or > union. > cc: Panic 2161: Maximum allowed number of errors exceeded. > *** Error exit code 1 > Stop. > *** Error exit code 1 > Stop. > > The attached patch fixes.
Thanks. The name is a bit long, I'll think of a better one. Working on something else now, will include this patch in a day or two. -- A)bort, R)etry, B)ang it with a large hammer /// 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 /// -- -- 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.
