Re: [fossil-users] Looking for guinea pig to test Makefile.msc changes

2013-01-26 Thread Stephan Beal
On Fri, Jan 25, 2013 at 11:24 PM, Ross Berteig r...@cheshireeng.com wrote: The json support also works well enough that my ticket report writer utility just works. (I still need to publish that, I will do that real soon now.) i'd be particularly interested in seeing what you've done there

Re: [fossil-users] Looking for guinea pig to test Makefile.msc changes

2013-01-25 Thread Stephan Beal
On Fri, Jan 25, 2013 at 9:21 AM, Александр Орефков oref...@gmail.comwrote: need fossil.res : $B\win\fossil.rc Fixed, thanks! http://fossil-scm.org/index.html/info/461a4d11d1 -- - stephan beal http://wanderinghorse.net/home/stephan/ http://gplus.to/sgbeal

Re: [fossil-users] Looking for guinea pig to test Makefile.msc changes

2013-01-25 Thread Martin Gagnon
On Fri, Jan 25, 2013 at 3:54 AM, Stephan Beal sgb...@googlemail.com wrote: On Fri, Jan 25, 2013 at 9:21 AM, Александр Орефков oref...@gmail.comwrote: need fossil.res : $B\win\fossil.rc Fixed, thanks! http://fossil-scm.org/index.html/info/461a4d11d1 I don't know about nmake syntax,

Re: [fossil-users] Looking for guinea pig to test Makefile.msc changes

2013-01-25 Thread Stephan Beal
On Fri, Jan 25, 2013 at 10:45 PM, Martin Gagnon eme...@gmail.com wrote: I don't know about nmake syntax, but other reference to B in Makefile.msc use brackets. e.g: $(B) instead of just $B Good point - i was copy/pasting from an MSC user ;). I know that () are needed in GNU and BSD

Re: [fossil-users] Looking for guinea pig to test Makefile.msc changes

2013-01-25 Thread Ross Berteig
Works for me after parking my previous tweaks in a private branch and updating to trunk. I did not exercise the $B question since I've been following the path of least resistance and building in the win folder. After opening a VS2010 32-bit command prompt and changing to the win folder, nmake

[fossil-users] Looking for guinea pig to test Makefile.msc changes

2013-01-24 Thread Stephan Beal
Hello, list, Attached (assuming the list lets it through) is a replacement for win/Makefile.msc, containing patches from Rudi and Tim for enabling JSON support, which i would like to commit but would also like to see tested before i commit it. i'm looking for someone with Windows who can try to

Re: [fossil-users] Looking for guinea pig to test Makefile.msc changes

2013-01-24 Thread Jonas Malaco Filho
I'll test it later today! On Thursday, January 24, 2013, Stephan Beal wrote: Hello, list, Attached (assuming the list lets it through) is a replacement for win/Makefile.msc, containing patches from Rudi and Tim for enabling JSON support, which i would like to commit but would also like to

Re: [fossil-users] Looking for guinea pig to test Makefile.msc changes

2013-01-24 Thread Arjen Markus
Hi Stephan, I just tried it: - two syntax errors - !if FOSSIL_ENABLE_JSON should be !ifdef FOSSIL_ENABLE_JSON (likewise FOSSIL_ENABLE_MARKDOWN) After correcting these, nmake runs fine. I do get two warnings about locally imported symbols - malloc and free somewhere in zlib. Annoying

Re: [fossil-users] Looking for guinea pig to test Makefile.msc changes

2013-01-24 Thread Stephan Beal
On Thu, Jan 24, 2013 at 4:58 PM, Konstantin Khomoutov flatw...@users.sourceforge.net wrote: Builds OK here using VC6 with the call nmake -f Makefile.msc FOSSIL_ENABLE_JSON=1 FOSSIL_ENABLE_MARKDOWN=1 `fossil json whoami` works OK. Great! VC6? Surprise, surprise. Not sure how to test the