Project

General

Profile

Actions

Bug #2185

closed

rust: build failure if libjansson is missing

Added by Victor Julien almost 7 years ago. Updated almost 7 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 #1

Updated by Jason Ish almost 7 years ago

  • Assignee set to Jason Ish
Actions #2

Updated by Andreas Herz almost 7 years ago

  • Target version set to TBD
Actions #3

Updated by Victor Julien almost 7 years ago

  • Status changed from New to Assigned
  • Target version changed from TBD to 70
Actions #4

Updated by Victor Julien almost 7 years ago

  • Status changed from Assigned to Closed
  • Target version changed from 70 to 4.0.0
Actions

Also available in: Atom PDF