Charlie Cooper wrote:
> Building 7.3.1157 on an older system
>
> uname -s -r -v -m --> HP-UX B.11.23 U ia64
> cc --version --> cc: HP C/aC++ B3910B A.06.14 [Feb 22 2007]
>
> ./configure \
> --with-features=big \
> --with-x \
> --enable-gui=auto \
> --enable-multibyte
>
> cc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MOTIF -I/usr/local/include -g -o
> objects/buffer.o buffer.c
> *** Error exit code 2
>
> "regexp.h", line 104: error #2094:
> the size of an array must be greater than zero
> nfa_state_T state[0]; /* actually longer.. */
> ^
> Changing [0] to [1] allows build to complete and make test is successful
>
> There may be compiler flags that will help with this instead, but I
> will not be able to look at this for a week or so.
Thanks for reporting. Now I recall why we use [1] in these places.
I'll fix this one.
--
hundred-and-one symptoms of being an internet addict:
140. You'd rather catch a score on the web than watch the game as
it is being played on tv.
/// 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.