From: harry <vol...@ho...> - 2013-05-31 15:31:49
|
Eric Kow <eric.kow@...> writes: > Is the issue something related to the wxdirect executable not being > available in the sandbox environment? Yes - executables built in cabal-dev aren't on the path (which is different for each sandbox). If wxdirect only built an executable, I could install it outside of the sandboxes, and it would be available in the path for later use. A similar issue arises with wxc - what exactly is it building, and why is an environment variable needed to find it later? Is it creating a Haskell library, or just creating come C files for use by wxcore? |