On Thu, Feb 16, 2012 at 11:19 PM, Johan Samyn <johan.sa...@gmail.com> wrote:

> Thanks Stephan. Should adding 'FOSSIL_ENABLE_JSON = 1' to my
> Makefile.mingw work too (I'm a makefile noob ...) ?
>

It doesn't look like that's a known makefile option (it might be worth
adding, though):

stephan@tiny ~/cvs/fossil/fossil $ grep FOSSIL_ENABLE_JSON win/Makefile.*
stephan@tiny ~/cvs/fossil/fossil $


but what you can do is add this line to your makefile:

CPPFLAGS += -DFOSSIL_ENABLE_JSON

(instead of CFLAGS like i said earlier)

No compilation rejection anymore, but 'fossil json ...' still does not
> work.
>

What does it say? Are you sure you're running the newly-compiled binary and
not your old/installed one? Did you do a 'make clean' before trying it (if
you don't, it won't really rebuild anything).


> Need some external json lib to link with maybe ? I didn't find anything
> about json in the Fossil compilation docs.
>

That's probably because those doing the documenting live on Unix-like
platforms where './configure --help' works ;).

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

Reply via email to