HDBC Windows binaries with SQLite 3 support

Hallo list, I guess the subject line says it all. Can anybody help me? -- -alex http://www.ventonegro.org/

Hallo list,
I guess the subject line says it all. Can anybody help me?
My instructions (i made it for myself! provided "as is"): --- SQLite setup (Windows). ------- We'll need "sqlite3.h". $ wget http://sqlite.org/sqlite-source-3_3_7.zip Copy "sqlite3.h" to c:\Programs\ghc\include\ Also sqlite3.dll library is needed. $ wget http://sqlite.org/sqlitedll-3_3_7.zip Put the library into two places! into "c:\Programs\ghc" - for compilation. into "c:\WINDOWS\system32" - for execution. http://quux.org/devel/hdbc/ $ wget "http://gopher.quux.org:70/devel/hdbc/hdbc_1.0.1.2.tar.gz" tar -xzf hdbc_1.0.1.2.tar.gz && cd hdbc runhaskell Setup.lhs configure --enable-library-profiling runhaskell Setup.lhs build runhaskell Setup.lhs install $ wget "http://gopher.quux.org:70/devel/hdbc/hdbc-sqlite3_1.0.1.0.tar.gz" tar -xzf hdbc-sqlite3_1.0.1.0.tar.gz && cd hdbc-sqlite3 joe HDBC-sqlite3.cabal -- include-dirs: .,/usr/local/include -- Extra-Lib-Dirs: /usr/local/lib runhaskell Setup.lhs configure --enable-library-profiling runhaskell Setup.lhs build runhaskell Setup.lhs install cd testsrc ghc --make runtests.hs && ./runtests

Hallo,
On 3/5/07, ArtemGr
My instructions (i made it for myself! provided "as is"):
Worked after some tweaks for my system. It was actually much easier than I thought. Thanks very much! -- -alex http://www.ventonegro.org/

Hi Andrew and all the involved, The idea is great. It will allow programming with a rewording feeling of depth to the exercise right from the start. However tackling some of the topics you mentioned, like GA, one first needs to develop new solid programming techniques that would circumvent Haskell's inbuilt reluctance to update variables distractively. I would myself wish to read a well documented study of using ST monad or finite maps to achieve this end. Perhaps then, your page should openly encourage the need to develop such "brute force" methods. Cheers, -Andrzej

I should add, though, that you were pointing to the old HDBC site.
Please download HDBC from http://software.complete.org/hdbc/downloads
The Sqlite3 driver is at
http://software.complete.org/hdbc-sqlite3/downloads
The quux.org download site will go away.
-- John
On 2007-03-05, John Goerzen
On 2007-03-05, ArtemGr
wrote: Hallo list,
I guess the subject line says it all. Can anybody help me?
My instructions (i made it for myself! provided "as is"):
Thanks for that. I've added a link to your post from the HDBC wiki.
-- John
-- John Goerzen Author, Foundations of Python Network Programming http://www.amazon.com/exec/obidos/tg/detail/-/1590593715

Hallo,
On 3/6/07, John Goerzen
I should add, though, that you were pointing to the old HDBC site.
Please download HDBC from http://software.complete.org/hdbc/downloads
The Sqlite3 driver is at http://software.complete.org/hdbc-sqlite3/downloads
The quux.org download site will go away.
The links to the API docs from the wiki do not work. Cheers, -- -alex http://www.ventonegro.org/

On Tue, Mar 06, 2007 at 01:57:22PM -0300, Alex Queiroz wrote:
Hallo,
On 3/6/07, John Goerzen
wrote: I should add, though, that you were pointing to the old HDBC site.
Please download HDBC from http://software.complete.org/hdbc/downloads
The Sqlite3 driver is at http://software.complete.org/hdbc-sqlite3/downloads
The quux.org download site will go away.
The links to the API docs from the wiki do not work.
Fixed now. -- John
participants (4)
-
Alex Queiroz
-
Andrzej Jaworski
-
ArtemGr
-
John Goerzen