Whoa! I am psyched if it's really that easy! 1. Visual Studio is not in my PATH, but the following cmd seems to have tried and failed? ------------------------- c:\_Soft\fossil\src\win>"C:\Program Files\Microsoft Visual Studio 10.0\VC\bin\nmake" /f Makefile.msc ------------------------- Microsoft (R) Program Maintenance Utility Version 10.00.30319.01 Copyright (C) Microsoft Corporation. All rights reserved.
cl -nologo -MT -O2 ..\src\translate.c 'cl' is not recognized as an internal or external command, operable program or batch file. NMAKE : fatal error U1077: 'cl' : return code '0x1' Stop. 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? On Fri, Jan 18, 2013 at 1:51 PM, Richard Hipp <d...@sqlite.org> wrote: > > > On Fri, Jan 18, 2013 at 1:32 PM, <sky5w...@gmail.com> wrote: >> >> Well, it looks like a Win32 binary for v1.25 is DIY. :( >> Really want to try the new fossil diff features... >> >> I am slightly C literate but don't use that environment day to day. >> I downloaded latest fossil src and zlib and MinGW and Pelles C and no >> luck trying their make files. >> >> Is there an explicit tutorial somewhere to walk through a compile? >> Not sure where to connect the dots? > > > You need: > > (1) Fossil sources > (2) Either MingGW+Msys or MSVC > > You do not need zlib. Beginning at the top of the source tree, to compile > with MingGW do: > > make -f win/Makefile.mingw > > To compile with MSVC: > > cd win; nmake /f Makefile.msc > > There is nothing else to download. There are no other steps. The resulting > fossil.exe file will appear in the directory in which you run make or nmake. > > >> >> >> I searched several web tutorials with enough fine grain for non >> c-developer. >> Trying this one next: >> >> http://blog.hardkap.com/index.php/posts/00084/Building-Fossil-SCM-on-Windows---MinGW >> >> Thanks for fossil. >> >> >> On Tue, Jan 15, 2013 at 6:39 PM, <sky5w...@gmail.com> wrote: >> > Hi, >> > I know it's been asked before, but will v1.25 be available soon for >> > download? >> > >> > Thanks for fossil. >> > >> > On Thu, Jan 10, 2013 at 8:40 AM, Maxim Khitrov <m...@mxcrypt.com> wrote: >> >> On Wed, Jan 2, 2013 at 4:12 PM, Richard Hipp <d...@sqlite.org> wrote: >> >>> >> >>> >> >>> On Wed, Jan 2, 2013 at 3:58 PM, Ruediger Haertel <r_haer...@gmx.de> >> >>> wrote: >> >>>> >> >>>> Hello, >> >>>> >> >>>> happy new year to all of you. Will there be precompiled versions of >> >>>> v1.25? >> >>>> I >> >>>> remember there was a discussion about this, but don't know what the >> >>>> result >> >>>> was. >> >>>> >> >>>> I really like to have a precompiled binary for windows. Not that I >> >>>> couldn't >> >>>> build one myself but it was really handy just to download. >> >>> >> >>> >> >>> I was trying to push out a new version back in early December. But I >> >>> got a >> >>> lot of push-back from users who thought I should let the code "bake" a >> >>> little longer. >> >>> >> >>> Of course, since then there have been lots more changes. I'm not sure >> >>> letting Fossil "bake" is really an option. The code is progressing >> >>> rapidly, >> >>> and trying to force a "quiet period" prior to a release will probably >> >>> not >> >>> accomplish anything other than slow down development. Besides, very >> >>> few >> >>> people are going to test it until the official release anyhow... >> >>> >> >>> So probably someday soon I'll wake up one morning and decide "today is >> >>> a >> >>> good day to release Fossil version 1.25" and it will be so. No beta. >> >>> No >> >>> baking time. No quiet period. It will just happen. >> >> >> >> Could the official binaries, starting with 1.25, include OpenSSL >> >> functionality? I did manage to build my own Windows exe, but it's a >> >> major pain to do this for every release and then to make sure that >> >> others on your team don't use the version from fossil-scm.org. >> >> >> >> - Max >> >> _______________________________________________ >> >> fossil-users mailing list >> >> fossil-users@lists.fossil-scm.org >> >> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users >> _______________________________________________ >> fossil-users mailing list >> fossil-users@lists.fossil-scm.org >> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users > > > > > -- > 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 > _______________________________________________ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users