an upgrade to Cap'n Proto library appears to break the build flow
[ 6%] Building CXX object CMakeFiles/fastnetmon_pcap_format.dir/fastnetmon_pcap_format.cpp.o
In file included from /drone/src/src/simple_packet_capnp/simple_packet.capnp.c++:4:
/drone/src/src/simple_packet_capnp/simple_packet.capnp.h:10:2: error: #error "Version mismatch between generated code and library headers. You must use the same version of the Cap'n Proto compiler and library."
10 | #error "Version mismatch between generated code and library headers. You must use the same version of the Cap'n Proto compiler and library."
| ^~~~~
an upgrade to Cap'n Proto library appears to break the build flow
```log
[ 6%] Building CXX object CMakeFiles/fastnetmon_pcap_format.dir/fastnetmon_pcap_format.cpp.o
In file included from /drone/src/src/simple_packet_capnp/simple_packet.capnp.c++:4:
/drone/src/src/simple_packet_capnp/simple_packet.capnp.h:10:2: error: #error "Version mismatch between generated code and library headers. You must use the same version of the Cap'n Proto compiler and library."
10 | #error "Version mismatch between generated code and library headers. You must use the same version of the Cap'n Proto compiler and library."
| ^~~~~
```
ref:
https://drone.dotya.ml/wanderer/fastnetmon-ng/197/2/4
wanderer
added the bug label 2021-10-10 14:51:09 +02:00
wanderer
added this to the General project 2021-10-10 14:51:09 +02:00
the issue persists as there is a mismatch between Cap'n Proto versions - fedora (34/35) is staying on 0.8.0 while arch has moved on to 0.9.0.
a solution would be a dual-tier system, but that's just asking for trouble...
the issue persists as there is a mismatch between Cap'n Proto versions - fedora (34/35) is staying on `0.8.0` while arch has moved on to `0.9.0`.
a solution would be a dual-tier system, but that's just asking for trouble...
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
an upgrade to Cap'n Proto library appears to break the build flow
ref:
https://drone.dotya.ml/wanderer/fastnetmon-ng/197/2/4
the issue persists as there is a mismatch between Cap'n Proto versions - fedora (34/35) is staying on
0.8.0while arch has moved on to0.9.0.a solution would be a dual-tier system, but that's just asking for trouble...