avidyalalala / sunpinyin

Automatically exported from code.google.com/p/sunpinyin
0 stars 0 forks source link

rc6无法编译通过 #33

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
编译刚刚提供的rc6版本的源码

What is the expected output? What do you see instead?
无法编译通过。问题出现在
src/pinyin/pinyin_seg.cpp
1、头文件quanpin_trie.h不存在
2、CQuanpinSegmentor的构造函数的初始化列表里面的m_pytrie部分无
法通过

What version of the product are you using? On what operating system?
rc6
debian linux unstable

Please provide any additional information below.

Original issue reported on code.google.com by wan...@gmail.com on 4 Mar 2010 at 8:53

GoogleCodeExporter commented 9 years ago

Original comment by tchai...@gmail.com on 4 Mar 2010 at 9:26

GoogleCodeExporter commented 9 years ago
quanpin_trie.h可以用python/pinyin_data.py来生成,可以调整Makefile,�
��者直接把
quanpin_trie.h提交到repo中。

Original comment by find...@gmail.com on 4 Mar 2010 at 10:04

GoogleCodeExporter commented 9 years ago
oops, quanpin_trie.dat已经在repo中了,估计是include path的问题?

Original comment by find...@gmail.com on 4 Mar 2010 at 11:19

GoogleCodeExporter commented 9 years ago
@wanghz, 真是抱歉,昨晚忘了试编译。刚才上传了新的 
rc6,应该没这个问题了。这次就不增加
版本号了。=)

@findsun, 是 make dist 没有把它打到 tarball 
里面去。我刚才把依赖加上去了,现在应该行了。

Original comment by tchai...@gmail.com on 4 Mar 2010 at 1:30

GoogleCodeExporter commented 9 years ago
我尝试了一下刚刚更新的rc6包,编译安装十分顺利,问题已��
�解决

非常感谢!

Original comment by wan...@gmail.com on 4 Mar 2010 at 2:17