On Thu, Jul 25, 2013 at 7:44 AM, Martin Gagnon <[email protected]> wrote:
> In Theory, fossil should build and work on fossil like on any other unix > like Operating system (like linux/*bsd etc..) That's what cygwin is for. > "grep" tells me that there are 33 instances of the __CYGWIN__ macro in Fossil, in 8 different files. So if you use "sed" to change them all to __CYGWIN_OFF_ (or something else harmless) and then do "./configure; make", does it work? (I don't have cygwin installed so this is not something I can easily test.) If it does work, then I move for the immediate banishment of all __CYGWIN__ macros. If it doesn't work, is that a bug in cygwin? -- D. Richard Hipp [email protected]
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

