Summary: | [PATCH] Fix compiling error in src/glsl/Makefile.am | ||
---|---|---|---|
Product: | Mesa | Reporter: | Homer Hsing <homer.xing> |
Component: | Other | Assignee: | mesa-dev |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | CC: | jon.turney |
Version: | git | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Homer Hsing
2012-07-16 02:58:34 UTC
(In reply to comment #0) > glsl_lexer.cc has been renamed to glsl_lexer.cpp. Not intentionally. > Therefore Makefile.am should be updated. This patch fixes compiling error. This patch only changes the name of a file in CLEANFILES. There are plenty of other references to glsl_lexer.cc across the source. Can you attach a build log which shows the failure? I was wrong. glsl_lexer.cc is automatically generated from src/glsl/glsl_lexer.ll I guess maybe glsl_lexer.cpp is generated in the past some time, causing the compiling error ... The latest code generates glsl_lexer.cc, and it compiles well. I suggest we close current bug report. Closing at the reporter's suggestion. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.