On Fri, Sep 16, 2011 at 4:20 PM, Richard Hipp <d...@sqlite.org> wrote:

> The MinGW build works for me, but MSVC errors out.  Unresolved cson_*
> symbols.  No time to debug it now - perhaps latter.
>

This is related to the build files, not the code. i need to figure out how
to tell makemake.tcl to include cson_amalgamation.c in the windows build.


> Note there are lots of fossil_* functions (fossil_unlink(), fossil_open,
> etc) that provide portability between unix and windows.  It is important to
> use them.  Especially fossil_open() and fossil_print().  Otherwise, the
> display won't work right for people with a non-ASCII setup.
>

cson_amalgamation.* includes some potentially "problematic" code in that
regard, but it's not used in the Fossil bits - it's only there because its
part of the amalgamation. i'll do some work on removing the pieces which
aren't used by fossil. JSON is, by definition, UTF8, and i'm hoping that
outputing raw UTF8 to a FILE handle is portable.

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
_______________________________________________
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