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
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to