Hi,
I am just trying to compile mantaflow with OpenVDB, but running into some trouble.
I can compile it fine without OpenVDB, but not with. OpenVDB is installed in my <manta-dir> as explained in the Cmake file.
And running the cmake works. It finds OpenVDB and such. Here is my cmake command for reference:
cmake .. -DOPENMP=ON -DPYTHON_VERSION=2.7 -DNUMPY=ON -DOPENVDB=ON
However when I run the resulting make I get this error:
make[2]: *** No rule to make target `../openVDB/lib/openVDB.lib', needed by `manta'. Stop.
make[2]: *** Waiting for unfinished jobs....
[ 98%] Building CXX object CMakeFiles/manta.dir/pp/source/registration.cpp.o
make[1]: *** [CMakeFiles/manta.dir/all] Error 2
I have looked around in the make files and saw that it is in fact requesting the .lib file.
I do not know how to build said lib file though if that is something that must be done before running mantaflow's make.
Any help would be appreciated.
Thanks.