[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Ncurses-5.5 build fail with GCC-4.0.4
From: |
Mike Gran |
Subject: |
Re: Ncurses-5.5 build fail with GCC-4.0.4 |
Date: |
Mon, 4 Oct 2010 10:42:08 -0700 (PDT) |
From: Alagunambi Welkin address@hidden
> Hi guys,
> When I build ncurses-5.5 after applying Alexander E. Patrakov patch, with
> GCC-4.0.4, I am getting problem
> with the test samples.
You could try adding the -Wno-cast-qual gcc flag, maybe like this
CFLAGS=-Wno-cast-qual ./configure