Robert MacGregor
Robert MacGregor
Gentoo is an entirely different distribution from Ubuntu (where you'd use apt-get as you mentioned) where all the 'packages' are installed by downloading source code and compiling it on the...
> but Linux users normally need more customized executables, right? I think I'm starting to understand. It depends on what versions of everything each distro has. Incompatible versions of libc...
You can also use std::function but EasyDelegate makes it easier to stay separated from the STL if that's still desirable here. You'll just need to replace the STL types it...
Been trying to figure this out as well, but I haven't ever gotten it to report anything but empty results so far. Also, the codegen units fix doesn't seem to...