[Wayland-bugs] [Bug 103532] Ninja build doesn't support paths with spaces in them
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Nov 1 02:51:18 UTC 2017
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: wayland-bugs at lists.freedesktop.org
Reporter: pointedstick at zoho.com
~/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 at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/wayland-bugs/attachments/20171101/a717f2c9/attachment.html>
More information about the wayland-bugs
mailing list