Closed GoogleCodeExporter closed 9 years ago
应该是configure.ac里的host detecting的问题吧 ...
47 case "${host_os}" in
48 *linux*) my_host_os=linux;;
49 *solaris*) my_host_os=solaris;;
50 *darwin*) my_host_os=mac;;
51 *beos*|*haiku*) my_host_os=beos;;
52 esac
可以把 *bsd*)
my_host_os=linux;;加进去试一试,这个检测将来应该要废弃掉 ...
Original comment by find...@gmail.com
on 2 Mar 2010 at 12:32
我现在用的ibus-sunpinyin,直接用linux应该有问题,比如那个TICo
nvSrcPtr在BSD里是const
char*,以及没有log2等。
现在是把beos.h直接拷成.h,然后稍微改改,就能用了……
Original comment by Henry.Hu...@gmail.com
on 18 Mar 2010 at 11:21
能把你改好的 beos.h 贴上来么?我把它放到 git 上去。
Original comment by tchai...@gmail.com
on 18 Mar 2010 at 11:50
我把 *bsd*) my_host_os=linux;; 加入了还是一样,configure
无法通过。
我不知道 FreeBSD
对应的host_os是什么,也不懂配置文件的语法,直接赋值
my_host_os=linux;; 也没有
效果,只好作罢
Original comment by haiyi....@gmail.com
on 30 Mar 2010 at 4:55
我机器的host_os是freebsd8.0,所以匹配*bsd*)成功。
Original comment by solo.l...@gmail.com
on 4 Jun 2010 at 2:41
#136 的信息更完整,marking as dup with #136.
Original comment by tchai...@gmail.com
on 6 Jun 2010 at 6:09
Original issue reported on code.google.com by
tchai...@gmail.com
on 1 Mar 2010 at 11:32