[Haskell-cafe] latest hdbc-odbc

jeff p mutjida at gmail.com
Thu Oct 11 01:18:50 EDT 2007


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 â:

    hdbc-odbc-helper.c:131:0:
         warning: pointer targets in passing argument 6 of â differ in
signedness

    hdbc-odbc-helper.c:131:0:
         warning: pointer targets in passing argument 8 of â differ in
signedness
    hdbc-odbc-helper.c: In function â:

    hdbc-odbc-helper.c:136:0:
         warning: pointer targets in passing argument 8 of â differ in
signedness
    /usr/bin/ar: creating dist/build/libHSHDBC-odbc-1.1.2.0.a

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

    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


More information about the Haskell-Cafe mailing list