ladnir / cryptoTools

A repo to hold common tools used by my crypto projects
Other
117 stars 53 forks source link

Build error: accessing undefined mLog #11

Closed ran-proshan closed 5 years ago

ran-proshan commented 5 years ago

Hi,

The IOService class member mLog is accessed from Channel.cpp (lines 46 and 70) whether ENABLE_NET_LOG was defined or not. Naturally, when ENABLE_NET_LOG is not defined the build fails.

A missing file Backtrace.h is included from cryptoTools/frontend_cryptoTools/main.cpp line 13.

FYI.

ladnir commented 5 years ago

thanks for pointing this out. libOTe was a commit or two behind. Try now.