Christian Maeder wrote: > Jean-Philippe Bernardy wrote: >> On Wed, Oct 8, 2008 at 4:31 PM, Christian Maeder >> <[EMAIL PROTECTED]> wrote: >>> Despite your FAQ I do not know how to resolve the dependencies conflict >>> (below) >> You compiled gtk with a version of bytestring incompatible with yi. >> >> I'd recommend to try >> >> cabal install yi-0.5.0.1 -f-gtk -f-pango >> >> which should prevent it to try to use gtk.
Ok, now it fails with: [90 of 90] Compiling Main ( ./Main.hs, dist/build/yi/yi-tmp/Main.o ) Linking dist/build/yi/yi ... /usr/lib/gcc/i586-suse-linux/4.2.1/../../../../i586-suse-linux/bin/ld: cannot find -lcurses collect2: ld returned 1 exit status cabal: Error: some packages failed to install: yi-0.5.0.1 failed during the building phase. The exception was: exit: ExitFailure 1 propably because I do not have a link /usr/lib/libcurses.so. Should configure not check for it? Cheers Christian [EMAIL PROTECTED]:~> ls -l /usr/lib/libcurses.so* lrwxrwxrwx 1 root root 18 May 20 10:51 /usr/lib/libcurses.so.1 -> libcurses.so.1.0.0 -rwxr-xr-x 1 root root 45640 Sep 21 2007 /usr/lib/libcurses.so.1.0.0 --~--~---------~--~----~------------~-------~--~----~ Yi development mailing list [email protected] http://groups.google.com/group/yi-devel -~----------~----~----~----~------~----~------~--~---
