https://bugs.freedesktop.org/show_bug.cgi?id=103532

            Bug ID: 103532
           Summary: Ninja build doesn't support paths with spaces in them
           Product: Wayland
           Version: unspecified
          Hardware: Other
                OS: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: libinput
          Assignee: [email protected]
          Reporter: [email protected]

~/SpiderOak Hive/Software projects/git projects/FreeDesktop/libinput$ ninja -C
builddir/
ninja: Entering directory `builddir/'
[1/264] Generating doxygen with a custom command.
FAILED: html 
/usr/bin/doxygen libinput.doxygen
error: tag HTML_HEADER: header file
`/home/nate/SpiderOakHive/Softwareprojects/gitprojects/FreeDesktop/libinput/doc/style/header.html'
does not exist
[6/264] Compiling C object
'libinput-debug-events@exe/tools_libinput-debug-events.c.o'.
ninja: build stopped: subcommand failed.

Notice how the spaces have disappeared in the ninja-generated build command:
"/SpiderOak Hive/Software projects/git projects/" has become
"SpiderOakHive/Softwareprojects/gitprojects"


If I move my checkout to a path with no spaces in it, like ~, the ninja command
completes successfully.

Versions used:

$ /usr/bin/ninja --version
1.7.2
$ /home/nate/.local/bin/meson --version
0.43.0

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
wayland-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs

Reply via email to