I dod not believe that I am using pre-compiled headers at all. The compile
command is, nicely broken across lines

cl -DPACKAGE_NAME=\"sqlite\" -DPACKAGE_TARNAME=\"sqlite\" \
        -DPACKAGE_VERSION=\"3.4.0\" -DPACKAGE_STRING=\"sqlite\ 3.4.0\" \
        -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 \
        -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 \
        -DHAVE_MEMORY_H=1 -DBUILD_sqlite=1 -DTCL_THREADS=1 \
        -DTHREADSAFE=1 -DUSE_TCL_STUBS=1 -Dfdatasync=fsync \
        -DSQLITE_ENABLE_FTS2=1 \
        -I"../generic" \
        -I"/e/Home/dbn/lba/night/builds/win32-ix86/tcl/generic" \
        -nologo -O2 -W2 -MD \
        -c `cygpath -w ../generic/tclsqlite3.c` -o tclsqlite3.obj


Per google I should have a -XY there to activate PCH

--
        Andreas Kupries <[EMAIL PROTECTED]>
        Developer @ http://www.ActiveState.com
        Tel: +1 778-786-1122


> -----Original Message-----
> From: Teg [mailto:[EMAIL PROTECTED]
> Sent: Monday, June 25, 2007 3:38 PM
> To: Andreas Kupries
> Subject: Re[2]: [sqlite] Trouble compiling with MSVC++ 6.0
>
>
> Hello Andreas,
>
> Try turning off pre-compiled headers for that module.
>
> C
>
> Monday, June 25, 2007, 6:29:40 PM, you wrote:
>
> >> > Ticket #2457 reports difficulty building SQLite version 3.4.0
> >> > using MSVC++ 6.0.  This appears to be a bug in MSVC++.  See the
> >> > comments on the ticket for details:
> >> >
> >> >    http://www.sqlite.org/cvstrac/tktview?tn=2457
> >> >
> >> > I do not own MSVC++ (and have no intention of acquiring a copy)
> >> > so I am unable to reproduce.  On the other hand, Version 3.4.0
> >> > has been out for a week and there have been no other reports
> >> > of problems, so I am somewhat suspicious that this problem is
> >> > specific to the specific installation.
> >> >
> >> > Can anybody shed any light on ticket #2457?  Can anybody else
> >> > reproduce the problem or suggest a work-around?
> >>
> >> Error in MSVC 6.0 -- the user who wrote the ticket hasn't installed the
> >> latest service pack of VC6.
> >>
> >> http://support.microsoft.com/kb/890892
>
> AK> The article sounds like a very likely match (large macros).
>
> AK> Just retrieved and installed VC6 SP6, rebooted the machine
> ... The compiler
> AK> now reports a different build number, higher than before, so
> I guess really
> AK> did not have that ServicePack before ...
>
> AK> Compiling the original sources (not the ones I messed with)
> ... I however
> AK> still run into the same internal compiler error, in the same
> line of code.
>
> AK> :(
>
> AK> --
> AK>         Andreas Kupries <[EMAIL PROTECTED]>
> AK>         Developer @ http://www.ActiveState.com
> AK>         Tel: +1 778-786-1122
>
>
>
> AK>
> ------------------------------------------------------------------
> -----------
> AK> To unsubscribe, send email to [EMAIL PROTECTED]
> AK>
> ------------------------------------------------------------------
> -----------
>
>
>
>
> --
> Best regards,
>  Teg                            mailto:[EMAIL PROTECTED]
>
>
> ------------------------------------------------------------------
> -----------
> To unsubscribe, send email to [EMAIL PROTECTED]
> ------------------------------------------------------------------
> -----------
>


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to