You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ cabal install --extra-include-dirs=/usr/lib/openmpi/include --extra-lib-dirs=/usr/lib/openmpi/lib haskell-mpi
Resolving dependencies...
Configuring haskell-mpi-1.4.0...
Building haskell-mpi-1.4.0...
Failed to install haskell-mpi-1.4.0
Build log ( /home/ghorn/.cabal/logs/haskell-mpi-1.4.0.log ):
Configuring haskell-mpi-1.4.0...
Building haskell-mpi-1.4.0...
Preprocessing library haskell-mpi-1.4.0...
c2hs: Errors during expansion of binding hooks:
/usr/lib/openmpi/include/mpi.h:329: (column 1) [ERROR] >>> Illegal use of incomplete type!
Expected a fully defined structure or union tag; instead found incomplete type.
cabal: Error: some packages failed to install:
haskell-mpi-1.4.0 failed during the building phase. The exception was:
ExitFailure 1
I'm not sure if this belongs here or in c2hs.
mpi.h
line 329 isI just upgraded from ubuntu 14.04 to 15.10
possibly related to #18
The text was updated successfully, but these errors were encountered: