Re: [capnproto] Build error on QNX

2022-12-11 Thread Ze Liu
Many thanks! 在2022年12月10日星期六 UTC+8 03:22:10 写道: > Hi Ze, > > I haven't heard of anyone porting Cap'n Proto to QNX, but it should be > possible. > > `sigaltstack()` is only used as part of `printStackTraceOnCrash()`, which > is a totally optional helper that is very OS-specific. You could start

Re: [capnproto] Build error on QNX

2022-12-09 Thread 'Kenton Varda' via Cap'n Proto
Hi Ze, I haven't heard of anyone porting Cap'n Proto to QNX, but it should be possible. `sigaltstack()` is only used as part of `printStackTraceOnCrash()`, which is a totally optional helper that is very OS-specific. You could start by adding some #if/#else such that this function is empty on

[capnproto] Build error on QNX

2022-12-06 Thread Ze Liu
Hi everyone, Recently I'm working on building capnp libraries on QNX. And I faced an issue that kj library source code has the same header files with QNX, like ‘exception.h’. And also the kj library needs some interfaces that QNX doesn't provide, like signaltstack. For this interface, the QNX