Re: [sqlite] core dump with TKSQLite

2009-03-04 Thread rahed
Alexey Pechnikov writes: > TkSQLite has it's own copies of SQLite2 and SQLite3 inside. I think you are > download TkSQLite for different platform. I doubt. To my acknowledge tksqlite is a tcl/tk script run from shell. The source doesn't distinguish the platform. I

Re: [sqlite] core dump with TKSQLite

2009-03-04 Thread rahed
Alexey Pechnikov writes: > Hello! > TkSQLite has it's own copies of SQLite2 and SQLite3 inside. I think you are > download TkSQLite for different platform. I doubt. To my acknowledge tksqlite is a tcl/tk script run from shell. The source doesn't distinguish the

[sqlite] core dump with TKSQLite

2009-03-03 Thread rahed
Hello, I installed 3.6.11 on Solaris with 3_6_11-tea. When I try to open sqlite db with tksqlite there is core dump: warning: core file may not match specified executable file. Core was generated by `wish /export/home/user1/tksqlite'. Program terminated with signal 10, Bus error. [New process

Re: [sqlite] Problem building on Solaris

2008-08-08 Thread rahed
"Larry Martell" <[EMAIL PROTECTED]> writes: > I'm trying to build the amalgamation on Solaris, and it's failing: > >> make > cd . && /bin/bash > /home/martella/sqlite3/sqlite-amalgamation-3.6.1/missing --run > aclocal-1.9 > /usr/local/share/aclocal/winsz.m4:5: warning: underquoted definition > of

Re: [sqlite] DBD::SQLite::Amalgamation?

2008-04-01 Thread rahed
On 3/31/08, Jim Dodgen <[EMAIL PROTECTED]> wrote: > It makes ok, here is the output from "make test". the hang is after > "t/06error" it never finishes > > DBD-SQLite-Amalgamation-3.5.7 > > # make test > PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" > "test_harness(0,

Re: [sqlite] DBD::SQLite::Amalgamation?

2008-03-31 Thread rahed
On 3/31/08, Jim Dodgen <[EMAIL PROTECTED]> wrote: > Any Perl people out there using this yet (version 3.5.7)? > > I'm continually having problems when doing "make test" Today I tried and installed on Solaris successfully. Both the module 1.14 and sqlite3 amalgamation. -- Radek

Re: [sqlite] DBD::SQLite for 3.5.4?

2008-01-25 Thread rahed
On 1/25/08, Alexander Batyrshin <[EMAIL PROTECTED]> wrote: > I have no problem with 3.5.4. > Maybe your DBD::SQLite is linked with libsqlite in other dirrectory? > For example your DBD::SQLite is linked against > /usr/lib/libsqlite3.so.0, and you installed new 3.5.2 into > /usr/local/lib ? I've

Re: [sqlite] compiling 3.4.2 on solaris

2007-08-29 Thread rahed
> Funny enough, I just ran into this problem yesterday! I used the > information in this ticket [1] to fix the problem. All you have to do > is find/replace B_FALSE to BOOL_FALSE and B_TRUE to BOOL_TRUE in the > lemon.c file. > Thank you much. -- Radek

[sqlite] compiling 3.4.2 on solaris

2007-08-28 Thread rahed
Hello, when running make I get: sed -e s/--VERS--/3.4.2/ ../sqlite/src/sqlite.h.in | \ sed -e s/--VERSION-NUMBER--/3004002/ >sqlite3.h gcc -g -O2 -o lemon ../sqlite/tool/lemon.c ../sqlite/tool/lemon.c:111: error: redeclaration of enumerator `B_FALSE' /usr/include/sys/types.h:176: error: previous

Re: [sqlite] sqlite in a shell

2006-01-29 Thread rahed
Joe Wilson <[EMAIL PROTECTED]> writes: > I've seen this same behavior when running a MinGW-compiled sqlite3.exe in the > cygwin shell. It has > something to do with the lack of flushing of information written to stdout > (until close() anyway). > If you blindly type in the sqlite commands - it

[sqlite] sqlite in a shell

2006-01-28 Thread rahed
I can run sqlite3 from a windows cmd but running it from msys shell or emacs shell doesn't work. No sqlite prompt and I have to interrupt the process with Ctrl c. Does anyone know the cause? Thank you. -- Radek