id summary reporter owner description type status milestone component version severity resolution keywords cc 3602 created pch.cpp file is missing a terminating newline. Paul A. Bristow Vladimir Prus "In Boost.math testing cpp-pch pch : pch.hpp : ../../test/build//boost_test_exec_monitor ; writes a file pch.pch.cpp that is missing a terminating newline. ""fatal error C1004: unexpected end-of-file found"" #include ""pch.hpp"" ------------------^ newline needed here. This is required in strict C++ compliance mode /Za. compile-c-c++-pch ..\..\..\bin.v2\libs\math\test\msvc-9.0\debug\asynch-exceptions-on\threading-multi\pch.pch pch.pch.cpp ..\..\..\bin.v2\libs\math\test\msvc-9.0\debug\asynch-exceptions-on\threading-multi\pch.pch.cpp(1) : fatal error C1004: unexpected end-of-file found call ""C:\Program Files\Microsoft Visual Studio 9.0\VC\vcvarsall.bat"" x86 >nul cl /Zm800 -nologo @""..\..\..\bin.v2\libs\math\test\msvc-9.0\debug\asynch-exceptions-on\threading-multi\pch.pch.rsp"" ""..\..\..\bin.v2\libs\math\test\msvc-9.0\debug\asynch-exceptions-on\threading-multi\pch.pch.cpp"" ...failed compile-c-c++-pch ..\..\..\bin.v2\libs\math\test\msvc-9.0\debug\asynch-exceptions-on\threading-multi\pch.pch ..\..\..\bin.v2\libs\math\test\msvc-9.0\debug\asynch-exceptions-on\threading-multi\pch.obj... " Bugs closed Boost 1.42.0 build Boost Development Trunk Problem fixed missing newline /Za pch.cpp