Re: [fossil-users] More compilation problems with latest trunk

2016-11-05 Thread Tony Papadimitriou
Possibly! Apparently, a different version of sqlite3.c was somehow left in 
the checkout.  (It's already 2nd time I get bitten by this.)

I tried again with the current trunk and there was no problem.

I guess I'll have to update my script to do a REVERT right after the UPDATE 
command to cancel any possible left-over changes.


Sorry for the noise!

-Original Message- 
From: Richard Hipp

Sent: Saturday, November 05, 2016 2:02 PM
To: Fossil SCM user's discussion
Subject: Re: [fossil-users] More compilation problems with latest trunk

Works fine for me.
https://www.fossil-scm.org/fossil/info/9c211011190bde9a compiled with
either mingw32 or msvc2015.

Maybe you have a bad merge in your check-out.  What does "fossil
changes" or "fossil diff" show?

On 11/5/16, Tony Papadimitriou <to...@acm.org> wrote:

..\src\sqlite3.c(132731) : error C2143: syntax error : missing ';' before
'<<'
..\src\sqlite3.c(132758) : error C2143: syntax error : missing ')' before
'->'
..\src\sqlite3.c(132758) : error C2143: syntax error : missing '{' before
'->'
..\src\sqlite3.c(132758) : error C2059: syntax error : '->'
..\src\sqlite3.c(132758) : error C2059: syntax error : ')'
..\src\sqlite3.c(132760) : error C2059: syntax error : 'type'
..\src\sqlite3.c(132761) : error C2059: syntax error : 'for'
..\src\sqlite3.c(132761) : error C2143: syntax error : missing '{' before
'<'
..\src\sqlite3.c(132761) : error C2059: syntax error : '<'
..\src\sqlite3.c(132761) : error C2143: syntax error : missing '{' before
'++'
..\src\sqlite3.c(132761) : error C2059: syntax error : '++'
..\src\sqlite3.c(132761) : error C2059: syntax error : ')'
..\src\sqlite3.c(132850) : error C2143: syntax error : missing '{' before
'->'
..\src\sqlite3.c(132850) : error C2059: syntax error : '->'
..\src\sqlite3.c(132851) : error C2371: 'whereInfoFree' : redefinition;
different basic types
..\src\sqlite3.c(129702) : see declaration of 'whereInfoFree'
..\src\sqlite3.c(132852) : error C2059: syntax error : 'return'
..\src\sqlite3.c(132853) : error C2059: syntax error : '}'
..\src\sqlite3.c(133154) : error C2079: 'yy354' uses undefined struct
'LimitVal'
..\src\sqlite3.c(135436) : error C2224: left of '.pLimit' must have
struct/union type
..\src\sqlite3.c(135436) : error C2224: left of '.pOffset' must have
struct/union type
..\src\sqlite3.c(135436) : error C2198: 'sqlite3SelectNew' : too few
arguments for call
..\src\sqlite3.c(135652) : error C2224: left of '.pLimit' must have
struct/union type
..\src\sqlite3.c(135652) : error C2224: left of '.pOffset' must have
struct/union type
..\src\sqlite3.c(135655) : error C2224: left of '.pLimit' must have
struct/union type
..\src\sqlite3.c(135655) : error C2224: left of '.pOffset' must have
struct/union type
..\src\sqlite3.c(135658) : error C2224: left of '.pLimit' must have
struct/union type
..\src\sqlite3.c(135658) : error C2224: left of '.pOffset' must have
struct/union type
..\src\sqlite3.c(135661) : error C2224: left of '.pOffset' must have
struct/union type
..\src\sqlite3.c(135661) : error C2224: left of '.pLimit' must have
struct/union type
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual 
Studio

12.0\VC\BIN\cl.EXE"' : return code '0x2'



--
D. Richard Hipp
d...@sqlite.org
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://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


Re: [fossil-users] More compilation problems with latest trunk

2016-11-05 Thread Richard Hipp
Works fine for me.
https://www.fossil-scm.org/fossil/info/9c211011190bde9a compiled with
either mingw32 or msvc2015.

Maybe you have a bad merge in your check-out.  What does "fossil
changes" or "fossil diff" show?

On 11/5/16, Tony Papadimitriou  wrote:
> ..\src\sqlite3.c(132731) : error C2143: syntax error : missing ';' before
> '<<'
> ..\src\sqlite3.c(132758) : error C2143: syntax error : missing ')' before
> '->'
> ..\src\sqlite3.c(132758) : error C2143: syntax error : missing '{' before
> '->'
> ..\src\sqlite3.c(132758) : error C2059: syntax error : '->'
> ..\src\sqlite3.c(132758) : error C2059: syntax error : ')'
> ..\src\sqlite3.c(132760) : error C2059: syntax error : 'type'
> ..\src\sqlite3.c(132761) : error C2059: syntax error : 'for'
> ..\src\sqlite3.c(132761) : error C2143: syntax error : missing '{' before
> '<'
> ..\src\sqlite3.c(132761) : error C2059: syntax error : '<'
> ..\src\sqlite3.c(132761) : error C2143: syntax error : missing '{' before
> '++'
> ..\src\sqlite3.c(132761) : error C2059: syntax error : '++'
> ..\src\sqlite3.c(132761) : error C2059: syntax error : ')'
> ..\src\sqlite3.c(132850) : error C2143: syntax error : missing '{' before
> '->'
> ..\src\sqlite3.c(132850) : error C2059: syntax error : '->'
> ..\src\sqlite3.c(132851) : error C2371: 'whereInfoFree' : redefinition;
> different basic types
> ..\src\sqlite3.c(129702) : see declaration of 'whereInfoFree'
> ..\src\sqlite3.c(132852) : error C2059: syntax error : 'return'
> ..\src\sqlite3.c(132853) : error C2059: syntax error : '}'
> ..\src\sqlite3.c(133154) : error C2079: 'yy354' uses undefined struct
> 'LimitVal'
> ..\src\sqlite3.c(135436) : error C2224: left of '.pLimit' must have
> struct/union type
> ..\src\sqlite3.c(135436) : error C2224: left of '.pOffset' must have
> struct/union type
> ..\src\sqlite3.c(135436) : error C2198: 'sqlite3SelectNew' : too few
> arguments for call
> ..\src\sqlite3.c(135652) : error C2224: left of '.pLimit' must have
> struct/union type
> ..\src\sqlite3.c(135652) : error C2224: left of '.pOffset' must have
> struct/union type
> ..\src\sqlite3.c(135655) : error C2224: left of '.pLimit' must have
> struct/union type
> ..\src\sqlite3.c(135655) : error C2224: left of '.pOffset' must have
> struct/union type
> ..\src\sqlite3.c(135658) : error C2224: left of '.pLimit' must have
> struct/union type
> ..\src\sqlite3.c(135658) : error C2224: left of '.pOffset' must have
> struct/union type
> ..\src\sqlite3.c(135661) : error C2224: left of '.pOffset' must have
> struct/union type
> ..\src\sqlite3.c(135661) : error C2224: left of '.pLimit' must have
> struct/union type
> NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio
> 12.0\VC\BIN\cl.EXE"' : return code '0x2'


-- 
D. Richard Hipp
d...@sqlite.org
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


[fossil-users] More compilation problems with latest trunk

2016-11-05 Thread Tony Papadimitriou
..\src\sqlite3.c(132731) : error C2143: syntax error : missing ';' before '<<'
..\src\sqlite3.c(132758) : error C2143: syntax error : missing ')' before '->'
..\src\sqlite3.c(132758) : error C2143: syntax error : missing '{' before '->'
..\src\sqlite3.c(132758) : error C2059: syntax error : '->'
..\src\sqlite3.c(132758) : error C2059: syntax error : ')'
..\src\sqlite3.c(132760) : error C2059: syntax error : 'type'
..\src\sqlite3.c(132761) : error C2059: syntax error : 'for'
..\src\sqlite3.c(132761) : error C2143: syntax error : missing '{' before '<'
..\src\sqlite3.c(132761) : error C2059: syntax error : '<'
..\src\sqlite3.c(132761) : error C2143: syntax error : missing '{' before '++'
..\src\sqlite3.c(132761) : error C2059: syntax error : '++'
..\src\sqlite3.c(132761) : error C2059: syntax error : ')'
..\src\sqlite3.c(132850) : error C2143: syntax error : missing '{' before '->'
..\src\sqlite3.c(132850) : error C2059: syntax error : '->'
..\src\sqlite3.c(132851) : error C2371: 'whereInfoFree' : redefinition; 
different basic types
..\src\sqlite3.c(129702) : see declaration of 'whereInfoFree'
..\src\sqlite3.c(132852) : error C2059: syntax error : 'return'
..\src\sqlite3.c(132853) : error C2059: syntax error : '}'
..\src\sqlite3.c(133154) : error C2079: 'yy354' uses undefined struct 'LimitVal'
..\src\sqlite3.c(135436) : error C2224: left of '.pLimit' must have 
struct/union type
..\src\sqlite3.c(135436) : error C2224: left of '.pOffset' must have 
struct/union type
..\src\sqlite3.c(135436) : error C2198: 'sqlite3SelectNew' : too few arguments 
for call
..\src\sqlite3.c(135652) : error C2224: left of '.pLimit' must have 
struct/union type
..\src\sqlite3.c(135652) : error C2224: left of '.pOffset' must have 
struct/union type
..\src\sqlite3.c(135655) : error C2224: left of '.pLimit' must have 
struct/union type
..\src\sqlite3.c(135655) : error C2224: left of '.pOffset' must have 
struct/union type
..\src\sqlite3.c(135658) : error C2224: left of '.pLimit' must have 
struct/union type
..\src\sqlite3.c(135658) : error C2224: left of '.pOffset' must have 
struct/union type
..\src\sqlite3.c(135661) : error C2224: left of '.pOffset' must have 
struct/union type
..\src\sqlite3.c(135661) : error C2224: left of '.pLimit' must have 
struct/union type
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 
12.0\VC\BIN\cl.EXE"' : return code '0x2'___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users