mxgbs
mxgbs
Thank you. I didn't notice there is another line in vcxproj which I didn't change. Now it's loaded. However, multiple errors come when trying to compile. I tried to include...
I tried that. CUDA is not enabled. The reason is the released version of terra is hard coding with CUDA 7.5. However, I can use only CUDA 8.0+. Thus, that...
@mihaibujanca @Mx7f what environment are you using? After building the opt on windows10/VS2015/64bit, examples cannot correctly load. Following errors show. Do you have any idea how to solve that? I...
Hi @rongduo have you solved the problem? I have encountered the same one.
If you changed that to saveobj("hello",...) to saveobj("hello.o", ...), it would work. However, when using g++ to generate executable file, error still popped as shown in https://community.microfocus.com/microfocus/mainframe_solutions/enterprise_developer_21/w/knowledge_base/27927/compatibility-issues-with-visual-studio-2015. I guess you...
I finally solved this by running buildOpt.bat using VS2015 x64 native tools command(instead of cmd or other VS cmd). However, more compiler errors occur when building .sln using VS2015.
No. I gave up at the end. On Sun, Oct 7, 2018 at 8:56 PM HaoguangHuang wrote: > @rongduo @mxgbs > Have you solved this question successfully on windows now?...
Thank you. Have you installed in windows using cmake and vs? I have issue to build google-glog and suitesparse with cmake. Have you successfully build that? Ceres is not listed...
Hi, Built the ceres and another error occurred when I tried to build dynamic fusion. Can I disable the use of OPENNI? I thought that's optional. Thank you. CMake Error:...
Hi Haoguang, Thanks for your kindly reply. Do you have any idea how can I disable the dynamicfusion_kinect part and openNI dependency in CMakeLists.txt? Thank you. Sincerely, Yan On Wed,...