https://github.com/osquery/osquery logo
#general
Title
# general
b

bao

05/03/2020, 2:54 AM
anyone more familiar with how osquery is building boost have any insight into this linking error?
LINK : fatal error LNK1104: cannot open file 'libboost_date_time-vc142-mt-s-x64-1_70.lib'
Was trying to use
"boost/date_time/local_time/local_time.hpp"
in an extension
a

Andrea

06/01/2022, 2:35 PM
Hi @bao. Did you solve by any chance ? I do have the same issue. Removed locale completely but still see the issue. headdesk
BTW I solved too. it was a flag on
flags.cmake
4 Views