SN-10086 附来源、原文与上下文。
我把 linux 改动合并到了 SVN 主干。现在它可以编译并运行。我认为所有问题都在界面上。菜单很快就会失灵,应该重绘时却不重绘,除非我调整窗口大小,而且界面还出现了一些段错误。用 gdb 调试应该不会太难。我还没有测试它能否与其他节点正常协作,所以先不要让它联网。
I merged the linux changes into the main trunk on SVN. It compiles and runs now. I think all the problems are in the UI. The menus quickly quit working and it doesn't repaint when it's supposed to unless I resize it, and the UI is getting some segfaults. Shouldn't be too hard to debug with gdb. I haven't tested if it plays nice with other nodes yet so keep it off-net.
添加了 build-unix.txt 和 makefile.unix
build-unix.txt and makefile.unix added