As the title, upgrading the misc/mc port from version 4.8.8 to 4.8.10 give error. Yesterday I sent an e-mail to port maintainer then waiting for a cure, anyhow looking at the error it seems to me that it's not hard to fix it, so I thrown an eye into the source directories to see where the error could be located but I have no idea on where could it be.
The error is in the configuration stage, the process cannot find ncurses header file, it seems it looking for headers in <include_path>/ncurses/ncurses.h instead of <include_path>/ncurses.h.
Perhaps I can fix it if I create the directory <include_path>/ncurses and create a symlink to the header there, but I it's not a good idea. I'm sure I will forget to delete it when finished.
Anyone here use mc and faced to same error?
The error is in the configuration stage, the process cannot find ncurses header file, it seems it looking for headers in <include_path>/ncurses/ncurses.h instead of <include_path>/ncurses.h.
Perhaps I can fix it if I create the directory <include_path>/ncurses and create a symlink to the header there, but I it's not a good idea. I'm sure I will forget to delete it when finished.
Anyone here use mc and faced to same error?