Actions
Bug #2185
closedrust: build failure if libjansson is missing
Affected Versions:
Effort:
Difficulty:
Label:
Description
In file included from output.c:71:0: output-json-nfs.h:29:1: error: unknown type name ‘json_t’; did you mean ‘sig_t’? json_t *JsonNFSAddMetadataRPC(const Flow *f, uint64_t tx_id); ^~~~~~ sig_t output-json-nfs.h:30:1: error: unknown type name ‘json_t’; did you mean ‘sig_t’? json_t *JsonNFSAddMetadata(const Flow *f, uint64_t tx_id); ^~~~~~ sig_t
We should check this in configure. I don't think it's worth supporting the Rust side without libjansson at this point.
Updated by Victor Julien over 7 years ago
- Status changed from New to Assigned
- Target version changed from TBD to 70
Updated by Victor Julien over 7 years ago
- Status changed from Assigned to Closed
- Target version changed from 70 to 4.0.0
Actions