Re: [Haskell-cafe] Error installing pkg 'HDBC-sqlite3'

2009-02-20 Thread Duncan Coutts
On Fri, 2009-02-20 at 14:16 -0500, David wrote: > I've encountered another problem while trying to install > 'HDBC-sqlite3'. I did the install "manually", instead of using Cabal, > and during the build phase, received the following error message: > > D:\Apps\ghc\ghc-6.10.1\HDBC-sqlite3-2.1.0.0>run

Re: [Haskell-cafe] Error installing pkg 'HDBC-sqlite3'

2009-02-20 Thread Sebastian Sylvan
I thin you need to use the following two options to point cabal configure to the right include and lib directories:--extra-include-dirs=*dir* --extra-lib-dirs=*dir* On Fri, Feb 20, 2009 at 8:20 PM, David wrote: > I think you're right. I didn't realize I had to install Sqlite before > installing

Re: [Haskell-cafe] Error installing pkg 'HDBC-sqlite3'

2009-02-20 Thread David
I think you're right. I didn't realize I had to install Sqlite before installing and building the HDBC-sqlite package. So I did that, but now I'm getting a different error, because the DLL for Sqlite isn't getting found. How do I tell the build process where the DLL is? Here's the new error messag

Re: [Haskell-cafe] Error installing pkg 'HDBC-sqlite3'

2009-02-20 Thread Sebastian Sylvan
I think you need to install sqlite3 first. This is just a binding to the C library. On Fri, Feb 20, 2009 at 7:16 PM, David wrote: > I've encountered another problem while trying to install > 'HDBC-sqlite3'. I did the install "manually", instead of using Cabal, > and during the build phase, recei

[Haskell-cafe] Error installing pkg 'HDBC-sqlite3'

2009-02-20 Thread David
I've encountered another problem while trying to install 'HDBC-sqlite3'. I did the install "manually", instead of using Cabal, and during the build phase, received the following error message: D:\Apps\ghc\ghc-6.10.1\HDBC-sqlite3-2.1.0.0>runghc Setup build Preprocessing library HDBC-sqlite3-2.1.0.0