If the base directory this repository is checked out to isn't called vlab, then compilation fails because nothing in libs/* is in the include path. (For me, the first error is that delete_recursive.h isn't found when compiling gallery.) I think this happens because the directory name is hardcoded in the .pro files (MY_BASE = ../../vlab), though I may be wrong.
If the base directory this repository is checked out to isn't called
vlab, then compilation fails because nothing inlibs/*is in the include path. (For me, the first error is thatdelete_recursive.hisn't found when compilinggallery.) I think this happens because the directory name is hardcoded in the.profiles (MY_BASE = ../../vlab), though I may be wrong.