Stephen Bovy wrote:
> Background >>
>
> Problems
>
> 1) The CFLAGS setting had syntax errors during the configure process ( need
> to remove "escapes" {\\} )
> 2) The configure process did not correctly detect missing header files {need
> to add option to force error on missing .h files haltonmsg(3296) }
> 3) New default Motif 2.1 support does not compile (need to externally change
> lib search paths ) (no change needed ) (see notes below )
> 4) New Default Motif 2.1 header detection creates compile and link errors (
> need to remove most {Xm} headers )
> 5) configure CFLAGS value can-not be used for final config.mk
>
> Here is the diff >>
>
> 4414c4414
> <
> if test "$CC" = "cc"; then
> ---
> > if test "$CC" = "cc"; then
Can you please make a context diff with diff -c or diff -u ?
Otherwise there might be mistakes.
I'm glad you managed to make it work. I wonder what the existing
configure lines were for. I assume your system is more recent, I don't
think these lines have been changed for several years.
Updating the os_390.txt file would also be very helpful for z/OS users.
--
A law to reduce crime states: "It is mandatory for a motorist with criminal
intentions to stop at the city limits and telephone the chief of police as he
is entering the town.
[real standing law in Washington, United States of America]
/// 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