Re: [sqlite] 3.4.2 compile error

2007-09-27 Thread Zavier Sheran
One more thing:

I did try compiling with  ../configure  --without-tcl

same error.

On 9/27/07, Zavier Sheran <[EMAIL PROTECTED]> wrote:
>
> Hi James,
>
> I found these 2 packages:
>
> tclx-8.3.5-4
> tcl-8.4.7-2
>
> TCL 8.4 seems up to date, isn't it? What I really try to do is to get
> SQLite 3.4.2 to compile with PHP 5.2.4, but it never finds the sqlite3
> files. So I guess I have to compile SQLite first
>
> Thanks
>
> -Zavier
>
> On 9/27/07, James Dennett <[EMAIL PROTECTED]> wrote:
> >
> >
> > > -Original Message-
> > > From: Zavier Sheran [mailto: [EMAIL PROTECTED]
> > > Sent: Wednesday, September 26, 2007 8:52 PM
> > > To: sqlite-users@sqlite.org
> > > Subject: [sqlite] 3.4.2 compile error
> > >
> > > ../sqlite/src/tclsqlite.c: At top level:
> > > ../sqlite/src/tclsqlite.c:2430: error: syntax error before "int"
> > > ../sqlite/src/tclsqlite.c:2430: error: syntax error before '*' token
> > > ../sqlite/src/tclsqlite.c: In function `Tclsqlite_SafeInit':
> > > ../sqlite/src/tclsqlite.c:2430: error: `TCL_OK' undeclared (first use
> > in
> > > this function)
> > > make: *** [tclsqlite.lo] Error 1
> > >
> > >
> > > keep getting this error. using ../sqlite/configure
> > > --prefix=/usr/local/sqlite  or ../sqlite/configure .. no luck.. RHEL 3
> > >
> > > Any ideas?
> >
> > The obvious guess is that your version of Tcl is too old.  You could
> > disable Tcl support when configuring SQLite, or install a newer Tcl if
> > that's the case.
> >
> > -- James
> >
> >
> >
> > -
> > To unsubscribe, send email to [EMAIL PROTECTED]
> >
> > -
> >
> >
>


Re: [sqlite] 3.4.2 compile error

2007-09-27 Thread Zavier Sheran
Hi James,

I found these 2 packages:

tclx-8.3.5-4
tcl-8.4.7-2

TCL 8.4 seems up to date, isn't it? What I really try to do is to get SQLite
3.4.2 to compile with PHP 5.2.4, but it never finds the sqlite3 files. So I
guess I have to compile SQLite first

Thanks

-Zavier

On 9/27/07, James Dennett <[EMAIL PROTECTED]> wrote:
>
>
> > -Original Message-
> > From: Zavier Sheran [mailto:[EMAIL PROTECTED]
> > Sent: Wednesday, September 26, 2007 8:52 PM
> > To: sqlite-users@sqlite.org
> > Subject: [sqlite] 3.4.2 compile error
> >
> > ../sqlite/src/tclsqlite.c: At top level:
> > ../sqlite/src/tclsqlite.c:2430: error: syntax error before "int"
> > ../sqlite/src/tclsqlite.c:2430: error: syntax error before '*' token
> > ../sqlite/src/tclsqlite.c: In function `Tclsqlite_SafeInit':
> > ../sqlite/src/tclsqlite.c:2430: error: `TCL_OK' undeclared (first use
> in
> > this function)
> > make: *** [tclsqlite.lo] Error 1
> >
> >
> > keep getting this error. using ../sqlite/configure
> > --prefix=/usr/local/sqlite  or ../sqlite/configure .. no luck.. RHEL 3
> >
> > Any ideas?
>
> The obvious guess is that your version of Tcl is too old.  You could
> disable Tcl support when configuring SQLite, or install a newer Tcl if
> that's the case.
>
> -- James
>
>
>
> -
> To unsubscribe, send email to [EMAIL PROTECTED]
>
> -
>
>


RE: [sqlite] 3.4.2 compile error

2007-09-27 Thread James Dennett

> -Original Message-
> From: Zavier Sheran [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, September 26, 2007 8:52 PM
> To: sqlite-users@sqlite.org
> Subject: [sqlite] 3.4.2 compile error
> 
> ../sqlite/src/tclsqlite.c: At top level:
> ../sqlite/src/tclsqlite.c:2430: error: syntax error before "int"
> ../sqlite/src/tclsqlite.c:2430: error: syntax error before '*' token
> ../sqlite/src/tclsqlite.c: In function `Tclsqlite_SafeInit':
> ../sqlite/src/tclsqlite.c:2430: error: `TCL_OK' undeclared (first use
in
> this function)
> make: *** [tclsqlite.lo] Error 1
> 
> 
> keep getting this error. using ../sqlite/configure
> --prefix=/usr/local/sqlite  or ../sqlite/configure .. no luck.. RHEL 3
> 
> Any ideas?

The obvious guess is that your version of Tcl is too old.  You could
disable Tcl support when configuring SQLite, or install a newer Tcl if
that's the case.

-- James


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