Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No CmakeGenerateAll.bat #53

Open
datnguyen1127 opened this issue Mar 11, 2020 · 6 comments
Open

No CmakeGenerateAll.bat #53

datnguyen1127 opened this issue Mar 11, 2020 · 6 comments

Comments

@datnguyen1127
Copy link

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

Error_builld

@KevinGliewe
Copy link

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

@datnguyen1127
Copy link
Author

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

@KevinGliewe
Copy link

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.

@datnguyen1127
Copy link
Author

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

@KevinGliewe
Copy link

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

@datnguyen1127
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants