[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Compile ncurses-5.7 failed because of can't identify "make an error" sym
From: |
xufeng zhang |
Subject: |
Compile ncurses-5.7 failed because of can't identify "make an error" symbol |
Date: |
Wed, 24 Nov 2010 15:18:33 +0800 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.10) Gecko/20100512 Thunderbird/3.0.5 ThunderBrowse/3.3.2 |
Hi,
I'm using ncurses-5.7, but I can't compile ncurses successful,
here is the compile error:
------------------------------------------------------------------
i686-target-linux-gnu-gcc -DHAVE_CONFIG_H -I../ncurses -I../../ncurses
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I. -I../include
-I../../ncurses/../include -g -march=pentium4 -mmmx -msse -msse2
-mfpmath=sse -O2 -fomit-frame-pointer -pipe --param
max-inline-insns-single=1200 -fPIC -c
../../ncurses/widechar/lib_get_wch.c -o ../obj_s/lib_get_wch.o
../../ncurses/widechar/lib_get_wch.c:57: error: expected '=', ',', ';',
'asm' or '__attribute__' before 'an'
Makefile:1928: *** [../obj_s/lib_get_wch.o] Error 1
-----------------------------------------------------------------
I found lib_get_wch.c:57 is : make an error, so I think it is because
ncurses can't identify "make an error" symbol,
but I don't know what lead to this problem.
Thanks for advance.
Thanks,
xzhang4
- Compile ncurses-5.7 failed because of can't identify "make an error" symbol,
xufeng zhang <=