skogsbaer / hscurses

ncurses binding for Haskell
http://hackage.haskell.org/package/hscurses
GNU Lesser General Public License v2.1
60 stars 21 forks source link

Failed to install hscurses-1.4.1.2 on OS x Maverics 10.9.2 #18

Closed lunarlander closed 10 years ago

lunarlander commented 10 years ago

Failed to install hscurses-1.4.1.2 cabal: Error: some packages failed to install: hscurses-1.4.1.2 failed during the building phase. The exception was: ExitFailure 1

dist/build/UI/HSCurses/Curses.hs:1644:5: error: unterminated conditional directive

if defined(STDC_ISO_10646) && defined(HAVE_WADDNWSTR)

uname Darwin Kernel Version 13.1.0: Thu Jan 16 19:40:37 PST 2014; root:xnu-2422.90.20~2/RELEASE_X86_64 x86_64

cabal --version cabal-install version 1.18.0.2

ghc --version The Glorious Glasgow Haskell Compilation System, version 7.6.3

gcc --version Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/c++/4.2.1 Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn) Target: x86_64-apple-darwin13.1.0 Thread model: posix

dysinger commented 10 years ago

I get the same error.

dysinger commented 10 years ago

I get the same error all the way back to 1.3 (which is the version Idris tries to install).

mietek commented 10 years ago

Same here. Opened PR #20 with a fix.

skogsbaer commented 10 years ago

Just merged #20. This this solve your problem? If not please re-open.