On Mon, May 28, 2001 at 09:27:34AM -0400, Mike A. Harris wrote:
> ../../../../../../config/makedepend/makedepend: warning:
> tdfx_context.c: 119: #error "Unknown OS"
> "tdfx_context.c":97:  defined __cplusplus ? __GNUC_PREREQ (2, 6)
> : __GNUC_PREREQ (2, 4)
>                                                           ^---
> expecting :
> ../../../../../../config/makedepend/makedepend: warning:
> tdfx_context.c: 517: #error You MUST upgrade your Glide3
> libraries and headers.
> ../../../../../../config/makedepend/makedepend: warning:
> tdfx_context.c: 518: #error Get the latest from http:
> 
This is actually the fault of makedepend.

> I've got the latest Glide3 sources taken from
> glide.sourceforge.net CVS as of May 20, 2001.  The above message
> is printed during building 4.0.99.900 stock.  Is there a newer
> Glide3 than what is on sourceforge?  If so, please list the
> instructions for obtaining it.
> 
That is the correct sources.

> Also, I notice the preprocessor error message is broken at
> "http:", which is probably because someone did not escape the //,
> and it is being interpreted as a C++ comment.
> 
> After looking at the full comment in:
> xc/lib/GL/mesa/src/drv/tdfx/tdfx_context.h
> 
> #ifndef GR_STIPPLE_PATTERN
> #error You MUST upgrade your Glide3 libraries and headers.
> #error Get the latest from http://dri.sourceforge.net/res.phtml
> #endif
> 
> it appears I'm correct..  ;o)  Someone might want to update that.
> 
> Going to the URL above and looking for Glide information I find
> only links to download binary only Glide libraries and a tarball
> of the Glide headers.  Of course neither is useful because as a
> distribution vendor I (we) need raw sources for Glide.
> 
> So, I'm at a loss now as for what version of the Glide source
> code is the proper one to be using with 4.0.99.900, or if this is
> a bug in Glide3 or XFree86?  I was under the impression that the
> glide project on sourceforge was the official Glide repository.
> 
> Can someone clear this up for me?  Thanks.
> 
You are using the correct stuff if you've got it from the glide project
at sourceforge. It's purely the fault of makedepend. If you get the
error when building, then you have a problem with older libs/includes.

Alan.

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

Reply via email to