From: Krasimir A. <kr....@gm...> - 2006-11-19 21:30:15
|
Hi Demius, Are you sure that HSQL can see the OCI header files? If not you can fill the "include-dirs" field in the generated Oracle.buildinfo file. Cheers, Krasimir On 11/17/06, Demius Academius <dem...@ma...> wrote: > 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 > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > htoolkit-users mailing list > hto...@li... > https://lists.sourceforge.net/lists/listinfo/htoolkit-users > |