Bug 44113

Summary: git mesa gallium/state_trackers/egl fails to compile
Product: Mesa Reporter: Jos van Wolput <wolput>
Component: OtherAssignee: mesa-dev
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: medium    
Version: git   
Hardware: x86-64 (AMD64)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:

Description Jos van Wolput 2011-12-23 19:15:00 UTC
latest git mesa gallium/state_trackers/egl fails to compile:
---
common/egl_g3d_api.c: In function ‘egl_g3d_create_context’:
common/egl_g3d_api.c:176:10: warning: passing argument 4 of ‘gctx->stapi->create_context’ from incompatible pointer type [enabled by default]
common/egl_g3d_api.c:176:10: note: expected ‘enum st_context_error *’ but argument is of type ‘struct st_context_iface *’
common/egl_g3d_api.c:176:10: error: too few arguments to function ‘gctx->stapi->create_context’
make[4]: *** [common/egl_g3d_api.o] Error 1
make[4]: Leaving directory `/home/jos/src/xorg/git-master/mesa/src/gallium/state_trackers/egl'
make[3]: *** [subdirs] Error 1
make[3]: Leaving directory `/home/jos/src/xorg/git-master/mesa/src/gallium/state_trackers'
make[2]: *** [default] Error 1
make[2]: Leaving directory `/home/jos/src/xorg/git-master/mesa/src/gallium'
make[1]: *** [subdirs] Error 1
make[1]: Leaving directory `/home/jos/src/xorg/git-master/mesa/src'
make: *** [default] Error 1
---
Comment 1 Jos van Wolput 2011-12-24 06:07:13 UTC
Fixed, 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.