|

楼主 |
发表于 2005-8-20 21:32:00
|
显示全部楼层
hoho, sorry, this is a bug, fixed in CVS
this is the patch:
- --- SConstruct 16 Aug 2005 15:08:39 -0000 1.14
- +++ SConstruct 20 Aug 2005 13:19:17 -0000
- @@ -51,7 +51,7 @@
- "bindir" : env['KDEBIN'],
- "exec_prefix" : env['KDEBIN'],
- "libdir" : env['KDELIB'],
- - "includedir" : env['PREFIX'] + "/include",
- + "includedir" : env['KDEINCLUDE'],
- "localedir" : env['KDELOCALE'],
- "datadir" : env['KDEDATA'],
- "sysconfdir" : env['PREFIX'] + "/etc",
复制代码
after applying the patch, please sudo ./scons install, and then you can compile scim-pinyin etc without any problems |
|