Re: [Chicken-users] A question regarding "hidden" eggs

2016-01-18 Thread Christian Kellermann
* Jörg F. Wittenberger [160116 19:35]: > Hi, > > I feel the need to have some space to stash away temporary glue code. > Is this about code you want to be able to chicken-install but noone else should see it? > Ideally the current version of it is always empty

Re: [Chicken-users] ANN: new eggs, pthreads and sqlite3pth

2016-01-18 Thread Christian Kellermann
* Jörg F. Wittenberger [160118 13:41]: > OK, if that's the way to go, I'll mimic the pattern from sql-de-lite. > I just though this would be too much overhead. I was concerned to put > useless load on the test infrastructure. Well at the moment it does not even

Re: [Chicken-users] ANN: new eggs, pthreads and sqlite3pth

2016-01-18 Thread Jörg F . Wittenberger
sorry, did not understand what you meant I've been trying to say: it installs manually, just use chicken-install -r and supply a symlink to a sqlite3 build. Then call chicken-install. Let's see how to make it install automatically. Am 18.01.2016 um 14:08 schrieb Christian Kellermann: > * Jörg

Re: [Chicken-users] A question regarding "hidden" eggs

2016-01-18 Thread Jörg F . Wittenberger
Am 18.01.2016 um 14:13 schrieb Christian Kellermann: > * Jörg F. Wittenberger [160116 19:35]: >> Hi, >> >> I feel the need to have some space to stash away temporary glue code. >> > > Is this about code you want to be able to chicken-install but noone > else

Re: [Chicken-users] ANN: new eggs, pthreads and sqlite3pth

2016-01-18 Thread Jörg F . Wittenberger
Done. sqlite3pth now includes a slightly old version of sqlite3 (3.9.2). Should compile with chicken-install. Bonus: basic tests added. Am 18.01.2016 um 13:36 schrieb Christian Kellermann: > * Jörg F. Wittenberger [160118 13:31]: ... > If you rely on a specific

Re: [Chicken-users] ANN: new eggs, pthreads and sqlite3pth

2016-01-18 Thread Jörg F . Wittenberger
OK, if that's the way to go, I'll mimic the pattern from sql-de-lite. I just though this would be too much overhead. I was concerned to put useless load on the test infrastructure. Am 18.01.2016 um 13:36 schrieb Christian Kellermann: > * Jörg F. Wittenberger

Re: [Chicken-users] ANN: new eggs, pthreads and sqlite3pth

2016-01-18 Thread Jörg F . Wittenberger
Am 17.01.2016 um 17:06 schrieb Mario Domenech Goulart: > Hello Jörg, > sqlite3pth's installation fails, so I haven't added it yet: Yeah. That's a known documented limitation. https://github.com/0-8-15/sqlite3pth """(Sorry for this. For this. I can not rely on system installed sqlite but must

Re: [Chicken-users] ANN: new eggs, pthreads and sqlite3pth

2016-01-18 Thread Christian Kellermann
* Jörg F. Wittenberger [160118 13:31]: > Am 17.01.2016 um 17:06 schrieb Mario Domenech Goulart: > > Hello Jörg, > > > sqlite3pth's installation fails, so I haven't added it yet: > > Yeah. That's a known documented limitation. >