免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1959 | 回复: 0
打印 上一主题 下一主题

安装 exmap 时报错了。帮忙看看!!! [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2008-04-27 01:22 |只看该作者 |倒序浏览
报错了郁闷得很!!!

for dir in kernel jutil src tools; do make -C $dir build; done
make[1]: Entering directory `/usr/local/src/exmap-0.9/kernel'
make -C /lib/modules/2.6.9-67.ELsmp/build M=/usr/local/src/exmap-0.9/kernel modules
make[2]: Entering directory `/usr/src/kernels/2.6.9-67.EL-smp-i686'
  Building modules, stage 2.
  MODPOST
make[2]: Leaving directory `/usr/src/kernels/2.6.9-67.EL-smp-i686'
make[1]: Leaving directory `/usr/local/src/exmap-0.9/kernel'
make[1]: Entering directory `/usr/local/src/exmap-0.9/jutil'
g++ -Wall -Werror -g -I.   -c -o Pcre.o Pcre.cpp
In file included from Pcre.cpp:1:
Pcre.hpp:7:18: pcre.h: No such file or directory
In file included from Pcre.cpp:1:
Pcre.hpp:27: error: ISO C++ forbids declaration of `pcre' with no type
Pcre.hpp:27: error: expected `;' before '*' token
Pcre.cpp: In constructor `Pcre::Regexp::Regexp()':
Pcre.cpp:10: error: class `Pcre::Regexp' does not have any field named `_regexp'
Pcre.cpp: In member function `void Pcre::Regexp::pcre_check_free()':
Pcre.cpp:15: error: `_regexp' was not declared in this scope
Pcre.cpp:16: error: `pcre_free' was not declared in this scope
Pcre.cpp:16: warning: unused variable 'pcre_free'
Pcre.cpp: In member function `bool Pcre::Regexp::compile(const std::string&':
Pcre.cpp:32: error: `_regexp' was not declared in this scope
Pcre.cpp:36: error: `pcre_compile' was not declared in this scope
Pcre.cpp:48: error: `PCRE_INFO_CAPTURECOUNT' was not declared in this scope
Pcre.cpp:49: error: `pcre_fullinfo' was not declared in this scope
Pcre.cpp:48: warning: unused variable 'PCRE_INFO_CAPTURECOUNT'
Pcre.cpp:49: warning: unused variable 'pcre_fullinfo'
Pcre.cpp:36: warning: unused variable 'pcre_compile'
Pcre.cpp: In member function `bool Pcre::Regexp::match_capture(const std::string&, std::list<std::string, std::allocator<std::string> >&':
Pcre.cpp:66: error: `_regexp' was not declared in this scope
Pcre.cpp:66: warning: unused variable '_regexp'
Pcre.cpp:75: error: `_regexp' was not declared in this scope
Pcre.cpp:82: error: `pcre_exec' was not declared in this scope
Pcre.cpp:75: warning: unused variable '_regexp'
Pcre.cpp:82: warning: unused variable 'pcre_exec'
make[1]: *** [Pcre.o] Error 1
make[1]: Leaving directory `/usr/local/src/exmap-0.9/jutil'
make[1]: Entering directory `/usr/local/src/exmap-0.9/src'
g++ `pkg-config --cflags gtkmm-2.4` -g -Wall -Werror -I../jutil   -c -o gexmap.o gexmap.cpp
Package gtkmm-2.4 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtkmm-2.4.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtkmm-2.4' found
gexmap.cpp:4:19: gtkmm.h: No such file or directory
gexmap.cpp:5:26: gtkmm/window.h: No such file or directory
gexmap.cpp:19: error: `Gtk' has not been declared
gexmap.cpp:19: error: `Widget' was not declared in this scope
gexmap.cpp:19: error: template argument 1 is invalid
gexmap.cpp:19: error: ISO C++ forbids declaration of `WidgetPtr' with no type
gexmap.cpp:25: error: `Gtk' has not been declared
gexmap.cpp:26: error: expected class-name before '{' token
gexmap.cpp:31: error: `Gtk' has not been declared
gexmap.cpp:31: error: ISO C++ forbids declaration of `TreeView' with no type
gexmap.cpp:31: error: expected `;' before '&' token
gexmap.cpp:43: error: `Gtk' has not been declared
gexmap.cpp:43: error: `Row' has not been declared
gexmap.cpp:44: error: ISO C++ forbids declaration of `row' with no type
gexmap.cpp:55: error: `Glib' has not been declared
gexmap.cpp:55: error: ISO C++ forbids declaration of `RefPtr' with no type
gexmap.cpp:55: error: expected `;' before '<' token
gexmap.cpp:57: error: `Gtk' has not been declared
gexmap.cpp:57: error: ISO C++ forbids declaration of `TreeView' with no type
gexmap.cpp:57: error: expected `;' before "_treeview"
gexmap.cpp:58: error: `Gtk' has not been declared
gexmap.cpp:58: error: ISO C++ forbids declaration of `Label' with no type
gexmap.cpp:58: error: expected `;' before "_errlabel"
gexmap.cpp:61: error: `Gtk' has not been declared
gexmap.cpp:61: error: ISO C++ forbids declaration of `Frame' with no type
gexmap.cpp:61: error: expected `;' before "_hidden"
gexmap.cpp:65: error: `Gtk' has not been declared
gexmap.cpp:65: error: ISO C++ forbids declaration of `ColumnRecord' with no type
gexmap.cpp:65: error: expected `;' before "_columns"
gexmap.cpp:67: error: `Gtk' has not been declared
gexmap.cpp:67: error: ISO C++ forbids declaration of `TreeModelColumn' with no type
gexmap.cpp:67: error: expected `;' before '<' token
gexmap.cpp:70: error: `Gtk' has not been declared
gexmap.cpp:70: error: ISO C++ forbids declaration of `ScrolledWindow' with no type
gexmap.cpp:70: error: expected `;' before "_scrolled_window"
gexmap.cpp:84: error: `Gtk' has not been declared
gexmap.cpp:84: error: ISO C++ forbids declaration of `TreeModelColumn' with no type
gexmap.cpp:84: error: expected `;' before '<' token
gexmap.cpp:85: error: `Gtk' has not been declared
gexmap.cpp:85: error: ISO C++ forbids declaration of `TreeModelColumn' with no type
gexmap.cpp:85: error: expected `;' before '<' token
gexmap.cpp:115: error: `Gtk' has not been declared
gexmap.cpp:115: error: ISO C++ forbids declaration of `TreeModelColumn' with no type
gexmap.cpp:115: error: expected `;' before '<' token
gexmap.cpp:116: error: `Gtk' has not been declared
gexmap.cpp:116: error: ISO C++ forbids declaration of `TreeModelColumn' with no type
gexmap.cpp:116: error: expected `;' before '<' token
gexmap.cpp:127: error: `Gtk' has not been declared
gexmap.cpp:127: error: ISO C++ forbids declaration of `TreeModelColumn' with no type
gexmap.cpp:127: error: expected `;' before '<' token
gexmap.cpp:137: error: `Gtk' has not been declared
gexmap.cpp:137: error: ISO C++ forbids declaration of `TreeModelColumn' with no type
gexmap.cpp:137: error: expected `;' before '<' token
gexmap.cpp:138: error: `Gtk' has not been declared
gexmap.cpp:138: error: ISO C++ forbids declaration of `TreeModelColumn' with no type
gexmap.cpp:138: error: expected `;' before '<' token
gexmap.cpp:150: error: `Gtk' has not been declared
gexmap.cpp:150: error: ISO C++ forbids declaration of `TreeModelColumn' with no type
gexmap.cpp:150: error: expected `;' before '<' token
gexmap.cpp:157: error: `Gtk' has not been declared
gexmap.cpp:158: error: expected class-name before '{' token
gexmap.cpp:163: error: `Gtk' has not been declared
gexmap.cpp:163: error: ISO C++ forbids declaration of `VPaned' with no type
gexmap.cpp:163: error: expected `;' before "_top_half"
gexmap.cpp:164: error: `Gtk' has not been declared
gexmap.cpp:164: error: ISO C++ forbids declaration of `VPaned' with no type
gexmap.cpp:164: error: expected `;' before "_bottom_half"
gexmap.cpp:158: warning: `class Gexmap::ExmapTab' has virtual functions but non-virtual destructor
gexmap.cpp:176: warning: `class Gexmap::FileTab' has virtual functions but non-virtual destructor
gexmap.cpp:193: warning: `class Gexmap:rocTab' has virtual functions but non-virtual destructor
gexmap.cpp:209: error: `Gtk' has not been declared
gexmap.cpp:210: error: expected class-name before '{' token
gexmap.cpp:215: error: `Gtk' has not been declared
gexmap.cpp:215: error: ISO C++ forbids declaration of `Label' with no type
gexmap.cpp:215: error: expected `;' before "_plabel"
gexmap.cpp:216: error: `Gtk' has not been declared
gexmap.cpp:216: error: ISO C++ forbids declaration of `Label' with no type
gexmap.cpp:216: error: expected `;' before "_flabel"
gexmap.cpp:217: error: `Gtk' has not been declared
gexmap.cpp:217: error: ISO C++ forbids declaration of `Button' with no type
gexmap.cpp:217: error: expected `;' before "_quit_button"
gexmap.cpp:223: error: `Gtk' has not been declared
gexmap.cpp:224: error: expected class-name before '{' token
gexmap.cpp:235: error: `Gtk' has not been declared
gexmap.cpp:235: error: ISO C++ forbids declaration of `Notebook' with no type
gexmap.cpp:235: error: expected `;' before "_notebook"
gexmap.cpp:236: error: `Gtk' has not been declared
gexmap.cpp:236: error: ISO C++ forbids declaration of `VBox' with no type
gexmap.cpp:236: error: expected `;' before "_vbox"
gexmap.cpp: In constructor `Gexmap::TopWin::TopWin(Exmap::SnapshotPtr&':
gexmap.cpp:252: error: `_vbox' was not declared in this scope
gexmap.cpp:252: error: `add' was not declared in this scope
gexmap.cpp:253: error: `_notebook' was not declared in this scope
gexmap.cpp:261: error: `set_default_size' was not declared in this scope
gexmap.cpp:264: error: `show_all' was not declared in this scope
gexmap.cpp:252: warning: unused variable 'add'
gexmap.cpp:261: warning: unused variable 'set_default_size'
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP