10 Mar
2011
10 Mar
'11
11:29 p.m.
I'm trying to write some bindings using hsc2hs. At the top of my .hsc file, I have #include <jack/types.h> #include <jack/jack.h> When I compile a .c file with just these two lines in gcc, it works fine (the jack directory is in /usr/local/include). When I try to run hsc2hs, it complains that it cannot find the header files. Any ideas? How do I set the include path (via cabal or just in hsc2hs) for hsc2hs? -- Edward Amsden Student Computer Science Rochester Institute of Technology www.edwardamsden.com