On 2007-10-11, jeff p <[EMAIL PROTECTED]> wrote:
> Hello,
>
>   When building the latest hdbc-odbc (1.1.2.0) on a linux box with
> ghc6.6.1, I get the following warnings:
>
>       [7 of 7] Compiling Database.HDBC.ODBC ( Database/HDBC/ODBC.hs,
> dist/build/Database/HDBC/ODBC.o )
>     hdbc-odbc-helper.c: In function รข:

That's a mighty suspicious function name, but as far as I can tell, that
aside, these are probably harmless.

> then, after installing the package I get the following error/strange behavior:

There was a line missing in the cabal file.

I have posted 1.1.2.2 to
http://software.complete.org/hdbc-odbc/downloads
which fixes it.

-- John

>
>     Prelude> :t Database.HDBC.ODBC.connectODBC
>     
> /usr/local/lib/HDBC-odbc-1.1.2.0/ghc-6.6.1/Database/HDBC/ODBC/Connection.hi
>     Declaration for connectODBC:
>       Failed to load interface for `Database.HDBC.ODBC.ConnectionImpl':
>         Use -v to see a list of the files searched for.
>     Cannot continue after interface file error
>
> Can anyone shed light on what is going wrong? Is it something I can
> fix, or is the distribution buggy?
>
> thanks,
>   Jeff


-- 
John Goerzen
Author, Foundations of Python Network Programming
http://www.amazon.com/exec/obidos/tg/detail/-/1590593715

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to