Kai Schütz wrote:
>
> Thomas Tanner wrote:
> > ... who has finished converting Mesa to autoconf.
> >
> > I need testers, please !!.
> >
> > Please checkout the experimental-1 branch or download the
> > current snapshot http://picasso.ffii.org/mesa/mesa-exp.tar.gz
>
> Ok, I tested the packet: (If got a PentiumPro, Debian 2.1 System)
>
> # ./configure
> # make
>
> The make just gave me one warning:(OK, this has got nothing to do with
> autoconf, but nevertheless...)
>
> tritemp.h: In function `general_textured_triangle':
> In file included from triangle.c:990:
> tritemp.h:941: warning: passing arg 10 of `gl_write_texture_span' discards
> `const' from pointer target type
>
> It figured out correctly to enable mmx, asm and 3Dnow. It also enabled -DSVGA
> ??? I want X11 !
>
> And where have the libraries gone ? I finally found them under mysterious hidden
> ".libs" paths ?! What is this good for ? And how do I compile the demos in the
> varous directories ? Do I have to "make" each target on it's own ?
>
> # make install
>
> Installed a lot of stuff under /usr/local. Why is the library-version
> 2.1.2 ? Isn't this supposed to be version 3.1 ?
>
> Trying to compile any program gave me just the following:
>
> ../src/.libs/libMesaGL.so: undefined reference to `force_init_prof'
Urp! That's mine... There should be two files in the build highpc.c and
lowpc.c, one of which contains the func. But the function is a debug
hook & shouldn't have been committed. I've removed it from the cvs
branch - I don't know where you are getting the source from.
Keith
_______________________________________________
Mesa-dev maillist - [EMAIL PROTECTED]
http://lists.mesa3d.org/mailman/listinfo/mesa-dev