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]

Re: [PATCH 1 of 8] docs/kconfig.mk: Use ncurses from macports on MacOS


Am 22.05.2010 um 17:55 schrieb Yann E. MORIN:
> Titus, All,
> 
> On Saturday 22 May 2010 16:03:48 Titus von Boxberg wrote:
> [--SNIP--]
>> # Build flags
>> -CFLAGS = 
>> +# On MacOS use libs from macports first (for ncurses)
>> +ifeq    ($(OS),Darwin)
>> +CFLAGS = -I/opt/local/include
>> +LDFLAGS = -L/opt/local/lib
>> +else
>> +CFLAGS =
>> LDFLAGS =
>> +endif
> 
> We already have check-lxdialog.sh that gives the CFLAGS and LDFLAGS.
> Better update the script, so everything is in a single place.
Currently, check-lxdialog.sh is orphaned, yes?
At least -check does not work on my system and I cannot find a caller of it.

Then, also

has_or_abort inc="ncurses/ncurses.h ncurses/curses.h ncurses.h curses.h"    \
             err="'ncurses' headers files were not found"

in configure should be rewritten using check_lxdialog.sh -check, yes?

Regards
Titus


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