Fwd: [Haskell-cafe] Yi pre-release

dom@heisenberg:~/yi/yi> make ghc --make Setup.*hs -o setup [1 of 1] Compiling Main ( Setup.hs, Setup.o ) Linking setup ... ./setup configure --user --with-haddock=/home/dom/usr//bin/haddock --prefix=/home/dom/usr/ --datadir=--prefix=/home/dom/usr/ --disable-haddock-use-packages --haddock-args="--read-interface=http://haskell.org/ghc/docs/latest/html/li braries/base,/home/jp/haskell/ghc/libraries/base/base.haddock --read-interface=http://haskell.org/ghc/docs/latest/html/libraries/QuickChe ck,/home/jp/haskell/ghc/libraries/QuickCheck/QuickCheck.haddock --source-module=%{MODULE}.hs.html --source-entity=%{FILE///.}.html#%{NAME} --comments-base=http://haskell.org/haskellwiki/Talk:yi/Library --comments-module=http://haskell.org/haskellwiki/Talk:yi/Library/%{MODULE/. //}" configure: searching for ghc in path.
configure: Using alex: /usr/local/bin/alex
/usr/lib/gcc/i586-suse-linux/4.1.2/../../../../i586-suse-linux/bin/ld: cannot find -lreadline collect2: ld returned 1 exit status make: *** [build] Error 1
So make finds alex but make emacs doesn't.
dom@heisenberg:~/yi/yi> make emacs make -C packages/yi-vty install make[1]: Entering directory `/home/dom/yi/yi/packages/yi-vty' ./setup build --with-ghc=/usr/bin/ghc Preprocessing library yi-vty-0.2... setup: ../../Yi/Syntax/Haskell.x: no alex preprocessor available make[1]: *** [build] Error 1 make[1]: Leaving directory `/home/dom/yi/yi/packages/yi-vty' make: *** [yi-vty] Error 2
Dominic.
participants (2)
-
Dominic Steinitz
-
Jean-Philippe Bernardy