> Hi,
> 
> Could someone please shed some light what I should do?
> I've got the following errors.  
> 
> Thank you,
> Isarin
> 
> gums-sun% make 
> ./libtool --mode=compile gcc -g -O2 -DOS_UNIX=1 -DHAVE_USLEEP=1 -I.
> -I../sqlite-3.2.2/src -DNDEBUG -DSQLITE_OM\
> IT_CURSOR -c ../sqlite-3.2.2/src/alter.c 
> mkdir .libs 
>  gcc -g -O2 -DOS_UNIX=1 -DHAVE_USLEEP=1 -I. -I../sqlite-3.2.2/src
> -DNDEBUG -DSQLITE_OMIT_CURSOR -c ../sqlite-3\
> .2.2/src/alter.c  -fPIC -DPIC -o .libs/alter.o 
> ../sqlite-3.2.2/src/alter.c: In function `reloadTableSchema': 
> ../sqlite-3.2.2/src/alter.c:220: `OP_DropTrigger' undeclared (first

the file opcodes.h is missing or broken. This header file is made by awk from 
parse.h.
I can't imagine there is a unix system that doesn't have an awk installed.
Does parse.h exist? If not, parse.h and parse.c is made from parse.y by
lemon. Lemon should have been build before you got this error message.
Does lemon exist in the sqlite build directory?

Gerald

Reply via email to