Nelson, NZ
Lead & initial developer of the Argonaut Constellation. Does open standards contracting for a dayjob.
Comment by ~alcinnz on ~alcinnz/fontconfig-pure
Duplicate of #3. Gives handy info for debugging!
REPORTED
RESOLVED DUPLICATEComment by ~alcinnz on ~alcinnz/fontconfig-pure
REPORTED
RESOLVED CLOSEDComment by ~alcinnz on ~alcinnz/fontconfig-pure
I improved metadata to construct you on how to contribute, & to include the missing files!
Ticket created by ~alcinnz on ~alcinnz/fontconfig-pure
Hello Adrian
Thank you for your work on fontconfig-pure. I am trying to use it in my project, and have found a problem with the currently released version on Hackage (https://hackage.haskell.org/package/fontconfig-pure-0.5.0.0):
- lib/Graphics/Text/Font/Choose/Internal/Test.hs: fatal error: transcode.h: No such file or directory
- lib/FreeType/FontConfig.hs:41: fatal error: fontconfig-wrap.h: No such file or directory Indeed there are no header files in the source package uploaded to Hackage, only .c files in cbits. I recommend adding the .h files into the extra-source-files field in the cabal file, hopefully this will be enough to include them into the sdist.
Side note: it would be very helpful if your packages were available on a public repository, and the URL of the repository linked in the cabal file.
Best regards, ners
Ticket created by ~alcinnz on ~alcinnz/fontconfig-pure
Hello Adrian
Thank you for your work on fontconfig-pure. I would like to use it in my project, but have encountered a build error with the latest version on Hackage (https://hackage.haskell.org/package/fontconfig-pure-0.5.0.0):
- fontconfig-wrap.h not found
- transcode.h not found
Inspecting the sources on Hackage, the header files were indeed not uploaded alongside the .c files. I recommend putting the header files into the extra-source-files field in the Cabal file, hopefully that will include them in the sdist.
Side note: it would be helpful for collaboration if your projects were hosted on public repositories with their URLs referenced in the Cabal files.
Best regards, ners
Comment by ~alcinnz on ~alcinnz/fontconfig-pure
Presumably fixed in the reimplementation.
REPORTED
RESOLVED CLOSEDComment by ~alcinnz on ~alcinnz/fontconfig-pure
Presumably fixed in the reimplementation!
REPORTED
RESOLVED CLOSED