Hi All,

So I installed Microsoft Visual Studio and within that toolkit, I need
to use VC to build the fossil.exe file, right?
https://www.fossil-scm.org/index.html/doc/trunk/BUILD.txt


Do that against the 1.36 source, I get this:
        cl /c /nologo /MT /O2  /I. /I..\src /I..\win\include
/I..\compat\zlib /Fo.\stash.obj -c stash_.c
stash_.c
        cl /c /nologo /MT /O2  /I. /I..\src /I..\win\include
/I..\compat\zlib /Fo.\stat.obj -c stat_.c
stat_.c
        cl /c /nologo /MT /O2  /I. /I..\src /I..\win\include
/I..\compat\zlib /Fo.\statrep.obj -c statrep_.c
statrep_.c
        cl /c /nologo /MT /O2  /I. /I..\src /I..\win\include
/I..\compat\zlib /Fo.\style.obj -c style_.c
style_.c
        cl /c /nologo /MT /O2  /I. /I..\src /I..\win\include
/I..\compat\zlib /Fo.\sync.obj -c sync_.c
sync_.c
        cl /c /nologo /MT /O2  /I. /I..\src /I..\win\include
/I..\compat\zlib /Fo.\tag.obj -c tag_.c
tag_.c
        cl /c /nologo /MT /O2  /I. /I..\src /I..\win\include
/I..\compat\zlib /Fo.\tar.obj -c tar_.c
tar_.c
        cl /c /nologo /MT /O2  /I. /I..\src /I..\win\include
/I..\compat\zlib /Fo.\th.obj -c ..\src\th.c
th.c
        cl /c /nologo /MT /O2  /I. /I..\src /I..\win\include
/I..\compat\zlib /Fo.\th_lang.obj -c ..\src\th_lang.c
th_lang.c
        cl /c /nologo /MT /O2  /I. /I..\src /I..\win\include
/I..\compat\zlib /Fo.\th_main.obj -c th_main_.c
th_main_.c
        cl /c /nologo /MT /O2  /I. /I..\src /I..\win\include
/I..\compat\zlib /Fo.\th_tcl.obj -c ..\src\th_tcl.c
th_tcl.c
        cl /c /nologo /MT /O2  /I. /I..\src /I..\win\include
/I..\compat\zlib /Fo.\timeline.obj -c timeline_.c
timeline_.c
        cl /c /nologo /MT /O2  /I. /I..\src /I..\win\include
/I..\compat\zlib /Fo.\tkt.obj -c tkt_.c
tkt_.c
..\src\tkt.c(552) : error C2143: syntax error : missing ';' before 'type'
..\src\tkt.c(553) : error C2065: 'rid' : undeclared identifier
..\src\tkt.c(560) : error C2065: 'rid' : undeclared identifier
..\src\tkt.c(563) : error C2065: 'rid' : undeclared identifier
..\src\tkt.c(564) : error C2065: 'rid' : undeclared identifier
..\src\tkt.c(566) : error C2065: 'rid' : undeclared identifier
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual
Studio 10.0\VC\BIN\cl.EXE"' : return code '0x2'
Stop.

yes, 1.36 is now available to download:
https://www.fossil-scm.org/index.html/uv/download.html


Taking the 1.35 source and doing the same steps, I get a fossil.exe
binary in my win C:\Users\me\Downloads\fossil-1.35\win directory.

Do I need to modify the makefiles to generate the binary using the
same steps that worked on 1.35?

Thanks!



-- 
-------
inum: 883510009027723
sip: jungleboo...@sip2sip.info
_______________________________________________
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