From: <bri...@cs...> - 2005-12-18 01:07:29
|
When I try to build the current CVS version of HSQL, I get this: bjorn@burns:~/projects/HSQL/PostgreSQL$ runghc Setup.lhs build Preprocessing library hsql-postgresql-1.7... Building hsql-postgresql-1.7... Chasing modules from: Database.HSQL.PostgreSQL Compiling Database.HSQL.PostgreSQL ( ./Database/HSQL/PostgreSQL.hs,=20 dist/build/Database/HSQL/PostgreSQL.o ) PostgreSQL.hsc:181:67: Not in scope: `fromNonNullSqlCStringLen' It seems like fromNonNullSqlCStringLen has been removed from=20 Database.HSQL.Types, but the PostgreSQL and ODBC drivers are still using = it. /Bj=F6rn |