<div dir="ltr">Hi All,<div><br></div><div>I'm trying to build the Clang 3.7.0 doxygen from a Visual Studio environment. Graphviz/Dot and Doxygen were installed using cygwin. I configured the build directory with the command</div><div><br></div><div>$ cmake -G "Visual Studio 14" -DLLVM_ENABLE_DOXYGEN=On ..\llvm</div><div><br></div><div>When I open the solution, I see the projects "doxygen-clang" and "doxygen-llvm". But when I try to build either of them, I get numerous errors, all of which are file path issues. For instance, the configuration had condensed "...\Program Files (x86)\..." to "...\ProgramFiles(x86)\...". I fixed this by replacing the line</div><div><br></div><div>DOT_PATH = @DOT@</div><div><br></div><div>with</div><div><br></div><div>DOT_PATH = "@DOT@"</div><div><br></div><div>in <a href="http://doxygen.cfg.in">doxygen.cfg.in</a>, but I'm still getting other path-related errors. Is this an unsupported feature on Windows as of 3.7.0? Or am I doing something wrong altogether?</div><div><br></div><div>~Scott Constable</div></div>