Folks-<br><br>I got the latest git reepository of mesa and dir. I performed an autogen.sh showing packages correctly installed according to its check. When I make the code, I get the following errors when it tries to build the i965_dri.so;<br>
<br>./.libs/i965_dri.so: undefined reference to `ralloc_context'<br>./.libs/i965_dri.so: undefined reference to `_mesa_update_framebuffer'<br>./.libs/i965_dri.so: undefined reference to `_mesa_lookup_renderbuffer'<br>
./.libs/i965_dri.so: undefined reference to `_mesa_framebuffer_renderbuffer'<br>./.libs/i965_dri.so: undefined reference to `_mesa_init_vertex_program'<br>./.libs/i965_dri.so: undefined reference to `glsl_type::uint_type'<br>
./.libs/i965_dri.so: undefined reference to `ir_print_visitor::ir_print_visitor()'<br>./.libs/i965_dri.so: undefined reference to `_swrast_Bitmap'<br>./.libs/i965_dri.so: undefined reference to `ir_hierarchical_visitor::visit_enter(ir_assignment*)'<br>
./.libs/i965_dri.so: undefined reference to `_mesa_is_format_integer_color'<br>./.libs/i965_dri.so: undefined reference to `hash_table_dtor'<br>./.libs/i965_dri.so: undefined reference to `_mesa_warning'<br>./.libs/i965_dri.so: undefined reference to `_mesa_get_incomplete_framebuffer'<br>
./.libs/i965_dri.so: undefined reference to `_mesa_destroy_shader_compiler'<br>./.libs/i965_dri.so: undefined reference to `ir_hierarchical_visitor::visit_leave(ir_expression*)'<br>./.libs/i965_dri.so: undefined reference to `glsl_type::get_array_instance(glsl_type const*, unsigned int)'<br>
./.libs/i965_dri.so: undefined reference to `_tnl_CreateContext'<br>./.libs/i965_dri.so: undefined reference to `_mesa_enable_extension'<br>./.libs/i965_dri.so: undefined reference to `ir_variable::determine_interpolation_mode(bool)'<br>
./.libs/i965_dri.so: undefined reference to `_mesa_lookup_enum_by_nr'<br>./.libs/i965_dri.so: undefined reference to `_mesa_clip_copytexsubimage'<br>./.libs/i965_dri.so: undefined reference to `ir_hierarchical_visitor::visit(ir_loop_jump*)'<br>
./.libs/i965_dri.so: undefined reference to `_swrast_InvalidateState'<br>./.libs/i965_dri.so: undefined reference to `ir_hierarchical_visitor::visit_leave(ir_function*)'<br>./.libs/i965_dri.so: undefined reference to `_mesa_meta_CopyTexSubImage1D'<br>
<br>etc. There are several of the lack of definitions.<br><br>What am I doing wrong, or do I need to do in addition to avoid these errors?<br><br>Thanks-<br><br>-Steve Farris<br>