On Thu, Jul 25, 2013 at 07:59:38AM -0400, Richard Hipp wrote: > 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.
fossil clone in cygwin64 now works perfectly: $ sed s/__CYGWIN__/__CYGWIN__OFF__/ -i src/* $ ./configure $ make -j4 Thank you! :) _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

