-
Notifications
You must be signed in to change notification settings - Fork 15
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
Cryptic error messages when using the diagrams-builder-cairo #23
Comments
Hi there, How did you build and install diagrams? If you fix the "real bug" and then compile using the cairo backend does it work, or does it still give the same errors about not being able to find certain modules? I don't know whether https://groups.google.com/forum/#!topic/diagrams-discuss/DY3M38X0dbA is the same problem. The difference there was the version of GHC used, and the error message received from GHC 7.10 would not have been an error with GHC 7.8, it is due to some changes in the way inferred types are handled. |
I'm running into this sample problem while trying to use |
That is:
Where |
Hi, when I compile my latex file using the cairo backend I get
Which was not the real bug. I had to catch the temporary file using a hacky loop in
/tmp
:remove the duplicates (the time it takes to remove the temporary file), and then compile it using:
to get the real error message.
Happened also to this guy: https://groups.google.com/forum/#!topic/diagrams-discuss/DY3M38X0dbA.
Thanks.
versions used
diagrams-builder: 0.7.2.0
ghc: 7.10.2
diagrams-core: 1.3.0.3
diagrams-cairo: 1.3.0.5
NixOS: NixOS/nixpkgs@819a375
The text was updated successfully, but these errors were encountered: