On 16-02-2012 23:45, Stephan Beal wrote: > On Thu, Feb 16, 2012 at 11:19 PM, Johan Samyn <[email protected] > <mailto:[email protected]>> 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? Trying 'fossil json wiki get Opera' (as the example in the other thread shows) (on the fossil repo itself) says: <snip> C:\DEV\FOSSIL\fossil-dev\work\fossil.exe: work\fossil.exe: unknown command: json work\fossil.exe: use "help" for more information </snip>
> Are you sure you're running the newly-compiled binary and not your > old/installed one? Yeah, Stephan, 100% sure. > Did you do a 'make clean' before trying it (if you don't, it won't > really rebuild anything). I did even that. > 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 > [email protected] > http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users -- Johan Samyn ___________________________________________________________________ "Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away." - A. de Saint-Exupery
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

