Project

General

Profile

Actions

Bug #2185

closed

rust: build failure if libjansson is missing

Added by Victor Julien over 6 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
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.

Actions

Also available in: Atom PDF