On Thu, 5 Aug 2004, Dennis Volodomanov wrote:

>I'm sorry, but I just can't build it :-( I'm using CygWin and I've ran
>the 'configure' command and then I type 'make' and this is what I get:
>
>$ make
>./libtool --mode=compile gcc -g -O2 -DOS_WIN=1 -DHAVE_USLEEP=1 -I.
>-I./src -DNDE
>BUG -c ./src/build.c
> gcc -g -O2 -DOS_WIN=1 -DHAVE_USLEEP=1 -I. -I./src -DNDEBUG -c
>./src/build.c  -D
>PIC -o .libs/build.o
>src/build.c: In function `sqlite3EndTable':
>src/build.c:1401: error: `OP_ParseSchema' undeclared (first use in this
>function
>)
>src/build.c:1401: error: (Each undeclared identifier is reported only
>once
>src/build.c:1401: error: for each function it appears in.)
>src/build.c: In function `sqlite3DropTable':
>src/build.c:1689: error: `OP_DropTable' undeclared (first use in this
>function)
>src/build.c: In function `sqlite3CreateIndex':
>src/build.c:2159: error: `OP_ParseSchema' undeclared (first use in this
>function
>)
>src/build.c: In function `sqlite3DropIndex':
>src/build.c:2258: error: `OP_DropIndex' undeclared (first use in this
>function)
>make: *** [build.lo] Error 1
>
>Does anyone have any ideas on how to do this or what is wrong?


Is opcodes.h empty? Try removing it so it gets regenerated, and look for
errors in regeneration of opcodes.h:
$ rm opcodes.h
$ make opcodes.h

You may be missing some command required. If grep, sed or awk are missing,
you'll get a broken pipeline when regenerating the file and be left with
essentially an empty file.

Christian

-- 
    /"\
    \ /    ASCII RIBBON CAMPAIGN - AGAINST HTML MAIL
     X                           - AGAINST MS ATTACHMENTS
    / \

Reply via email to