well-typed / hs-bindgen

Automatically generate Haskell bindings from C header files
20 stars 0 forks source link

configure script is probably broken when LLVM is installed into directory with spaces #115

Closed phadej closed 2 months ago

phadej commented 2 months ago

E.g. C:/Program Files/LLVM. I don't know if that's the case e.g. on Windows.

It's easier to fix when we actually run into this problem.

phadej commented 2 months ago

autoconf just cannot deal with spaces in directories. I think it's easier to just not install LLVM into C:/Program Files.