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

Regards

-- 
Martin G.
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to