Please do not reply to this email: if you want to comment on the bug, go to
the URL shown below and enter yourcomments there.
https://bugs.freedesktop.org/show_bug.cgi?id=7174
------- Additional Comments From [EMAIL PROTECTED] 2006-06-10 07:58 -------
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.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
_______________________________________________
Mesa3d-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev