https://llvm.org/bugs/show_bug.cgi?id=27226

            Bug ID: 27226
           Summary: ninja package failing with "FindFirstFileExA(note:
                    including file"
           Product: Build scripts
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: cmake
          Assignee: unassignedb...@nondot.org
          Reporter: h...@chromium.org
                CC: llvm-bugs@lists.llvm.org, nicolaswe...@gmx.de
    Classification: Unclassified

ninja: error: FindFirstFileExA(note: including file:      c:/program files
(x86)
/microsoft visual studio 12.0/vc/include): The filename, directory name, or
volu
me label syntax is incorrect.


It looks like something that's probably the output from --show-includes is
getting passed to FindFirstFileExA instead of a filename.

Maybe this is related to r264174?

I think this also coincides with me trying to include the OpenMP runtime in the
package.

"ninja -t deps package" doesn't provide any hints:

D:\src\llvm_package_264563\build32>ninja -t deps package
package: deps not found

But, if I peek in the .ninja_deps file, I see stuff like this:

@projects/openmp/runtime/src/CMakeFiles/omp.dir/libomp.rc.resBõÿÿpNote:
including file:      C:/Program Files (x86)/Microsoft Visual Studio
12.0/VC/INCLUDE/ConcurrencySal.hAõÿÿhNote: including file:

Which doesn't look good, and points in the OpenMP direction.

So maybe a problem with the OpenMP CMake files? Could also be a Ninja issue, of
course - I'm using Ninja 1.6.0.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to