This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.
See the CrossGCC FAQ for lots more information.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
On openSuSE 12.1 I needed the following adjustment to build correctly (or perhaps an "-I" needs to be added to CFLAGS?): --- crosstool-ng-1.14.0/kconfig/nconf.h 2012-01-31 18:19:04.000000000 -0500 +++ crosstool-ng-1.14.0-tw/kconfig/nconf.h 2012-01-31 23:05:02.917238543 -0500 @@ -16,9 +16,9 @@ #include <unistd.h> #include <locale.h> #include <curses.h> -#include <menu.h> -#include <panel.h> -#include <form.h> +#include <ncurses/menu.h> +#include <ncurses/panel.h> +#include <ncurses/form.h> #include <stdio.h> #include <time.h> -- For unsubscribe information see http://sourceware.org/lists.html#faq
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |