On Fri, Sep 16, 2011 at 3:34 PM, Joe Mistachkin <sql...@mistachkin.com>wrote:

> src/cson_amalgamation.c:5445:4: error: #error "unlink not implemented for
> this platform."
>

i just committed that fix before your mail arrived, thanks to a report from
Robert Engelhardt.  :)

i now use remove() in Windows mode. If that doesn't fix it, i can remove
those parts from the build because fossil doesn't use them (they're part of
the amalgamation, which is why they're there).


> src/cson_amalgamation.c: In function 'cson_cgi_init':
> src/cson_amalgamation.c:8410:29: error: 'SIGPIPE' undeclared (first use in
> this function)
>

Fixed and committed! Signals are now disabled if _WIN32 or _WIN64 is
defined. i might need to disable them in general to avoid screwing up signal
any handling fossil does.

Thank you, Joe!

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