Results 1 to 2 of 2

Thread: Fatal error compiling newest NAIM

  1. #1
    Join Date
    Apr 2008
    Beans
    149

    Fatal error compiling newest NAIM

    I am attempting to compile the newest version of NAIM. The version in the repos are one version behind the most recent release. I need this version because it allows users to appear as mobile, whereas the previous versions do not. When compiling, I get the following error

    ./configure
    (lots of stuff successfully occurs)
    checking for wresize in -lncurses... no
    checking for wresize in -lcurses... no
    configure: error: unable to find a curses library -- FATAL

    Neither of these packages are available in the repos. Looking around in synaptic and apt-cache search I see a package that appears to be a curses library called libncurses5. Doing a search and replace in the configure script for lncurses and lcurses and replacing them with libncurses5 does not work. Is there a library I have access to that will solve this dependency?

    Thank you

  2. #2
    Join Date
    Apr 2008
    Beans
    149

    Re: Fatal error compiling newest NAIM

    I have solved the problem. wresize was contained in libncurses5-dev, which I installed. The source did not compile cleanly still, but replacing the configure file with an unmodified configure file from the tarball allowed it to do so.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •