On Thu, Jul 25, 2013 at 8:05 AM, Lluís Batlle i Rossell <vi...@viric.name>wrote:

> On Thu, Jul 25, 2013 at 07:59:38AM -0400, Richard Hipp wrote:
> > On Thu, Jul 25, 2013 at 7:44 AM, Martin Gagnon <eme...@gmail.com> 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
>

Move to banish __CYGWIN__ from both Fossil and SQLite sources.  Do I have a
second?

-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
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