Hello!
I can not compile HSQL Oracle driver
when I run : runghc Setup.lhs build, was many errors
Database/HSQL/HsOCI.h:7:0: error: syntax error before "OCIParam"
Database/HSQL/HsOCI.h:7:0: warning: no semicolon at end of struct or union
Database/HSQL/HsOCI.h:8:0: warning: type defaults to `int' in
declaration of `dtype'
Database/HSQL/HsOCI.h:8:0: warning: data definition has no type or
storage class
Database/HSQL/HsOCI.h:9:0: error: syntax error before "dsize"
Database/HSQL/HsOCI.h:9:0: warning: type defaults to `int' in
declaration of `dsize'
Database/HSQL/HsOCI.h:9:0: warning: data definition has no type or
storage class
Database/HSQL/HsOCI.h:10:0: error: syntax error before "dprec"
Database/HSQL/HsOCI.h:10:0: warning: type defaults to `int' in
declaration of `dprec'
etc
In Oracle.buildinfo I have:
extra-lib-dirs: "C:\Oracle\Ora9\oci\lib\msvc"
include-dirs: "C:\Oracle\Ora9\oci\include"
What I do wrong?
Sorry for my English, thanks
|