SCI-Solver_Level-Set icon indicating copy to clipboard operation
SCI-Solver_Level-Set copied to clipboard

Need some help

Open charlieputhedu opened this issue 6 years ago • 4 comments

image I configured it directly with Cmake. I'm a beginner. Am I missing something?

charlieputhedu avatar Aug 02 '19 02:08 charlieputhedu

image error occurs?

charlieputhedu avatar Aug 19 '19 13:08 charlieputhedu

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?

GPayne avatar Aug 19 '19 20:08 GPayne

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? image image

charlieputhedu avatar Aug 20 '19 07:08 charlieputhedu

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.

GPayne avatar Aug 20 '19 21:08 GPayne