Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build correctly on modern GHC and better error message upon common build failure #19

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

Peaker
Copy link

@Peaker Peaker commented Jun 22, 2013

If system lacks "wx-config" in $PATH, then currently the Setup.hs in wxc will just fail silently, swallowing errors.
I got: "Setup: failed" which is confusing and frustrating.
I added a small patch to log an error about this to make the failure much more self-evident (message about failed invocation of wx-config).

Additionally, wxdirect and wxcore had overly restrictive dependency constraints on time/containers.

Additionally, wxdirect generated FFI declarations that depend on Foreign.C.Types without explicitly importing their data constructors, which is no longer allowed. Similarly, wxcore had such code. Added the necessary imports.

kowey pushed a commit to kowey/wxHaskell that referenced this pull request Oct 3, 2017
fix IsStatic tests; add wxc_def.h so that the version number could be…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant