czimaginginstitute / MotionCor3

Anisotropic correction of beam induced sample motion for cryo-electron microscopy and tomography
BSD 3-Clause "New" or "Revised" License
41 stars 2 forks source link

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

Open HangC2023 opened 4 months ago

HangC2023 commented 4 months ago

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 | ^~~~~~ compilation terminated. make: *** [makefile11:177: DataUtil/CAlnSums.o] Error 1

ColdPopeye commented 3 months ago

Probably libtiff is installed but not libtiff-dev ?