| Summary: | tnl/t_vertex.c fails on Mac OS X 10.4 | ||
|---|---|---|---|
| Product: | Mesa | Reporter: | Benjamin Reed <ranger> |
| Component: | Mesa core | Assignee: | mesa-dev |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | minor | ||
| Priority: | high | ||
| Version: | 6.5 | ||
| Hardware: | PowerPC | ||
| OS: | Mac OS X (All) | ||
| Whiteboard: | |||
| i915 platform: | i915 features: | ||
| Attachments: | specify tnl_clipspace_fastpath::attr_type instead of attr_type | ||
|
Description
Benjamin Reed
2006-06-10 07:42:42 UTC
Created attachment 5867 [details] [review] specify tnl_clipspace_fastpath::attr_type instead of attr_type I'm not sure if this is the correct fix, but it does allow the compile to continue That's not the correct fix. The problem is that you're trying to compile C code with a C++ compiler. line 8 of Mesa-6.5/configs/darwin says: CC = c++ which causes that problem. Changing it to CC = cc will most likely fix it for you. *** Bug 7175 has been marked as a duplicate of this bug. *** yup, I just confirmed everything works with cc instead of c++, 6.5 builds just fine on OSX now |
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.