rozbujnik wrote:

> There is an error during compilation vim from source.
> 
> In 'src' directory there are many makefiles. In all you might find 
> following line:
> 
>      @echo 'char_u *compiled_sys = (char_u *)"$(USERDOMAIN)";' >> pathdef.c
> 
> I am running mingw in cygwin under Windows2k. UserDomain contains \r  ^M 
> character.
> Process of compiling cannot be successful.
> 
> 
> How I was able to resolve this by changing it to:
>      @echo 'char_u *compiled_sys = (char_u *)"$(USERNAME)";' >> pathdef.c

I would say the problem is with having a CR in USERDOMAIN.
How did it get there?

-- 
How To Keep A Healthy Level Of Insanity:
10. Ask people what sex they are. Laugh hysterically after they answer.

 /// Bram Moolenaar -- b...@moolenaar.net -- 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

Raspunde prin e-mail lui