Closed anderspapitto closed 8 years ago
I will have time to work actively on LibClang again in two weeks, and my goal is to clean things up and make a release at that time.
Any updates on this issue?
Latest hackage still seems to be "Sat May 14 19:33:53 UTC 2011", it would be nice to to have a more recent version there :)
It shouldn't be too long until the new version is ready. What's left is primarily documentation. I hoped to have it done a couple of weeks ago, but unfortunately life got in the way and I haven't had the time to finish up. Should have more time next week.
Any updates? Even if the package is not quite ready yet, it's better than to have a non-working version on Hackage.
Still?
I've updated Hackage with the package as of 20c018292a2e404206d8974f2a40aa102141dbb2 Could someone with OS X verify that the package builds from hackage?
Marking this as closed. Please open a new ticket if anyone encounters OS X build issues.
Version 0.1.0 from hackage gives the error
src/Clang/FFI_stub_ffi.c:411:12: error: ‘CXTranslationUnit_CXXPrecompiledPreamble’ undeclared (first use in this function) do {res1=CXTranslationUnit_CXXPrecompiledPreamble;
whereas the master branch on github builds successfully. If I diff FFI_stub_ffi.c between the two, there are indeed differences - I would expect them to match..
I have ghc 7.6.3 and clang version 3.3