Advertisement
Guest User

Untitled

a guest
Aug 27th, 2015
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. H:\Workings\haskell\nbody>cabal install ftgl --extra-include-dirs=H:\Workings\haskell\ftgl-2.1.3-vc11-64\include --extra-lib-dirs=H:\Workings\haskell\ftgl-2.1.3-vc11-64\lib --reinstall --force-reinstalls
  2. Resolving dependencies...
  3. Notice: installing into a sandbox located at
  4. H:\Workings\haskell\nbody\.cabal-sandbox
  5. Configuring FTGL-2.1...
  6. Failed to install FTGL-2.1
  7. Build log ( H:\Workings\haskell\nbody\.cabal-sandbox\logs\FTGL-2.1.log ):
  8. Configuring FTGL-2.1...
  9. setup-Simple-Cabal-1.22.4.0-x86_64-windows-ghc-7.10.2.exe: Missing dependency
  10. on a foreign library:
  11. * Missing C library: ftgl
  12. This problem can usually be solved by installing the system package that
  13. provides this library (you may need the "-dev" version). If the library is
  14. already installed but in a non-standard location then you can use the flags
  15. --extra-include-dirs= and --extra-lib-dirs= to specify where it is.
  16. cabal: Error: some packages failed to install:
  17. FTGL-2.1 failed during the configure step. The exception was:
  18. ExitFailure 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement