smistad / FAST

A framework for high-performance medical image processing, neural network inference and visualization
https://fast.eriksmistad.no
BSD 2-Clause "Simplified" License
433 stars 101 forks source link

complile failure #186

Closed zhanglin-1993 closed 9 months ago

zhanglin-1993 commented 12 months ago

Describe the bug A clear and concise description of what the bug is. I have downloaded the source code, build and compile the project FAST on my drive. The compile error told me the openslide-win64-20171122.zip and cast-10.3.0-windows.zip has fail downloaded

To Reproduce Steps and data to reproduce the behavior I have downloaded the source code, build and compile the project FAST on my drive. The compile error told me the openslide-win64-20171122.zip and cast-10.3.0-windows.zip has fail downloaded, then I follow your suggestions, download these two zip and unzip on the folder parrallel to that of FAST-master. After compile again, the result shows no error related to the cast, but the error of openslide still exsits. On the other hand, while the two zip has been unzipped to the drive, the compile release note has suggest that the zip is still been download.

System:

Expected behavior I have expected the compile would search and find the unzipped cast and openslide files, and use them to compile the FAST, while the notes show that the two zips have been download again, and the compile is failed.

Screenshots image image

Could you help me? Thanks so much!

smistad commented 10 months ago

Hi @zhanglin-1993, sorry for the late reply. I am not sure what is causing this. I would try to delete the external/clarius and external/openslide folders and then try and build again. This should download the zip files automatically and compile everything as usual.

zhanglin-1993 commented 9 months ago

@smistad That's all right, thanks for sharing your experience. I have installed again and it seems work. Thanks!