Another question about compiling fossil from src?
VERSION.h contents:
#define MANIFEST_UUID "80bf94e0f7ea9eb64ad9c35ed61863d73160767e"
#define MANIFEST_VERSION "[80bf94e0f7]"
#define MANIFEST_DATE "2013-01-18 21:34:21"
#define MANIFEST_YEAR "2013"
#define RELEASE_VERSION "1.25"
#define RELEASE_VERSION_NUMBER 125
#define RELEASE_RESOURCE_VERSION 1,25,0,0

But fossil ui shows manifest version:
"This page was generated in about 0.016s by Fossil version
[80bf94e0f7] 2013-01-18 21:34:21"

How can I trick the simpler "1.25" to appear?

On Sat, Jan 19, 2013 at 11:55 AM,  <sky5w...@gmail.com> wrote:
> On Fri, Jan 18, 2013 at 2:19 PM, Richard Hipp <d...@sqlite.org> wrote:
>>
>>
>> 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".
>
> Sorry for the late reply.
> I did try compiling with MinGW after a fresh download of the fossil
> src tree with the same results.
> I did not run a fossil clean -f though since I am not using the fossil repo.
>
> Not a problem for me now since VS2010Express worked straight away.
>
>> --
>> 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

Reply via email to