czimaginginstitute / MotionCor3

Anisotropic correction of beam induced sample motion for cryo-electron microscopy and tomography

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compiling issue "fatal error: tiffio.h: No such file or directory"

HangC2023 opened this issue · comments

Hey developer,

I have the following issue, when follow the instruction compiling with (GPU: RTX4090):

make exe -f makefile11 [CUDAHOME=path/cuda-11.8]

I get the following error after it starts compiles:

make exe -f makefile11 [CUDAHOME=/usr/local/cuda-11.8]

Util/CCufft2D.cpp has been compiled.

Util/CFileName.cpp has been compiled.

Util/CFlipImage.cpp has been compiled.

Util/CFourierCrop2D.cpp has been compiled.

Util/CGroupFrames.cpp has been compiled.

Util/CNextItem.cpp has been compiled.

Util/CPad2D.cpp has been compiled.

Util/CParseArgs.cpp has been compiled.

Util/CSplineFit1D.cpp has been compiled.

Util/CRemoveSpikes1D.cpp has been compiled.

Util/CSaveTempMrc.cpp has been compiled.

Util/CSimpleFuncs.cpp has been compiled.

Util/CMultiGpuBase.cpp has been compiled.

DataUtil/CMrcStack.cpp has been compiled.

In file included from DataUtil/../CMainInc.h:5,
from DataUtil/CAlnSums.cpp:2:
DataUtil/../TiffUtil/CTiffFileInc.h:2:10: fatal error: tiffio.h: No such file or directory
2 | #include <tiffio.h>
| ^~~~~~~~~~
compilation terminated.
make: *** [makefile11:177: DataUtil/CAlnSums.o] Error 1

Probably libtiff is installed but not libtiff-dev ?