<p dir="ltr"><br>
On Mar 13, 2013 9:25 AM, "Kenneth Graunke" <<a href="mailto:kenneth@whitecape.org">kenneth@whitecape.org</a>> wrote:<br>
><br>
> On 03/13/2013 06:07 AM, Adrian M Negreanu wrote:<br>
>><br>
>> Hi,<br>
>><br>
>> I have tested your changes but it looks like they fail to compile on Android.<br>
>><br>
>><br>
>> ==================================================<br>
>> Tested the patch(es) on top of the following commits:<br>
>> f7ef83c scons: Define PACKAGE_xxx<br>
>> 6f86b93 docs: rewrite the OSMesa info / instructions<br>
>> 79eac7d configure: wire-up new OSMesa gallium state tracker and target<br>
>> be51f12 target/osmesa: add new Makefile.am<br>
>> 94263da targets/osmesa: new OSMesa gallium target<br>
>> 7114b6a st/osmesa: add new Makefile.am<br>
>> 73436a9 st/osmesa: new OSMesa gallium state tracker<br>
>><br>
>> ===================================================<br>
>> Failed to build for "android""<br>
>><br>
>> f7ef83c scons: Define PACKAGE_xxx<br>
>> 6f86b93 docs: rewrite the OSMesa info / instructions<br>
>> 79eac7d configure: wire-up new OSMesa gallium state tracker and target<br>
>> be51f12 target/osmesa: add new Makefile.am<br>
>> 94263da targets/osmesa: new OSMesa gallium target<br>
>> 7114b6a st/osmesa: add new Makefile.am<br>
>> 73436a9 st/osmesa: new OSMesa gallium state tracker<br>
>> src/mesa/drivers/dri/i965/brw_state_dump.c: In function<br>
>> 'dump_depth_stencil_state':<br>
>> src/mesa/drivers/dri/i965/brw_state_dump.c:373:71: warning: pointer of<br>
>> type 'void *' used in arithmetic [-Wpointer-arith]<br>
>> src/mesa/drivers/dri/i965/brw_state_dump.c: In function 'dump_cc_state_gen6':<br>
>> src/mesa/drivers/dri/i965/brw_state_dump.c:407:68: warning: pointer of<br>
>> type 'void *' used in arithmetic [-Wpointer-arith]<br>
>> src/mesa/drivers/dri/i965/brw_state_dump.c: In function 'dump_scissor':<br>
>> src/mesa/drivers/dri/i965/brw_state_dump.c:436:65: warning: pointer of<br>
>> type 'void *' used in arithmetic [-Wpointer-arith]<br>
>> src/mesa/drivers/dri/i965/brw_state_dump.c: In function 'dump_vs_constants':<br>
>> src/mesa/drivers/dri/i965/brw_state_dump.c:449:49: warning: pointer of<br>
>> type 'void *' used in arithmetic [-Wpointer-arith]<br>
>> src/mesa/drivers/dri/i965/brw_state_dump.c:450:47: warning: pointer of<br>
>> type 'void *' used in arithmetic [-Wpointer-arith]<br>
>> src/mesa/drivers/dri/i965/brw_state_dump.c: In function 'dump_wm_constants':<br>
>> src/mesa/drivers/dri/i965/brw_state_dump.c:466:49: warning: pointer of<br>
>> type 'void *' used in arithmetic [-Wpointer-arith]<br>
>> src/mesa/drivers/dri/i965/brw_state_dump.c:467:47: warning: pointer of<br>
>> type 'void *' used in arithmetic [-Wpointer-arith]<br>
>> src/mesa/drivers/dri/i965/brw_state_dump.c: In function 'dump_binding_table':<br>
>> src/mesa/drivers/dri/i965/brw_state_dump.c:483:50: warning: pointer of<br>
>> type 'void *' used in arithmetic [-Wpointer-arith]<br>
>> src/mesa/drivers/dri/i965/brw_state_dump.c: In function 'dump_prog_cache':<br>
>> src/mesa/drivers/dri/i965/brw_state_dump.c:511:33: warning: pointer of<br>
>> type 'void *' used in arithmetic [-Wpointer-arith]<br>
>> src/mesa/drivers/dri/i965/brw_vs_surface_state.c: In function<br>
>> 'brw_upload_vs_pull_constants':<br>
>> src/mesa/drivers/dri/i965/brw_vs_surface_state.c:77:40: warning:<br>
>> pointer of type 'void *' used in arithmetic [-Wpointer-arith]<br>
>> src/mesa/main/errors.c: In function '_mesa_problem':<br>
>> src/mesa/main/errors.c:851:15: error: 'PACKAGE_VERSION' undeclared<br>
>> (first use in this function)<br>
><br>
><br>
> That's definitely Matt's build system changes, not my code.</p>
<p dir="ltr">It was an automated message but after checking the merged patches I've seen Matt patch on replacing the MESA PACKAGE variable. Apologies for the wrong report.<br>
</p>