Inline.

On Tue, 25 Oct 2005 [EMAIL PROTECTED] wrote:

>Has anyone sucessfully built sqlite 3.2.7 on a SunOS 5.6 (Solaris
>sparc 6) box?
>
>I had no problems with sqlite 2, but can't seem to get sqlite3 to
>build.
>
>Using the ./configure ; make route, it dies with:
>
>./lemon -DSQLITE_OMIT_CURSOR           parse.y
>cat parse.h ./src/vdbe.c | awk -f ./mkopcodeh.awk >opcodes.h
> ...
>make: *** [opcodes.h] Error 2
>


Put /usr/xpg4/bin in your PATH before /usr/bin. On Solaris, the tools in
/usr/bin are from the ark, and those in /usr/xpg4/bin are the more recent
standards compliant tools. In this case, you need a nawk compatible awk.

Christian


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

Reply via email to