Re: [fossil-users] Build error in VS 2008 with JSON enabled

2012-06-29 Thread Stephan Beal
Hiho, Could i convince one of the Windows users to try out this patch for the Windows Makefile? On Fri, Jun 22, 2012 at 3:01 PM, Stephan Beal sgb...@googlemail.com wrote: Hi again, Alexander! i have added your change to the build scripts, but i cannot personally test it, which means that my

Re: [fossil-users] Build error in VS 2008 with JSON enabled

2012-06-22 Thread Stephan Beal
On Thu, Jun 21, 2012 at 7:25 AM, Александр Орефков oref...@gmail.comwrote: Hi. I add that line, and add it: Hi again! i apologize for the late response - during the week my PC access is limited (just a tablet). i'll be able to fix this (thanks to your help) tonight or tomorrow. Thanks again

Re: [fossil-users] Build error in VS 2008 with JSON enabled

2012-06-22 Thread Stephan Beal
On Thu, Jun 21, 2012 at 7:25 AM, Александр Орефков oref...@gmail.comwrote: I add that line, and add it: $(OBJDIR)\cson_amalgamation$(O): $(SRCDIR)\cson_amalgamation.c $(TCC) -c $(SRCDIR)\cson_amalgamation.c -o $(OBJDIR)\cson_amalgamation$(O) -DCSON_FOSSIL_MODE And set CFLAGS =

Re: [fossil-users] Build error in VS 2008 with JSON enabled

2012-06-20 Thread Stephan Beal
On Tue, Jun 19, 2012 at 3:44 PM, Stephan Beal sgb...@googlemail.com wrote: Thanks for the details. I will take a look at this asap, but... Hi, Alexander! It looks like someone has already applied all of your json*.c patches except for the comment-after-ifdef (which i just comitted). i'm

Re: [fossil-users] Build error in VS 2008 with JSON enabled

2012-06-20 Thread Stephan Beal
On Wed, Jun 20, 2012 at 6:58 PM, Stephan Beal sgb...@googlemail.com wrote: src/Makefile.msc, line 929 (currently empty), add: should be win/Makefile.msc. -- - stephan beal http://wanderinghorse.net/home/stephan/ http://gplus.to/sgbeal ___

Re: [fossil-users] Build error in VS 2008 with JSON enabled

2012-06-20 Thread Александр Орефков
Hi. I add that line, and add it: $(OBJDIR)\cson_amalgamation$(O): $(SRCDIR)\cson_amalgamation.c $(TCC) -c $(SRCDIR)\cson_amalgamation.c -o $(OBJDIR)\cson_amalgamation$(O) -DCSON_FOSSIL_MODE And set CFLAGS = -nologo -MT -O2 -DFOSSIL_ENABLE_JSON After it Fossil with JSON builded sucessed

[fossil-users] Build error in VS 2008 with JSON enabled

2012-06-19 Thread Александр Орефков
Hi. I was tryed build fossil in VS2008 with JSON enabled, and found some errors in sources. In attach diff file with fixed errors. Also in win\Makefile.msc no cson_amalgamation.c WBR, Alexander Orefkov. diff.diff Description: Binary data ___

Re: [fossil-users] Build error in VS 2008 with JSON enabled

2012-06-19 Thread Stephan Beal
Hi! Thanks for the details. I will take a look at this asap, but... During the week i only have access to my tablet and netbook, so i can't do any significant coding. I also don't have windows, so cannot test windows fixes. I will post back when i cam take a look (probably friday evening).