Bug 34644 - Cygwin SCons build glx_usefont.c:65: error: `_P' undeclared
Summary: Cygwin SCons build glx_usefont.c:65: error: `_P' undeclared
Status: RESOLVED WONTFIX
Alias: None
Product: Mesa
Classification: Unclassified
Component: Other (show other bugs)
Version: git
Hardware: x86 (IA32) Cygwin
: medium blocker
Assignee: mesa-dev
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-23 20:56 UTC by Vinson Lee
Modified: 2013-05-01 12:36 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Vinson Lee 2011-02-23 20:56:28 UTC
mesa: 69d969e8fafd3357a140072f0f4bbf0f28db9769 (master)

Build with SCons on Cygwin.

$ scons
[...]
  Compiling src/gallium/state_trackers/glx/xlib/glx_usefont.c ...
src/gallium/state_trackers/glx/xlib/glx_usefont.c: In function `dump_font_struct
':
src/gallium/state_trackers/glx/xlib/glx_usefont.c:65: error: `_P' undeclared (fi
rst use in this function)
src/gallium/state_trackers/glx/xlib/glx_usefont.c:65: error: (Each undeclared id
entifier is reported only once
src/gallium/state_trackers/glx/xlib/glx_usefont.c:65: error: for each function i
t appears in.)
src/gallium/state_trackers/glx/xlib/glx_usefont.c:65: error: `_B' undeclared (fi
rst use in this function)
src/gallium/state_trackers/glx/xlib/glx_usefont.c: In function `glXUseXFont':
src/gallium/state_trackers/glx/xlib/glx_usefont.c:317: error: `_P' undeclared (f
irst use in this function)
src/gallium/state_trackers/glx/xlib/glx_usefont.c:317: error: `_B' undeclared (f
irst use in this function)
scons: *** [build/cygwin_nt-5.1-x86-debug/gallium/state_trackers/glx/xlib/glx_us
efont.os] Error 1
scons: building terminated because of errors.


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.