Getting error while integration of fhevm into my geth client

make build
go build -o target/bin/myproject “/path/to/myproject”
github com/zama-ai/fhevm-go/fhevm/tfhe
In file included from vendor/github com/zama-ai/fhevm-go/fhevm/tfhe/tfhe_ciphertext.go:4:
./tfhe_wrappers.h:1:10: fatal error: tfhe.h: No such file or directory
1 | #include <tfhe.h>
| ^~~~~~~~
compilation terminated.
make: *** [Makefile:290: target/bin/myprject] Error 1

I did not find a thfe.h in fhevm directories. Could you help me with this issue please?

Hello this is a question for the fhevm team, I’m not familiar with how they build their binaries.

@clement if you can help on that

Hello!
It seems you didn’t build tfhe-rs C API. Can you try make clean and then a make build-tfhe-rs-capi? Copy/paste the return if it fails.