https://github.com/osquery/osquery logo
#windows
Title
# windows
j

jimmy

07/18/2022, 10:35 AM
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.CppCommon.targets(241,5): warning MSB8065: Custo m build for item "C:\osquery\build\CMakeFiles\35e1ce49a7900bded4c800fb28e9385a\osqueryi.exe.rule" succeeded, but specified output "c:\osquery\buil d\osquery\osqueryi.exe" has not been created. This may cause incremental build to work incorrectly. [C:\osquery\build\osquery\create_osqueryi.vcxp roj] I get that msg at yellow after I build osquery as one of the messages when i build osquery, is it ok?
s

Stefano Bonicatti

07/18/2022, 11:06 AM
Yeah “that’s correct” in the sense that you didn’t cause this. There’s actually an error in the CMakeLists.txt which specifies the incorrect path where it expects to find the osqueryi symlink. I’ll fix this.
👌 1
23 Views