|
按照ucimf手册上的说明下载三个
- libucimf
- ucimf-openvanilla
- openvanilla-modules
复制代码
然后编译,没有一个是通过的,先是libucimf有这样的错误提示
- dwj@larrivee:~/fbterm/libucimf-2.2.8$ make
- make all-recursive
- make[1]: Entering directory `/home/dwj/fbterm/libucimf-2.2.8'
- Making all in display
- make[2]: Entering directory `/home/dwj/fbterm/libucimf-2.2.8/display'
- make[2]: Nothing to be done for `all'.
- make[2]: Leaving directory `/home/dwj/fbterm/libucimf-2.2.8/display'
- make[2]: Entering directory `/home/dwj/fbterm/libucimf-2.2.8'
- /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I./include -I./include/imf `pkg-config --cflags freetype2` -g -O2 -MT libucimf_la-graphdev.lo -MD -MP -MF .deps/libucimf_la-graphdev.Tpo -c -o libucimf_la-graphdev.lo `test -f 'graphdev.cpp' || echo './'`graphdev.cpp
- /bin/sh: pkg-config: command not found
- g++ -DHAVE_CONFIG_H -I. -I. -I./include -I./include/imf -g -O2 -MT libucimf_la-graphdev.lo -MD -MP -MF .deps/libucimf_la-graphdev.Tpo -c graphdev.cpp -fPIC -DPIC -o .libs/libucimf_la-graphdev.o
- In file included from font.h:21,
- from graphdev.cpp:39:
- /usr/include/ft2build.h:56:38: error: freetype/config/ftheader.h: No such file or directory
- In file included from graphdev.cpp:39:
- font.h:22:10: error: #include expects "FILENAME" or <FILENAME>
- In file included from graphdev.cpp:39:
- font.h:45: error: 'FT_Library' does not name a type
- font.h:46: error: 'FT_Face' does not name a type
- graphdev.cpp: In member function 'void GraphDev::DrawLine(int, int, int, int, int)':
- graphdev.cpp:116: error: 'abs' was not declared in this scope
- make[2]: *** [libucimf_la-graphdev.lo] Error 1
- make[2]: Leaving directory `/home/dwj/fbterm/libucimf-2.2.8'
- make[1]: *** [all-recursive] Error 1
- make[1]: Leaving directory `/home/dwj/fbterm/libucimf-2.2.8'
- make: *** [all] Error 2
复制代码
接着编译后面两个也没有通过。 |
|