[fossil-users] Broken windows build

2012-08-30 Thread Baruch Burstein
I just tried building fossil on windows with mingw-w64 (without msys or such), which used to work almost flawlessly (I used to only have to change rm to del and cp to copy). But I found that it doesn't work anymore since the TRANSLATE variable in the makefile now has forward slashes instead of

Re: [fossil-users] Broken windows build

2012-08-30 Thread Joe Mistachkin
Baruch Burstein wrote: I just tried building fossil on windows with mingw-w64 (without msys or such), which used to work almost flawlessly (I used to only have to change rm to del and cp to copy). How as this version of MinGW installed? Via the official installer? Do you have version

Re: [fossil-users] Broken windows build

2012-08-30 Thread Baruch Burstein
No installer. RubenVB's latest build for x64. But the problem isn't mingw, it is that the windows cmd line interprets this: `wbld/translate.exe` as a call to `wbld` with parameter `/translate.exe`. There is no problem with forward slashes in the parameters of a command, just in the command itself.

Re: [fossil-users] Broken windows build

2012-08-30 Thread Baruch Burstein
On Thu, Aug 30, 2012 at 9:25 PM, Joe Mistachkin sql...@mistachkin.comwrote: Baruch Burstein wrote: No installer. RubenVB's latest build for x64. Ok, that project (MinGW-w64) is a fork of the official project. The official project is here:

Re: [fossil-users] Broken windows build

2012-08-30 Thread Joe Mistachkin
Can you see if this change clears the issue for you: http://www.fossil-scm.org/index.html/info/773fa5e63c -- Joe Mistachkin ___ fossil-users mailing list fossil-users@lists.fossil-scm.org

Re: [fossil-users] Broken windows build

2012-08-30 Thread Baruch Burstein
Yes, that works, thank you. It seems to me though, that since msys accepts windows-style paths, it makes sense to just always use the backslash. On Thu, Aug 30, 2012 at 10:43 PM, Joe Mistachkin sql...@mistachkin.comwrote: Can you see if this change clears the issue for you: