Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
HangC2023 opened this issue Mar 11, 2024 · 1 comment
Open

Comments

@HangC2023
Copy link

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

@ColdPopeye
Copy link

Probably libtiff is installed but not libtiff-dev ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants