Hello,
Still trying to build hdbc-sqlite3
it appears that the hdbc-sqlite3 package on Hackage is missing the C header file
Now I have another pb :
>>>
Building HDBC-sqlite3-1.1.3.0...
[3 of 7] Compiling Database.HDBC.Sqlite3.Utils ( dist/build/Database/HDBC/Sqlite3/Utils.hs, dist/build/Database/HDBC/Sqlite3/Utils.o )
Database/HDBC/Sqlite3/Utils.hsc:74:8: parse error on input `import'
manu:/Volumes/data/Downloads/HDBC/hdbc-sqlite3 manu$
>>>
line 74 is : foreign import ccall unsafe "sqlite3.h sqlite3_errmsg"
I've checked and I have a sqlite3.h file in /usr/include
what is this "parse error on input `import'" about ???
Thanks
M