On Nov 30, 2007 11:58 AM, Sreedhar.a <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I am trying to compile the latest version of the sqlite 3.5.3 in vc++.
> i got the following error.
>
> Can anyone help me, what i am missing to add.
> I just downloaded all the source files and created a project and started
> compiling.
>
> Compiling...
> tclsqlite.c
> e:\sharing\sqlitedb\sqlite3_5_3\tclsqlite.c(17) : fatal error C1083: Cannot
> open include file: 'tcl.h': No such file or directory
> Error executing cl.exe.
>
> Sqlite3_5_3.exe - 1 error(s), 0 warning(s)
>
> Where i can get this tcl.h file

If you don't need TCL support just don't include tclsqlite.c in your project.
For you information, TCL is a script language, and SQLite includes
"native" support for it.
If you don't know about it then I guess you don't need it (it is used
to run the test suit, though).

Regards,
~Nuno Lucas

>
> Best Regards,
> A.Sreedhar.
>
>
>

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

Reply via email to