Am Freitag, 25. Juni 2004 00:10 schrieb Ian Romanick:
> Dieter Nützel wrote:
> > Am Mittwoch, 23. Juni 2004 02:22 schrieb Ian Romanick:
> >>This patch also still requires you to manually generate glapi_x86.S by
> >>doing:
> >>
> >>cd src/mesa/glapi
> >>python2 ./gl_x86_asm.py > ../x86/glapi_x86.S
> >
> > With and without I get this in _normal_ DRI CVS:
>
> You probably need to rebuild everything.

That's my _daily_ work...

time nice +19 make -j20 realclean
find -name '*.o' | xargs rm
find -name '*.a' | xargs rm
find -name '*.so' | xargs rm
/opt/Mesa> du -s
46188   .
time nice +19 make -j20 linux-x86

1:30 later I got normally a working Mesa CVS.
Then I went to DRI CVS...

> glapi_x86.S used to get linked 
> with the drivers in the Mesa tree, adn this caused problems with some of
> the changes in the most recent patch.  I changed the 'sources' file in
> the Mesa tree, and that probably impacts the Makefiles in the DRI tree.
>   If that doesn't fix things, I'm not really sure what the problem could
> be.

SuSE 9.0 with glibc-2.3.3 ;-)

/opt/Mesa> python -V
Python 2.3+

/opt/Mesa> gcc --version
gcc (GCC) 3.3.1 (SuSE Linux)

/opt/Mesa> cd src/mesa/glapi
mesa/glapi> l gl_x86_asm.py
-rw-r--r--    1 nuetzel  users        3908 2004-05-18 20:33 gl_x86_asm.py
mesa/glapi> python ./gl_x86_asm.py > ../x86/glapi_x86.S
/opt/Mesa/src/mesa/glapi/gl_XML.py:89: FutureWarning: int('0...', 0): sign 
will change in Python 2.4
  self.value = int(attrs.get('value', "0x0000"), 0)
mesa/glapi> l ../x86/glapi_x86.S
-rw-r--r--    1 nuetzel  users       41615 2004-06-25 11:01 ../x86/glapi_x86.S

I've attached glapi_x86.S.bz2.

Thanks,
        Dieter

Attachment: glapi_x86.S.bz2
Description: BZip2 compressed data

Reply via email to