Shengqiu Li
Shengqiu Li
反正owner的key什么的都有,初始化时应该可以直接让owner创建吧?
看起来是 uos 带的 glibc 版本没有 CI 机器里的版本高🤔 我降低一下 CI 的 ubuntu 版本试试
我把 CI 上的 Ubuntu 版本降到了 18.04,可以再试一下最新的 build 吗?
https://github.com/dontpanic92/OpenPAL3/actions/runs/2324580952
高端啊
Hi dtrehas, I'm not familiar with ARM but I think it will be hard to compile wxGo on a Raspberry PI considering its limited performance. Perhaps we can cross-compile it....
@neonsoftware Yes, you are right. First of all we need a wxWidgets for arm, and after that the `setup_linux_arm.go` should contain the `CPPFLAGS` and `LDFLAGS` to make it work.
I didn't take a close track to the recent versions of SWIG and Go. Just now I took a look the release notes on SWIG and Go but it looks...
wxVector isn't wrapped yet... I will do it asap
@Asday Ah, actually yes. I'm leaving this open to remind myself that the feature of subclassing from `DataListViewModel` is still not implemented, and we may needs an example to show...