On Fri, Feb 17, 2012 at 8:27 PM, Johan Samyn <[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
# 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

Reply via email to