Hello VXL users,
I'm having trouble building VXL. CMake exits with the following error:
bvpl_octree using pthreads
CMake Error: The inter-target dependency graph contains the following
strongly connected component (cycle):
"boxm_util" of type SHARED_LIBRARY
depends on "boxm_sample" (weak)
"boxm_sample" of type SHARED_LIBRARY
depends on "boxm_util" (weak)
At least one of these targets is not a STATIC_LIBRARY. Cyclic
dependencies are allowed only among static libraries.
My only configuration change was to set BUILD_SHARED_LIBS to ON.
VXL version: SVN revision 34958
Compiler: gcc (Ubuntu/Linaro 4.6.1-9ubuntu3) 4.6.1
OS: Linux Mint 12, almost up-to-date
kernel: 3.0.0-12-generic #20-Ubuntu SMP Fri Oct 7 14:56:25 UTC 2011
CMake version: 2.8.5
Thanks,
Manolis
|