On 28 October 2016 at 15:50, Martin Gagnon <eme...@gmail.com> wrote:
> On Fri, Oct 28, 2016 at 03:18:04PM -0700, jungle Boogie wrote:
>> Hi All,
>>
>> In my adventure to build fossil on windows with MSVC 2010, I
>> encountered the error below:
>>
>>         cl /c /nologo /MT /O2  /I. /I..\src /I..\win\include
>> /I..\compat\zlib /Fo.\export.obj -c export_.c
>> export_.c
>> ..\src\export.c(564) : error C2143: syntax error : missing ';' before 'const'
>> ..\src\export.c(566) : error C2065: 'zPerm' : undeclared identifier
>> ..\src\export.c(566) : warning C4047: '=' : 'int' differs in levels of
>> indirection from 'char [7]'
>> ..\src\export.c(567) : error C2065: 'zPerm' : undeclared identifier
>> ..\src\export.c(567) : warning C4047: '=' : 'int' differs in levels of
>> indirection from 'char [7]'
>> ..\src\export.c(568) : error C2065: 'zPerm' : undeclared identifier
>> ..\src\export.c(568) : warning C4047: '=' : 'int' differs in levels of
>> indirection from 'char [7]'
>> ..\src\export.c(570) : error C2065: 'zPerm' : undeclared identifier
>> NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual
>> Studio 10.0\VC\BIN\cl.EXE"' : return code '0x2'
>> Stop.
>>
>
> Should be fix now. (even 2 time since me and mistachkin commit the same
> fix in the exact same time.)
>
>   ** The Fork is probably my fault, my autosync was set to "pullonly"
>      and I had to push manually after my commit..

you fixed it!

This is fossil version 1.37 [cf2adc71e8] 2016-10-28 22:51:59 UTC
Compiled on Oct 28 2016 15:53:28 using msc-16.00 (32-bit)
SQLite 3.15.0 2016-10-14 10:20:30 707875582f
Schema version 2015-01-24
zlib 1.2.8, loaded 1.2.8
UNICODE_COMMAND_LINE
STATIC_BUILD


thank you!

>
> Regards
>
> --
> Martin G.


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