|
[root@linsf zhcon-0.2.3]# make
make all-recursive
make[1]: Entering directory `/usr/src/zhcon-0.2.3'
Making all in src
make[2]: Entering directory `/usr/src/zhcon-0.2.3/src'
Making all in display
make[3]: Entering directory `/usr/src/zhcon-0.2.3/src/display'
source='fblinear24.cpp' object='fblinear24.o' libtool=no \
depfile='.deps/fblinear24.Po' tmpdepfile='.deps/fblinear24.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -funsigned-char -march=i686 -DNDEBUG -Wall -c -o fblinear24.o `test -f fblinear24.cpp || echo './'`fblinear24.cpp
fblinear24.cpp: In member function `virtual void FBLinear24::DrawChar(int, int, int, int, CharBitMap*)':
fblinear24.cpp:206: error: ISO C++ forbids cast to non-reference type used as lvalue
fblinear24.cpp:210: error: ISO C++ forbids cast to non-reference type used as lvalue
make[3]: *** [fblinear24.o] 错误 1
make[3]: Leaving directory `/usr/src/zhcon-0.2.3/src/display'
make[2]: *** [all-recursive] 错误 1
make[2]: Leaving directory `/usr/src/zhcon-0.2.3/src'
make[1]: *** [all-recursive] 错误 1
make[1]: Leaving directory `/usr/src/zhcon-0.2.3'
make: *** [all] 错误 2
之前运行./configure通过了,到make就出错了。我用的是FC3,KDE的桌面,在终端方式编译。 |
|