NvCloth icon indicating copy to clipboard operation
NvCloth copied to clipboard

No CmakeGenerateAll.bat

Open datnguyen1127 opened this issue 5 years ago • 6 comments

there is no CmakeGenerateAll.bat , when i'm trying use "CmakeGenerateProjects" to generate, the error happen.

Error_builld

datnguyen1127 avatar Mar 11 '20 04:03 datnguyen1127

You can't use a path with spaces in it. You should use directory names like this:

C:\Users\datnt65\Desktop\datnt65\1.Project\7.VirtualTryOn\8.Docs_Research\1.Body_Recontrucstion\Data\NvCloth-master

KevinGliewe avatar Mar 17 '20 14:03 KevinGliewe

thank u guy, I already pass this step as your instruction. However I met another issue.

there is no file" cuda_compile_fatbin_1_generated_CuSolverKernel.cu.fatbin.depend"

image

datnguyen1127 avatar Mar 18 '20 03:03 datnguyen1127

It looks like CUDA could not compile the CuSolverKernel.cu. You could use the DX11 instead of CUDA.

From the Documentation:

CmakeGenerateProjects.bat <0|1:use_cuda (default is 1)> <0|1:use_dx11 (default is 1)>

So if you use CmakeGenerateProjects.bat 0 1, it will disable CUDA and use DX11 instead.

If you want to do use the DX11 solver for the example project as well, check out my PR.

KevinGliewe avatar Mar 18 '20 14:03 KevinGliewe

Thank u kevin. I already pass this step as your instruction. However, when i follow the Documentation before build sample, I need to build "assimp" first as your link "build samples\external\assimp-4.1.0\compiler\vc14winXX-cmake\Assimp.sln", however, there is no "assimp" folder, as my image below. assimp_folder

datnguyen1127 avatar Mar 19 '20 06:03 datnguyen1127

Assimp is an optional dependency, It should work just fine without it.

KevinGliewe avatar Mar 19 '20 19:03 KevinGliewe

Thank u Kevin, I already complete to run "samples/CmakeGenerateProjects.bat". However, when i build the project, i met this issue. image

datnguyen1127 avatar Mar 20 '20 02:03 datnguyen1127