On Sun, 2007-02-25 at 22:48 +0100, Jakub Ladman wrote:
> Dne neděle 25 únor 2007 19:25 Martin Jenkins napsal(a):
> > Jakub Ladman wrote:
> >
> > You want "make -f Makefile.linux-gcc"
> Oh, of course, sorry.
> 
> And how to fix this?
> 
> [EMAIL PROTECTED] ~/src/sqlite-3.3.13 $ make -f Makefile.linux-gcc
> sh4-pc-linux-uclibc-gcc -Os -DNDEBUG=1 -DHAVE_FDATASYNC=1 -DTHREADSAFE=1 
> -DHAVE_USLEEP=1 -I. -I../sqlite-3.3.13/src  -c 
> ../sqlite-3.3.13/src/tclsqlite.c
> ../sqlite-3.3.13/src/tclsqlite.c:20:17: tcl.h: není souborem ani adresářem
> ../sqlite-3.3.13/src/tclsqlite.c:54: error: syntax error before "Tcl_Interp"
> ../sqlite-3.3.13/src/tclsqlite.c:54: warning: no semicolon at end of struct 
> or 
> union
> 
> I do not need tcl.

It's seems a bit strange to me that Makefile.linux-gcc includes tcl in
the build by default, but it does. Maybe that should change...

If you add "-DNO_TCL" to the OPTS variable in Makefile.linux-gcc this
error should go away. i.e. add the following line somewhere after the 
"OPTS = -DNDEBUG" bit:

OPTS += -DNO_TCL
 


Dan.




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

Reply via email to