Break Yang
Break Yang
I have the same feeling towards windows as well. Ping is actually a friend of mine, and I think he has plan to port it to other platforms. Mono sounds...
Exactly. The algorithm won't work with it and, it is not designed to work with it. The reason is that, the algorithm is supposed to solve a constraint problem, and...
Thanks for detailing the algorithm. I like your downgrading idea very much! I found myself doing the similar thing, try to poke around to see whether I can "still get...
你好 :) 我这几天准备添加注释/文档,所以暂时可读性有折扣,抱歉! 在osx可以直接编译的. backend现在是c++. 需要clang和cmake来编译. cd monster-avengers/cpp mkdir build cd build cmake .. make 就可以了 前端是common lisp, 我用的是sbcl + quicklisp来load的. 如果你感兴趣我可以详细说明 :) 祝好! On Tue Feb 17 2015 at...
收到。我下班以后就会改正。 非常感谢! 另外编译错误是什么? 或许我能帮上。 新年快乐! -BDS On Feb 19, 2015 9:08 AM, "Chienli Ma(马千里)" [email protected] wrote: > 谢谢~我编译的时候出现error,我先看看能不能自己改,不能的话给你报上来。另外网页版有bug。我另开issue > > — > Reply to this email directly or view it...
你用的编译器是什么?版本是多少?这个看起来是clang的版本不够高,所以setlocale没有实现。
https://github.com/soshial/xdxf_makedict/issues/13 这个貌似和你描述得很像。如果升级clang不行,你可以试试安装libintl。
I happened to be looking at the same problem now. Looking at the code and running some experiment, I think you can just supply a random value to that environment...
Hi @batiati, Coming from #1968, I think the design you described here should work for the migration use case. I am curious what kind interfaces do you have in mind?...
Same questions here. It seems that `aimrocks` cannot only build with rocksdb 6.x while the latest version is 9.x. Is there a plan to upgrade to use the latest rocksdb?