Re: [Ann] dqkit 0.7 released
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.tcl archive

Re: [Ann] dqkit 0.7 released

From: Wojciech Kocjan <hceicjow.backward@kocjan.org>
Date: Mon Mar 13 2006 - 18:58:55 CET

On Mon, 13 Mar 2006 18:46:28 +0100, Googie <no@spam.org> wrote:

> Great set of extensions! Not common but very useful!
>
> But...
>
> Wojciech Kocjan wrote:
>> * treectrl 1.0
>> * sqlite 2.8.8
>
> Aren't they quiet old? SQLite is already about 3.3.4 or sth and trectrl
> is about 2.1.

SQLite 3 is incompatible than SQLite 2. Software I wrote uses sqlite 2.
Same goes for treectrl 1.0 and >1.0. So it's a matter of having to port
all software first.

But if there is interest, I could also compile dqkit with treectrl 2.1 and
sqlite 3. For those who want to "do it themselves":

1/ add kit/lib/treectrl2.1/pkgIndex.tcl and kit/lib/sqlite3/pkgIndex.tcl

2/ add parts/sqlite3.tcl and src/sqlite3-3.3.4

3/ add src/tktreectrl-2.1

4/ build dqkit using
$ tclsh gen/buildkit build -tcl -tk -tktreectrl -sqlite3

5/ if build fails, adjust parts/*.tcl and go back to step 4 :-)

That's probably all that needs to be done.

-- 
WK
Received on Sun Apr 30 02:31:15 2006