2013/9/4 Ross Berteig <[email protected]>:
>   C:...> cd win; nmake /f Makefile.msc
>
> which churned as usual, then turned up an error in the SQLite amalgamation:
>>
>> ..\src\sqlite3.c(108355) : error C2275: 'tRowcnt' : illegal use of this
>> type as an expression
>>         ..\src\sqlite3.c(8274) : see declaration of 'tRowcnt'
>> ..\src\sqlite3.c(108355) : error C2146: syntax error : missing ';' before
>> identifier 'iLower'
>> ..\src\sqlite3.c(108355) : error C2065: 'iLower' : undeclared identifier
>> ..\src\sqlite3.c(108356) : error C2275: 'tRowcnt' : illegal use of this
>> type as an expression
>>         ..\src\sqlite3.c(8274) : see declaration of 'tRowcnt'
>> ..\src\sqlite3.c(108356) : error C2146: syntax error : missing ';' before
>> identifier 'iUpper'

This is fixed now in trunk, thanks to Joe Mistachkin!

Regards,
        Jan Nijtmans
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to