Monday, June 24, 2013

Re: Building Vim on Windows


On Jun 24, 2013 8:53 PM, "Salman Halim" <salmanhalim@gmail.com> wrote:
>
> On Mon, Jun 24, 2013 at 12:28 PM, Ben Fritz <fritzophrenic@gmail.com> wrote:
>>
>> On Monday, June 24, 2013 11:03:50 AM UTC-5, Salman Halim wrote:
>> >
>> > Thank you for this; I was wondering: does building with MinGW change GVim into a GNU-ish application? Can I still use paths like "c:\test\some\file.txt"? While I use the forward slash almost exclusively, it is nice to occasionally be able to take a file path someone else gave me and just :e or :sp it.
>> >
>>
>> Nope, MinGW just uses unix-like tools to build a native Windows application. I actually can't use cygwin paths from my MinGW Vim build, it's all native Windows paths.
>>
>> You can use the forward slash on Windows, though, like :e c:/test/some/file.txt. This doesn't depend on what you used to compile.
>>
>
> Ben,
>
> Thank you, again; I'll make the switch and see how it works out. I really appreciate your suggestions and responses.
>
> Now, I wonder what can be done about the Borland compiler's issues.

Nothing until you post them. Most developers here are on linux like me (with gcc or clang or both) or on windows, but with mingw. With warnings posted we may be able to guess a fix, but without you will have to wait for someone with Windows and bcc which is a very unpopular choice.

Note that at least some problems (I would expect one or two, but I do not know how verbose is bcc with macros error) in if_py_both.h may be fixed by one of the patches posted here.

> Salman
>
> --
> --
> 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.
>  
>  

--
--
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: