dwincort / UISF

A Haskell arrowized FRP library for GUIs
Other
20 stars 1 forks source link

Error with -lglut installing UISF #4

Open mandorman opened 7 years ago

mandorman commented 7 years ago

Dear all,

I was trying to install Euterpea, but I had problems with UISF package (as well as PortMidi-0.1.6.1). I am running with Ubuntu 16.10 (in a machine of 64 bits).

I tried to install just UISF but I got this problem:

~/apps/UISF$ cabal install Resolving dependencies... Configuring UISF-0.4.0.1... Building UISF-0.4.0.1... Failed to install UISF-0.4.0.1 Build log ( /home/armand/.cabal/logs/UISF-0.4.0.1.log ): cabal: Entering directory '.' Configuring UISF-0.4.0.1... Building UISF-0.4.0.1... Preprocessing library UISF-0.4.0.1... /usr/bin/ld: cannot find -lglut collect2: error: ld returned 1 exit status gcc' failed in phaseLinker'. (Exit code: 1) cabal: Leaving directory '.' cabal: Error: some packages failed to install: UISF-0.4.0.1 failed during the building phase. The exception was: ExitFailure 1

As I see that there is a problem with -lglut I try to install some packages of OpenGL but I do not able to solve that problem.

Could someone please help me? Thanks in advance!! ... and merry Christmas!