gchrupala / morfette

Supervised learning of morphology
BSD 2-Clause "Simplified" License
28 stars 5 forks source link

Morfette doesn't compile from cabal but does from its own makefile #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. download latest release of ghc for mac os 10.6
2. run : cabal update ;  cabal install morfette --bindir=$PREFIXbin/ 
--datadir=$PREFIX/share

results

Linking dist/build/morfette/morfette ...
Warning: No documentation was generated as this package does not contain a
library. Perhaps you want to use the --executables flag.
Installing executable(s) in /
cabal: /: inappropriate type
cabal: Error: some packages failed to install:
morfette-0.3.2 failed during the final install step. The exception was:
ExitFailure 1

3. I downloaded the source 0.32 from the google code page and run
make configure,  make 
it compiles without any issue

Original issue reported on code.google.com by djame.seddah@gmail.com on 8 Apr 2011 at 2:05

GoogleCodeExporter commented 9 years ago
Hi Djame, isn't $PREFIXbin/ a typo?

Original comment by eric....@gmail.com on 9 Apr 2011 at 1:08

GoogleCodeExporter commented 9 years ago
argh, thanks Eric. Of course it solved the problem.
Damn those new laptop and their 2048x1600 screen resolution, I barely see the 
mouse pointer...

Original comment by djame.seddah@gmail.com on 9 Apr 2011 at 1:13