Thursday, March 7, 2013

Re: problems setting up makeprg and makeef

On 2013-03-07, FlashBurn wrote:

> Well, I keep finding more problems with my script. It turns out it
> works find if there are no errors during compilation. Once
> compiler detects and error during compilation something
> interesting is happening. It tries to open the error.err file and
> generates the following error:
> shell returned2
> E303: Unable to open swap file for "and Settings\user\Projects\MyProject\trunk\src\myfile.c
> "and Settings\user\Projects\MyProject\trunk\src\myfile.c,60 Error"[New DIRECTORY]
>
> Does anybody know what is going on and how I can fix it? Any help
> is appreciated.

This looks like a problem with your 'errorformat'. The compiler
found an error at line 60 of myfile.c, but your 'errorformat' is
incorrectly parsing that message so that Vim tries to jump to an
error in a file named
"and Settings\user\Projects\MyProject\trunk\src\myfile.c,60 Error".

Regards,
Gary

--
--
You received this message from the "vim_use" 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_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments: