Shaun Brady wrote:
> Attached.
>
> I removed the line to #include osdef.h and yes it compiled it worked.
>
> I think the terminal emulation might be a bit wonky on BeOS or there
> was another problem, as I didn't see --INSERT--, but I did go in to
> insert mode upon pressing 'i'. Wrote a file to /tmp/
>
> Running the tests ('make test'?) didn't have as much luck; the tail attached.
Thus it sort of works. To exclude auto/osdef.h does this work:
*** ../vim-7.4.1273/src/vim.h 2016-02-04 22:09:44.692012667 +0100
--- src/vim.h 2016-02-07 00:06:30.004287511 +0100
***************
*** 290,296 ****
* glibc-2.2.5 has them in their system headers.
*/
#if !defined(__cplusplus) && defined(UNIX) \
! && !defined(MACOS_X) /* MACOS_X doesn't yet support osdef.h */
# include "auto/osdef.h" /* bring missing declarations in */
#endif
--- 290,296 ----
* glibc-2.2.5 has them in their system headers.
*/
#if !defined(__cplusplus) && defined(UNIX) \
! && !defined(MACOS_X) && !defined(__BEOS__)
# include "auto/osdef.h" /* bring missing declarations in */
#endif
--
hundred-and-one symptoms of being an internet addict:
164. You got out to buy software, instead of going out for a beer.
/// 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/d/optout.