|
From: Jan N. <jan...@gm...> - 2019-11-21 09:13:03
|
Op do 21 nov. 2019 om 04:21 schreef Donald Porter:
> Change line 1511 of win/rules.vc from
>
> /DCOMMAVERSION=$(DOTVERSION:.=,),0 \
>
> To
>
> /DCOMMAVERSION=$(DOTVERSION:.=,) \
>
> And see if that gets past the problem.
>
Maybe, but I guess I would simply include sqlite 3.30.1 in
the batteries-included release, and not sqlite 3.30.1.1
(which is only our own addition). The only difference
between 3.30.1 and 3.30.1.1 is the TEA update, but
this update doesn't contain anything crucial. It only
fixes the build for Visual Studio > 2008 using
the configure/make system, but I think I am the
only one (apart from activestate) stubborn enough
not to use the nmake build system in this environment ;-)
Regards,
Jan Nijtmans
|