public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
From: Trevor Woerner <twoerner@gmail.com>
To: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: crossgcc@sourceware.org
Subject: Re: crosstool-NG 1.14.0 is out
Date: Wed, 01 Feb 2012 04:15:00 -0000	[thread overview]
Message-ID: <CAHUNapRLAfUUbCExHOy4A5r86B0g88cZt_q=b38D8JmrDk6w8w@mail.gmail.com> (raw)
In-Reply-To: <CAHUNapQcA_Xp-7u87sXF5x44ZkxL4ok4biNOFwKaCUfqKcymbQ@mail.gmail.com>

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

  reply	other threads:[~2012-02-01  4:15 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-01  0:01 Yann E. MORIN
2012-02-01  2:53 ` Trevor Woerner
2012-02-01  4:15   ` Trevor Woerner [this message]
2012-02-01 14:05   ` Per Arnold Blaasmo
2012-02-01 14:11     ` Yann E. MORIN - FT/OLNC/RD/MAPS/SHINE/HDMI
2012-02-01 20:45   ` Yann E. MORIN
2012-02-02  8:35     ` Oron Peled
2012-02-02 18:40       ` Yann E. MORIN
2012-02-02 15:13 ` Johannes Stezenbach
2012-03-07 13:12 ` Michael Zintakis
2012-03-08 14:47   ` Johannes Stezenbach
2012-03-08 19:09     ` Michael Zintakis

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAHUNapRLAfUUbCExHOy4A5r86B0g88cZt_q=b38D8JmrDk6w8w@mail.gmail.com' \
    --to=twoerner@gmail.com \
    --cc=crossgcc@sourceware.org \
    --cc=yann.morin.1998@free.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).