crosstool-NG 1.14.0 is out
Trevor Woerner
twoerner@gmail.com
Wed Feb 1 04:15:00 GMT 2012
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
More information about the crossgcc
mailing list