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 commit is quite risky, so i have put it in my
 own branch:

 http://fossil-scm.org/index.html/info/0918d1f04a?sbs=0
 (sbs diff truncates some of the diff)


 Please try this out (that goes for any MSC user!) and let me know if it
 breaks/works. If it's okay then i'll push that to the trunk.

 Thank you again for your help!



-- 
- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


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 for your help!

-- 
- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


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 = -nologo -MT -O2 -DFOSSIL_ENABLE_JSON

 After it Fossil with JSON builded sucessed in VS2008.

 WBR, Alexander Orefkov.


Hi again, Alexander!

i have added your change to the build scripts, but i cannot personally test
it, which means that my commit is quite risky, so i have put it in my own
branch:

http://fossil-scm.org/index.html/info/0918d1f04a?sbs=0
(sbs diff truncates some of the diff)


Please try this out (that goes for any MSC user!) and let me know if it
breaks/works. If it's okay then i'll push that to the trunk.

Thank you again for your help!

-- 
- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


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 looking for a volunteer to assist in fixing Makefile.msc (which is
generated from src/makemake.tcl). i cannot personally test non-Unix-related
changes.

Can one of you Windows users please try the following out:

src/Makefile.msc, line 929 (currently empty), add:

$(OBJDIR)\cson_amalgamation$O : $(SRCDIR)\cson_amalgamation.h

(on one line, in case your mailer wraps that!)

:-?

If that works i'll get makemake.tcl patched with it.

-- 
- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


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
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


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 in VS2008.

WBR, Alexander Orefkov.



2012/6/20 Stephan Beal sgb...@googlemail.com:
 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


 ___
 fossil-users mailing list
 fossil-users@lists.fossil-scm.org
 http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


[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
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


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

- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
On Jun 19, 2012 11:42 AM, Александр Орефков oref...@gmail.com wrote:

 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.

 ___
 fossil-users mailing list
 fossil-users@lists.fossil-scm.org
 http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users