On 17-02-2012 20:34, Stephan Beal wrote: > On Fri, Feb 17, 2012 at 8:27 PM, Johan Samyn <[email protected] > <mailto:[email protected]>> wrote: > > On 16-02-2012 23:45, Stephan Beal wrote: > C:\DEV\FOSSIL\fossil-dev\work\fossil.exe: work\fossil.exe: unknown > command: json > work\fossil.exe: use "help" for more information > > > That's what happens if FOSSIL_ENABLE_JSON is not defined when it's > built. Can you try: > > # make clean Result for 'make clean': <snip> make: *** No rule to make target `clean'. Stop. </snip> Guess that's because I'm on win :-( ? But euh, doesn't deleting the complete build folder has the same effect ?
> # make CPPFLAGS=-DFOSSIL_ENABLE_JSON > > And paste some of the output from that (a few compiler lines only, not > the rest of the stuff). They should look something like: > > cc -DFOSSIL_ENABLE_JSON -g -O2 -DHAVE_AUTOCONFIG_H -I. -I./src > -Ibld -o bld/json.o -c bld/json_.c > > If the -DFOSSIL_ENABLE_JSON part is not there then "something" is > unexpected in your makefile, but i can't say for certain what. > If -DFOSSIL_ENABLE_JSON _is_ there and 'fossil json' says "unknown > command" then "something else" is wrong. i unfortunately cannot test > the mingw makefile myself. > > -- > ----- 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

