[Haskell-cafe] Pb builind hdbc-sqlite3 (suite)

manu emmanuel.delaborde at citycampus.com
Wed Nov 28 06:28:22 EST 2007


Hello,

Still trying to build hdbc-sqlite3

it appears that the hdbc-sqlite3 package on Hackage is missing the C  
header file
It is included with the hdbc-sqlite3 package found at http:// 
software.complete.org/hdbc-sqlite3/downloads however.


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20071128/18734d8b/attachment.htm


More information about the Haskell-Cafe mailing list