On Fri, Jan 18, 2013 at 2:09 PM, <sky5w...@gmail.com> wrote:

> Whoa! I am psyched if it's really that easy!
>
>
> 2. Trying MinGW got the furthest...
> -------------------------
> c:\_Soft\fossil\src>C:\MinGW\msys\1.0\bin\make -f win/Makefile.mingw
> --------------------------
> ~...make headers...
>                 wbld/VERSION.h
> Input file "wbld/add_.c" is empty.
> make: *** [wbld/headers] Error 1
> ---------------------------
>
> Do I have to edit the Makefile somewhere?
>


No editing of Makefiles is required.  It should just work.  I do not know
why it is failing on your system, and without a complete log of what you
have done, nor access to your system, I cannot really debug it.

Question:  Did the MinGW failure occur on a clean checkout of the sources?
Or had you previously tried to do a build on the same source tree, possibly
leaving some junk behind that has the makefile confused?  A quick and
convenient way to clean all build products from the source tree is the
command "fossil clean -f".


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