Bug 28023 - cygwin build fix for fpclassify
Summary: cygwin build fix for fpclassify
Status: RESOLVED FIXED
Alias: None
Product: Mesa
Classification: Unclassified
Component: Mesa core (show other bugs)
Version: git
Hardware: Other Cygwin
: medium normal
Assignee: mesa-dev
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-07 11:34 UTC by Jon Turney
Modified: 2010-05-07 13:36 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
Patch to fix build (759 bytes, patch)
2010-05-07 11:35 UTC, Jon Turney
Details | Splinter Review

Description Jon Turney 2010-05-07 11:34:33 UTC
main/querymatrix.c:79: error: expected identifier before numeric constant
main/querymatrix.c:80: error: expected identifier or '(' before 'sizeof'
main/querymatrix.c:80: error: expected ')' before '?' token
make[2]: *** [main/querymatrix.o] Error 1

found by tinderbox
http://tinderbox.freedesktop.org/builds/2010-05-07-0017/logs/libGL/#build

fpclassify dummy definition is not needed on cygwin, either, as fpclassify is provided by math.h
Comment 1 Jon Turney 2010-05-07 11:35:10 UTC
Created attachment 35502 [details] [review]
Patch to fix build
Comment 2 Brian Paul 2010-05-07 13:36:30 UTC
Committed.  Thanks.


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.