Bug 3653 - errors in pixman.h
Summary: errors in pixman.h
Status: RESOLVED WORKSFORME
Alias: None
Product: pixman
Classification: Unclassified
Component: pixman (show other bugs)
Version: 0.1.3
Hardware: SGI IRIX
: high blocker
Assignee: Carl Worth
QA Contact: cairo-bugs mailing list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-28 17:21 UTC by Daniel Stone
Modified: 2005-08-21 20:35 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description FreeDesktop Bugzilla Database Corruption Fix User 2005-06-28 17:21:17 UTC
irix 6.5.27, mipspro 7.43 and gcc 4.0.0. cvs and snapshot tried.
-----------

pixman.h:276: error: parse error before 'pixman_bits_t'
pixman.h:276: warning: type defaults to 'int' in declaration of 'pixman_bits_t'
pixman.h:276: warning: data definition has no type or storage class
pixman.h:280: error: parse error before '*' token
pixman.h:283: warning: function declaration isn't a prototype
pixman.h:292: error: parse error before 'pixman_fixed16_16_t'
pixman.h:292: warning: type defaults to 'int' in declaration of
'pixman_fixed16_16_t'
pixman.h:292: warning: data definition has no type or storage class
pixman.h:295: error: parse error before 'pixman_fixed16_16_t'
pixman.h:295: warning: no semicolon at end of struct or union
pixman.h:296: warning: type defaults to 'int' in declaration of
'pixman_point_fixed_t'
pixman.h:296: warning: data definition has no type or storage class
pixman.h:299: error: parse error before 'pixman_point_fixed_t'
pixman.h:299: warning: no semicolon at end of struct or union
pixman.h:300: warning: type defaults to 'int' in declaration of
'pixman_line_fixed_t'
pixman.h:300: warning: data definition has no type or storage class
pixman.h:311: error: parse error before 'pixman_point_fixed_t'
pixman.h:311: warning: no semicolon at end of struct or union
pixman.h:312: warning: type defaults to 'int' in declaration of 'pixman_triangle_t'
pixman.h:312: warning: data definition has no type or storage class
pixman.h:315: error: parse error before 'pixman_fixed16_16_t'
pixman.h:315: warning: no semicolon at end of struct or union
pixman.h:316: warning: type defaults to 'int' in declaration of 'left'
pixman.h:316: warning: type defaults to 'int' in declaration of 'right'
pixman.h:316: warning: data definition has no type or storage class
pixman.h:317: error: parse error before '}' token
pixman.h:317: warning: type defaults to 'int' in declaration of 'pixman_trapezoid_t'
pixman.h:317: warning: data definition has no type or storage class
pixman.h:320: error: parse error before 'pixman_fixed16_16_t'
pixman.h:320: warning: no semicolon at end of struct or union
pixman.h:321: warning: type defaults to 'int' in declaration of 'pixman_vector_t'
pixman.h:321: warning: data definition has no type or storage class
pixman.h:324: error: parse error before 'pixman_fixed16_16_t'
pixman.h:324: warning: no semicolon at end of struct or union
pixman.h:325: warning: type defaults to 'int' in declaration of 'pixman_transform_t'
pixman.h:325: warning: data definition has no type or storage class
pixman.h:341: error: parse error before 'pixman_transform_t'
pixman.h:341: warning: function declaration isn't a prototype
pixman.h:366: error: parse error before '*' token
pixman.h:367: warning: type defaults to 'int' in declaration of
'pixman_image_get_data'
pixman.h:367: warning: data definition has no type or storage class
pixman.h:382: error: parse error before 'pixman_bits_t'
pixman.h:382: warning: function declaration isn't a prototype
pixman.h:386: error: parse error before 'pixman_bits_t'
pixman.h:387: warning: function declaration isn't a prototype
pixman.h:415: warning: type defaults to 'int' in declaration of 'pixman_trapezoid_t'
pixman.h:415: error: parse error before '*' token
pixman.h:416: warning: function declaration isn't a prototype
pixman.h:422: warning: type defaults to 'int' in declaration of 'pixman_trapezoid_t'
pixman.h:422: error: parse error before '*' token
pixman.h:423: warning: function declaration isn't a prototype
pixman.h:433: warning: type defaults to 'int' in declaration of 'pixman_triangle_t'
pixman.h:433: error: parse error before '*' token
pixman.h:434: warning: function declaration isn't a prototype
pixman.h:442: warning: type defaults to 'int' in declaration of
'pixman_point_fixed_t'
pixman.h:442: error: parse error before '*' token
pixman.h:443: warning: function declaration isn't a prototype
pixman.h:452: warning: type defaults to 'int' in declaration of
'pixman_point_fixed_t'
pixman.h:452: error: parse error before '*' token
pixman.h:453: warning: function declaration isn't a prototype
gmake[2]: *** [pixregion.lo] Error 1
Comment 1 FreeDesktop Bugzilla Database Corruption Fix User 2005-07-10 09:43:15 UTC
using c99 instead of cc did it ;-)


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.