Hi DRH,

I can build fossil from trunk now.

However, there seems some issue with date/time. It shows incorrect date:

$ rm test.fsl
$ ./fossil new test.fsl
project-id: 6e13be383106646451d79a5eae4f731c84d22135
server-id:  f0202d8c43fc11569996c45150aca4740ffd49c6
admin-user: altufaltu (initial password is "bbbbdf")
$ ./fossil timeline -R test.fsl
=== 5695-10-01 ===                                        <-- incorrect
02:47:22 [27672aa945] initial empty check-in (user: a0756885 tags: 
trunk)
$ ./fossil version
This is fossil version [d778ffea81] 2010-06-23 13:30:32 UTC

Older version works well:
$ rm test.fsl
$ ./fossil new test.fsl
project-id: 8c9e5b041a9dceb16117a8bfc876f1d0f4b18190
server-id:  c1b0500b000a2f7356065962422c5f4500e6ea4c
admin-user: altufaltu (initial password is "b52440")
$ ./fossil timeline -R test.fsl
=== 2010-06-23 ===
14:40:32 [4a09f9f5b6] initial empty check-in (user: a0756885 tags: 
trunk)
$ ./fossil version
This is fossil version [15b293259d] 2010-06-11 12:02:59 UTC

-----Original Message-----
From: Richard Hipp <d...@sqlite.org>
To: fossil-users@lists.fossil-scm.org
Sent: Wed, Jun 23, 2010 5:04 pm
Subject: Re: [fossil-users] Windows build broken?





On Wed, Jun 23, 2010 at 7:28 AM, Richard Hipp <d...@sqlite.org> wrote:



On Wed, Jun 23, 2010 at 3:44 AM,  <altufa...@mail.com> wrote:
I'm trying to build 953d293c32 version of fossil for Windows, which
seems broken:

gcc -g -O2 -o makeheaders .\\src\\makeheaders.c
awk "{ printf \"#define MANIFEST_UUID \\\"%%s\\\"\n\", $1}"
.\\src\\..\\manifest.uuid >VERSION.h
gawk: { printf "#define MANIFEST_UUID \"%%s\"\n", }
gawk:                                             ^ syntax error
gawk: cmd. line:1: { printf "#define MANIFEST_UUID \"%%s\"\n", }
gawk: cmd. line:1:                                              ^
unexpected newline or end of string
make: *** [VERSION.h] Error 1


The last change to that part of the makefile was in 2007.  Are you 
saying this used to work for you but it suddenly stopped working?  Have 
you changed your build environment?



At the time I wrote the paragraph above, I had not yet seen last nights 
check-in from Mr. Morgat.  That check-in does indeed break the build, 
and on unix too.  So it has been moved into a branch.  Please build off 
of the trunk and you should be OK.
 


 

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





--
---------------------
D. Richard Hipp
d...@sqlite.org


_______________________________________________fossil-users mailing 
listfossil-us...@lists.fossil-scm.orghttp://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