Dieter N�tzel wrote:
> 
> Sorry that I botther you and yes I know it IS under development but I will
> try it on my V5 because I found some glitches in the trunk (more on this
> tomorrow).
> 
> Which configuration are you using?
> The old style or some "configure" stuff?
> Mesa-3.5 is there and I have the right line to it in host.def.
> 
> So what's up?
> 
> Thanks,
>         Dieter
> 
> gcc -o gen_matypes  -O -mcpu=k6 -fomit-frame-pointer
> -mpreferred-stack-boundary=2 -malign-functions=4 -fschedule-insns2
> -fexpensive-optimizations  -ansi -Wall -Wpointer-arith -Wstrict-prototypes
> -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -pipe
> -I../../../../../lib/X11 -I../../../../../include/extensions -I../include
> -I../../include -I../../dri -I.. -I../../../include  -I../../../../..
> -I../../../../../exports/include  -Dlinux -D__i386__
> -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE
> -D_SVID_SOURCE  -D_GNU_SOURCE   -DFUNCPROTO=15 -DNARROWPROTO
> -DUSE_MAKEDEPEND -DMALLOC_0_RETURNS_NULL -DGLXEXT -DXF86DRI
> -DGLX_DIRECT_RENDERING -DGLX_USE_DLOPEN -DGLX_USE_MESA  -DFX -DUSE_X86_ASM
> -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM   gen_matypes.c
> -Wl,-rpath-link,../../../../../exports/lib
> In file included from gen_matypes.c:40:
> ../glheader.h:180: glcore.h: Datei oder Verzeichnis nicht gefunden
> In file included from gen_matypes.c:41:
> ../mtypes.h:52: warning: `CHAN_MAX' redefined
> ../config.h:160: warning: this is the location of the previous definition
> ../mtypes.h:53: warning: `CHAN_MAXF' redefined
> ../config.h:161: warning: this is the location of the previous definition
> In file included from gen_matypes.c:41:
> ../mtypes.h:115: redefinition of `GLcontext'
> ../config.h:197: `GLcontext' previously declared here
> ../mtypes.h:1104: field `Visual' has incomplete type
> In file included from ../mtypes.h:1374,
>                  from gen_matypes.c:41:
> ../dd.h:798: parse error before `points_func'


src/X86/Makefile.am was out of date.  I've checked in some updates.

However, the x86 sources still aren't compiling for me.  Even when
I explicitly do ./configure --enable-x86 the x86 sources aren't being
compiled.

I don't know what the problem is.  Perhaps someone who knows automake
better can take a look.

Otherwise, the old-style Makefiles work fine.

-Brian

_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to