Open charlieputhedu opened 5 years ago
error occurs?
Hi @charlieputhedu , I am trying to replicate this error on my system. In your visual studio screenshot, I am unable to read the output in your native language, but I can see the LNK1181 linker error. This corresponds to an inability to open an input filename. Is there a problem in one of the filenames in your Example1 or Example2 build?
Hi, Thanks for your reply. It means "Unable to open input file LEVELSET_CORE.lib". On my computer, I did a full search for this file, but I didn't find it. According to my understanding, this file should be generated automatically after the completion of configuration, but this file has not been generated in the whole computer, so I suspect there is something wrong with my configuration method. I recorded video about recompiling, but the video is too big to upload. Did I configure it the wrong way? Do you have the video for configuring the process? In addition, what files are generated to indicate successful configuration? Is example program(1 or 2) running a sign of successful configuration?
The LEVELSET_CORE.lib is not building because of the 2 errors reported in your build with LevelSet.cu (line 136). I'll try to reproduce this on my system.
I configured it directly with Cmake. I'm a beginner. Am I missing something?