Code Monkey home page Code Monkey logo

Comments (7)

jbransen avatar jbransen commented on September 18, 2024

Have you done "cabal update" before this? Mtl-2.1.1 is available from hackage (http://hackage.haskell.org/package/mtl-2.1.1) and is the latest version, so I am not sure why it would not be able to satisfy that dependency.

And what if you run "cabal install mtl-2.1.1" first?

from uhc.

gzmask avatar gzmask commented on September 18, 2024

yes, I did cabal update before. and mtl-2.1.1 is there:

cabal install mtl-2.1.1
Resolving dependencies...
All the requested packages are already installed:
mtl-2.1.1
Use --reinstall if you want to reinstall anyway.

from uhc.

jbransen avatar jbransen commented on September 18, 2024

What is the output of running cabal install uuagc --reinstall -v ?

from uhc.

gzmask avatar gzmask commented on September 18, 2024

I successfully installed uuagc with cabal install uuagc --reinstall -v
however, ./configure still reports:

uuagc is available? : no
**** ERROR **** : uuagc must be installed, use (1) cabal+hackage, or (2) http://www.cs.uu.nl/wiki/HUT

I guess the configure script might be checking the wrong place for uuagc on OSX ?

from uhc.

jbransen avatar jbransen commented on September 18, 2024

I think you must have changed something in your installation, as the "-v" option should not have changed the behaviour of the install, only printing more debug information.

When uuagc is installed, it should be a binary in "~/.cabal/bin" named "uuagc". Please check that it exists. I guess that the cabal in directory is not in your path and that is why configure cannot find uuagc. There are two ways to fix this problem:

  1. Add it to you path, so do something like export PATH="/Users//.cabal/bin:$PATH";
  2. Tell configure where to find uuagc, by using ./configure --with-uuagc=/Users//.cabal/bin/uuagc

from uhc.

spockz avatar spockz commented on September 18, 2024

@gzmask could you confirm whether you still have this issue?

from uhc.

tobi512 avatar tobi512 commented on September 18, 2024

The solution of @jbransen fixes the problem. However, the installation directory has changes and is now in ~/Library/Haskell/bin (also pointed out in a text file named "where-is-my-stuff.txt" under ~/.cabal).
export PATH="$HOME/Library/Haskell/bin:$PATH" is the way to go, then ./configure works...

from uhc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.