Re: [Mesa3d-dev] Re: Missing symbol _tnl_init_c_codegen

2004-07-01 Thread Keith Whitwell
Dave Airlie wrote: I've get that for r200 too. Seems to be related to the t_vertex.c codegen addition. Maybe t_vertex_c.o doesn't get linked in? Yes, it's my fault. I can't wait until we can stop trying to track Mesa directly from DRI cvs. I'll commit the fixes once I've rebuilt a DRI tree. not s

Re: Missing symbol _tnl_init_c_codegen

2004-07-01 Thread Dave Airlie
> > > > > > I've get that for r200 too. Seems to be related to the t_vertex.c codegen > > addition. Maybe t_vertex_c.o doesn't get linked in? > > Yes, it's my fault. I can't wait until we can stop trying to track Mesa > directly from DRI cvs. > > I'll commit the fixes once I've rebuilt a DRI tree.

Re: Missing symbol _tnl_init_c_codegen

2004-06-30 Thread Keith Whitwell
Roland Scheidegger wrote: Thomas Hellström wrote: Hi! I'm trying to compile the unichrome_dri.so driver in the xc tree with latest Mesa cvs. When the driver is loaded I get a missing symbol _tnl_init_c_codegen. Something new I've left out? I've get that for r200 too. Seems to be related to the

Re: Missing symbol _tnl_init_c_codegen

2004-06-30 Thread Roland Scheidegger
Thomas Hellström wrote: Hi! I'm trying to compile the unichrome_dri.so driver in the xc tree with latest Mesa cvs. When the driver is loaded I get a missing symbol _tnl_init_c_codegen. Something new I've left out? I've get that for r200 too. Seems to be related to the t_vertex.c codegen additio