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
{{ message }}
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.
Compiling Foundation.System.Bindings.Posix ( .stack-work/dist/x86_64-linux-tinfo6/Cabal-2.0.0.2/build/Foundation/System/Bindings/Posix.hs, interpreted )
Error: bytecode compiler can't handle some foreign calling conventions
Workaround: use -fobject-code, or compile this module to .o separately.
Options:
remove capi in favor of ignoring the variadic function (since it's not used this way on most system)
jump through a C binding function
hide capi under an ifdef for system that are not BSD,Linux,OSX (using the real variadic api for system that could be using it, hence maximing portability)
The text was updated successfully, but these errors were encountered:
Related to #420
Options:
capi
in favor of ignoring the variadic function (since it's not used this way on most system)capi
under an ifdef for system that are not BSD,Linux,OSX (using the real variadic api for system that could be using it, hence maximing portability)The text was updated successfully, but these errors were encountered: