Closed shayandoust closed 5 years ago
Hi Shayan
I believe this error was introduced when I recently added the WholeSlideImaging module which is set to OFF by default atm.
You can try and test if this is the issue by setting the cmake flag FAST_MODULE_WholeSlideImaging to ON and then try and compile the tests again. Note that you then also need the openslide library installed on your system:
sudo apt install libopenslide0 libopenslide-dev
I will commit a fix for this error asap
Hello Smistad,
Thanks for your reply. Setting that cmake option as true does in fact build the tests successfully. This is useful for autopkgtest for package quality assurance.
Great!
Hello there,
I am having some troubles compiling FAST with FAST_BUILD_TESTS set to on. I am currently packaging this software1 within debian and at this stage this is incomplete. I have tested this on two systems within chroot / clean environments.
The output is as follows during the linking process:
Hence, I am unsure what I am doing wrong as I have all of the dependencies installed and recommendation to the right path would be much appreciated!
Many thanks, Shayan