fpco / inline-c

284 stars 51 forks source link

Fix issue of exception more lax than base version when building in macOS #123

Closed flyfish30 closed 3 years ago

flyfish30 commented 3 years ago

The detail error information is: exception specification of overriding function is more lax than base version.

The outputting errors of cabal install inline-c-cpp is in bellow file. build-inline-c-cpp-errors.txt

bitonic commented 3 years ago

@flyfish30 thanks for the contribution.

Is this macOS specific, or compiler specific? If the latter, can we apply this fix for a whole set of compilers, rather than on macOS only?

flyfish30 commented 3 years ago

@bitonic This issue is macOS specific, it is not occuring in ubuntu system.