Closed GuillaumeRossolini closed 8 years ago
I think this needs at least gcc-4.8 to properly work
you could try adding a #include "vp8/util/memory.hh" from Allocator.hh but I bet std::thread won't be present
Can you try a newer compiler, or llvm?
@danielrh Can we document that in the README? Dunno if it'd also be possible/useful to make cmake
fail-fast somehow…
I tried building the latest gcc-4.8 but it failed. I don't think I'll be able to debug this. This version of gcc is getting old anyway, so it might be better to just document this as a requirement and fail fast?
good idea.. llvm is really easy to install and probably has prebuild binaries for your distro...maybe try that one?
I'm sure it is. That said, I am happy to try things out so long as they fit more or less in my usual setup, but I am not confident enough to stray too much from that path. Sorry.
Hi,
On a virtualized box we have for testing thing out:
On a dedicated box:
This is using the releases tar.gz files. The ./autogen.sh script failed to run its git commands since that tool is not installed on the boxes.
Please tell me what information you need to debug this.