Re: [sqlite] make fails on Solaris

2005-07-19 Thread Martin Jenkins
Christian Smith wrote: On Fri, 15 Jul 2005, Dan Kennedy wrote: See if your installation has "nawk" or "gawk". Then search through Makefile.in and change the "awk" invocations to "nawk" or "gawk" (three changes). It might work then. Solaris /usr/bin/awk is horrible and not nawk compa

Re: [sqlite] make fails on Solaris

2005-07-19 Thread Christian Smith
On Fri, 15 Jul 2005, Dan Kennedy wrote: >See if your installation has "nawk" or "gawk". Then search through >Makefile.in and change the "awk" invocations to "nawk" or "gawk" >(three changes). It might work then. Solaris /usr/bin/awk is horrible and not nawk compatible. > > >--- H S <[EMAIL PRO

Re: [sqlite] make fails on Solaris

2005-07-15 Thread Dan Kennedy
See if your installation has "nawk" or "gawk". Then search through Makefile.in and change the "awk" invocations to "nawk" or "gawk" (three changes). It might work then. --- H S <[EMAIL PROTECTED]> wrote: > You are right. opcodes.h is corrupted. It has 0 byte.. > > I have all other files:

Re: [sqlite] make fails on Solaris

2005-07-15 Thread H S
You are right. opcodes.h is corrupted. It has 0 byte.. I have all other files: lemon exists in the build directory as well as parrse.c and parse.h Here is the messages from configure gums2-sun% ../sqlite-3.2.2/configure --prefix=/dssweb/sqlite checking build system type... sparc-sun-solari

Re: [sqlite] make fails on Solaris

2005-07-15 Thread Gerald Dachs
> 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/a

[sqlite] make fails on Solaris

2005-07-15 Thread H S
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 gc