fficxx icon indicating copy to clipboard operation
fficxx copied to clipboard

Example is difficult to build

Open nlander opened this issue 6 years ago • 1 comments

The instructions in the README for running the example suggest that this command:

ghc MySampleGen.hs

can successfully build MySampleGen.hs, but this is false since MySampleGen.hs has import statements. A quick look at build.sh reveals that ghc should actually be run with the -package-db flag. However, the script references a directory outside of the repository and there is no documentation explaining (or referencing other documentation) about how the package database should be created.

nlander avatar Oct 16 '18 03:10 nlander

I now have an unbrella repo fficxx-projects for gathering public binding libraries using fficxx. Hope this will help.

wavewave avatar Nov 03 '19 20:11 wavewave