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
Building grpc-0.1.0.0...
Preprocessing library grpc-0.1.0.0...
c2hs: C header contains errors:
/usr/include/time.h:153: (column 72) [ERROR] >>> Syntax error !
The symbol `__attribute__' does not fit here.
It's due to that c2hs fails to parse the C headers. We need something like this in the .cabal file, or add a new header file;
c2hs
fails with errors like this;It's due to that c2hs fails to parse the C headers. We need something like this in the
.cabal
file, or add a new header file;The text was updated successfully, but these errors were encountered: