Build Error: sf_utils.h
See original GitHub issueHi,
when running python setup.py develop
the build process fails. The error message is the following:
... include/utils/sf_utils.h:29:6: error: ‘unique_ptr’ in namespace ‘std’ does not name a template type ...
It seems there is a missing include in this file. The error can be resolved by adding
#include <memory>
to sf_utils.h.
Issue Analytics
- State:
- Created a year ago
- Comments:5
Top Results From Across the Web
snort: fails to compile on x86_64 · Issue #12020 - GitHub
snort fails to compile on x86_64 (but compiles fine on mips_24kc_musl) errors out with the following: ccache_cc -DHAVE_CONFIG_H -I. -I../.
Read more >[SolarCapture] sc_pkt_pool_blob_dma_map error when ...
1. The solar capture works correctly when I listen only one of two interfaces. 2. The same error appears also in Ubuntu 20.04...
Read more >including header files in C and compile - Stack Overflow
I am in folder src/dynamic-preprocessor/sip I want to use a function in file: src/sfutil/sfxHash.c the function name is sfxhash_new(... ... ...) ...
Read more >[Snort-users] Barnyard2 error: 'mysql' support is not compiled ...
Subject: RE: [Snort-users] Barnyard2 error: 'mysql' support is not compiled ... make[3]: Entering directory `/usr/local/src/barnyard2/src/sfutil'
Read more >Solarflare Server Adapter User Guide - Servak
Solarflare are not aware of any issues preventing building and installing ... Solarflare mezzanine adapters are supported on the IBM BladeCenter E, H...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yes, thank you for the catch! We have opened a PR with the change: https://github.com/facebookresearch/nocturne/pull/13
https://github.com/facebookresearch/nocturne/pull/15
Are you trying to rebuild the dataset? Please let us know if you run into any issues; we’ve never had an external person try to build it and we’d love to be helpful if you run into issues.