You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your Windows build number: Microsoft Windows [Version 10.0.17134.48]
What you're doing and what's happening: When building my project using parallel jobs (make -j8) the compiler sometimes fails to find include files. If I restart make the file is found and the build continues only to fail at some other file. Eventually the project will build. If using make without the -j-option it always builds at first attempt. The file not found always resides on DrvFs, never on VolFs.
In file included from /home/pg/repos/tools/build/external_boost/boost_x/include/boost/type_traits/alignment_of.hpp:15:0,
from /home/pg/repos/tools/build/boost/optional/optional.hpp:36,
from /home/pg/repos/tools/build/boost/optional.hpp:15,
from /home/pg/repos/tools/src/shared/utils/Report.cpp:5:
/home/pg/repos/tools/build/boost/type_traits/intrinsics.hpp:16:10: fatal error: boost/type_traits/detail/config.hpp: No such file or directory
#include <boost/type_traits/detail/config.hpp>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
I guess you're right. The description in the Relese Notes for 17655 describes my problem.
I hope an update for this will be available soon as joining the Windows Insider Program is not always an option.
Your Windows build number: Microsoft Windows [Version 10.0.17134.48]
What you're doing and what's happening: When building my project using parallel jobs (
make -j8
) the compiler sometimes fails to find include files. If I restartmake
the file is found and the build continues only to fail at some other file. Eventually the project will build. If usingmake
without the-j
-option it always builds at first attempt. The file not found always resides on DrvFs, never on VolFs.The text was updated successfully, but these errors were encountered: