Closed Dammi87 closed 5 years ago
I don't see a compile error. Maybe you are running out of memory. Try compiling with less parallelism, e.g make -j1.
You have no idea how often I find myself in that situation, but I never seem to come to that conclusion myself! Thanks @NikolausDemmel, it works flawlessly now :)
Had similar problem, tried make -j1, wasn't memory problem. Seems that new Pangolin version isn't supported currently. Downgrading to Pangolin version 0.5 fixed for me.
I'm making an attempt at creating a Dockerfile to run this repo in, and I'm having some issues and I was wondering if anybody might have a useful input to it?
NOTE: The dockerfile is messy right now, I usually clean up afterwards ;)
When I build with
docker build --rm -f ".Dockerfile" -t ldso:latest .
I get the following outputI tried some fixes from the closed issues, like updating Eigen (Which you can see in the Dockerfile) but it didn't seem to change anything.