
27 Jan
2009
27 Jan
'09
2:02 p.m.
2009/1/27 Alistair Bayley
I'm puzzled as to why this build fails (ghc-6.6.1, cabal-1.6 (actually HEAD, I think, but close enough, and winXP). The sqlite.h header file is in C:\Progra~1\sqlite3\, which is clearly given with the -I option.
Turns out it's the trailing backslash in the path C:\Progra~1\sqlite3\ (same error for slashes, too). !? Sorry for the noise. Alistair