This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 6318 - Build error in mesa
Summary: Build error in mesa
Status: RESOLVED FIXED
Alias: None
Product: Amaya
Classification: Unclassified
Component: Building (show other bugs)
Version: unspecified
Hardware: PC Linux
: P2 normal
Target Milestone: ---
Assignee: Vatton
QA Contact: Vatton
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-18 01:21 UTC by Grady Harris
Modified: 2008-12-19 12:03 UTC (History)
4 users (show)

See Also:


Attachments

Description Grady Harris 2008-12-18 01:21:31 UTC
Encountered the attached error messages, building from amaya-sources-11.0, on Ubuntu 8.10, x86 64-bit. First error: 
tnl/t_vertex_sse.c:55: error: field func has incomplete type
Comment 1 Vatton 2008-12-18 08:29:01 UTC
(In reply to comment #0)
> Encountered the attached error messages, building from amaya-sources-11.0, on
> Ubuntu 8.10, x86 64-bit. First error: 
> tnl/t_vertex_sse.c:55: error: field func has incomplete type
> 

The current distribution is configured for 32-bit platforms.

For 64-bit platforms you have to change the Mesa/config/current file:

# cd Mesa/configs && cp linux-x86-64-static current
# cd Amaya
# mkdir wx
# .....