On 27-05-18 11:50, Xen wrote: > Hi Victor, > > trying to build rc5 on OpenSUSE. > > The headers for panel.h and menu.h etc. are specified as <menu.h> and > <panel.h> and my system has them on /usr/include/ncurses/menu.h so > configure can't find them. > > Any idea what's wrong or how I should fix it?
You can pass --with-ncurses-includes=/usr/include/ncurses/ to configure to tell the build system where the find the headers. -- --------------------------------------------- Victor Julien http://www.inliniac.net/ PGP: http://www.inliniac.net/victorjulien.asc --------------------------------------------- ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Vuurmuur-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/vuurmuur-users
