question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Build Error: sf_utils.h

See original GitHub issue

Hi, 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:closed
  • Created a year ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
eugenevinitskycommented, Jun 23, 2022

Yes, thank you for the catch! We have opened a PR with the change: https://github.com/facebookresearch/nocturne/pull/13

0reactions
eugenevinitskycommented, Jun 23, 2022

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found