[Mesa-dev] [Bug 28894] New: slang build fails if absolute path contains spaces
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Jul 2 15:41:12 PDT 2010
https://bugs.freedesktop.org/show_bug.cgi?id=28894
Summary: slang build fails if absolute path contains spaces
Product: Mesa
Version: git
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Mesa core
AssignedTo: mesa-dev at lists.freedesktop.org
ReportedBy: nobled at dreamwidth.org
Compiling on Windows with "scons statetrackers=mesa drivers=softpipe
winsys=gdi" failed when it tried to run compile.exe:
C:\Documents and Settings\[...]\mesa\build\windows-x86-debug-glsl\compile.exe
fragment src\mesa\slang\library\slang_common_builtin.gc
src\mesa\slang\library\slang_common_builtin_gc.h
'C:\Documents' is not recognized as an internal or external command, operable
program or batch file.
scons: *** [src\mesa\slang\library\slang_common_builtin_gc.h] Error 1
scons: building terminated because of errors.
The problem looks like it starts in library/SConscript:
bld_frag = Builder(
action = Action(glsl_compile[0].abspath + ' fragment $SOURCE $TARGET',
'$CODEGENCODESTR'),
emitter = glsl_compile_emitter,
suffix = '.gc',
src_suffix = '_gc.h')
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the mesa-dev
mailing list