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
When compiling libraries with many (transitive) dependencies on C libraries like monomer, cabal will report every missing C library on individual build attempts. This is extremely annoying. It would be much more user-friendly to use a validation-style approach and continue collecting all missing C dependencies from every library even if one fails to build.
The text was updated successfully, but these errors were encountered:
When compiling libraries with many (transitive) dependencies on C libraries like
monomer
, cabal will report every missing C library on individual build attempts. This is extremely annoying. It would be much more user-friendly to use avalidation
-style approach and continue collecting all missing C dependencies from every library even if one fails to build.The text was updated successfully, but these errors were encountered: