|
|
6.0-testing-20041003已经完成,安装zhcon到make时出错,不知道是什么问题?
- root@MagicLinux:/sources/zhcon-0.2.3# make
- make all-recursive
- make[1]: Entering directory `/sources/zhcon-0.2.3'
- Making all in src
- make[2]: Entering directory `/sources/zhcon-0.2.3/src'
- Making all in display
- make[3]: Entering directory `/sources/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] Error 1
- make[3]: Leaving directory `/sources/zhcon-0.2.3/src/display'
- make[2]: *** [all-recursive] Error 1
- make[2]: Leaving directory `/sources/zhcon-0.2.3/src'
- make[1]: *** [all-recursive] Error 1
- make[1]: Leaving directory `/sources/zhcon-0.2.3'
- make: *** [all] Error 2
- root@MagicLinux:/sources/zhcon-0.2.3#
复制代码 |
|