[Mesa-dev] [Bug 56653] Source `src/glsl/builtin_stubs.cpp' not found, needed by target `build/linux-x86_64-debug/glsl/builtin_stubs.o'.

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Nov 1 22:00:09 PDT 2012


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

--- Comment #1 from Kenneth Graunke <kenneth at whitecape.org> ---
Created attachment 69412
  --> https://bugs.freedesktop.org/attachment.cgi?id=69412&action=edit
patch to fix the SCons build by copying the file

builtin_stubs.cpp has been moved to a subfolder, which broke the SCons build
and likely the Android build too.  For some reason, editing Makefile.sources
and changing BUILTIN_COMPILER_CXX_FILES to
$(GLSL_SRCDIR)/builtin_compiler/builtin_stubs.cpp causes SCons to completely
flip out with giant stack traces of doom that make no sense whatsoever.

So...here's a lame patch which copies it back into src/glsl.  It does the job,
but it's sure not elegant (and likely doesn't help android at all).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20121102/9f8fe5cf/attachment-0001.html>


More information about the mesa-dev mailing list