This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See crosstool-NG 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]

Re: Can't compile crosstool-ng-1.15.2 on OpenSuse Linux


On 22 Jul 2012, at 07:37, Yann E. MORIN wrote:

> Trevor, Simon, All,
> 
> On Friday 06 July 2012 15:40:01 Trevor Woerner wrote:
>> On Thu, Jul 5, 2012 at 7:17 PM, Simon Gornall <sgornall@apple.com> wrote:
>>> Thanks for the quick response [grin]  I didn't know menu.h was part of
>>> ncurses, so I've now made sure it's there
>>> but I still get the same
>> 
>> Does the following help?
>> http://sourceware.org/ml/crossgcc/2012-02/msg00002.html
> 
> Unfortunately, that patch breaks on other distros (eg. Debian squeeze).
> 
> IIRC, there was another solution: install the non-wide-char ncurses devel
> package.

In which case, doing what I originally did, and adding "-I/usr/include/ncurses" to the CFLAGS declaration inside the Makefile in kconfig/  might seem to be the way to go. Adding ncurses itself didn't help because they're installed inside a container directory in /usr/include, but appending the above -I flag ought to be innocuous on non-suse systems (right?) and it lets suse-linux compile cleanly.

Cheers
	Simon


--
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]