chetant / LibClang

Haskell FFI to libclang
Other
58 stars 10 forks source link

Libclang on hackage doesn't compile (github master does compile) #39

Closed anderspapitto closed 8 years ago

anderspapitto commented 10 years ago

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

sethfowler commented 10 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.

noctux commented 10 years ago

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 :)

sethfowler commented 10 years ago

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.

abbradar commented 9 years ago

Any updates? Even if the package is not quite ready yet, it's better than to have a non-working version on Hackage.

alexanderkyte commented 9 years ago

Still?

chetant commented 9 years ago

I've updated Hackage with the package as of 20c018292a2e404206d8974f2a40aa102141dbb2 Could someone with OS X verify that the package builds from hackage?

chetant commented 8 years ago

Marking this as closed. Please open a new ticket if anyone encounters OS X build issues.