Closed Arsakes closed 8 years ago
Hm. Do "VERBOSE=1 make" and post the command line call to gcc which causes the error.
It builds without errors when I'm using just make - I've got the cause.
First time I was using:
make -j2
Building with
VERBOSE=1 make
resolve the problem. It seems that when you try make working on many parallel threads you got errors g3log library isn't build in the right moment.
Thanks for that. I'll put a note in the README about that.
Strangely I'm getting following error during compilation - I've didn't notice it earlier probably - not sure what has changed.