t-thanh / PTAMM

Parallel Tracking and Multiple Mapping

Home Page:http://www.robots.ox.ac.uk/~bob/software/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Thread.h no longer in cvd

osbock opened this issue · comments

g++-7 System.cc -o System.o -c -I MY_CUSTOM_INCLUDE_PATH -D_LINUX -D_REENTRANT -Wall -O3 -march=nocona -msse3 -fno-strict-aliasing -I/usr/include/ -DENABLE_MODELS_GAME
In file included from System.cc:7:0:
MapMaker.h:18:10: fatal error: cvd/thread.h: No such file or directory
#include <cvd/thread.h>
^~~~~~~~~~~~~~

Apparently ed rosten says it was only a weak wrapper for pthread.

commented

Hi osbock
How did you solve this issue since cvd/thread.h was removed from latest code?
Please let me know as I am trying to compile the same..

Best Regards,
JK