Forgot to CC the list. :)

----- Original Message -----
From: Keith Harrison <[EMAIL PROTECTED]>
To: Petr Sebor <[EMAIL PROTECTED]>
Sent: Sunday, September 26, 1999 10:33 PM
Subject: Re: [Mesa-dev] [Mesa-bug] Mesa 3.1b3 bugs?


>
> ----- Original Message -----
> From: Petr Sebor <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, September 24, 1999 8:26 AM
> Subject: [Mesa-dev] [Mesa-bug] Mesa 3.1b3 bugs?
>
>
> > Hi folks,
> >
> > I have downloaded beta3 yesterday a gave it a try. First, compile-time
> > problems ( compiling for Win32, MSVC6.0 3dfx, using nasm ) :
> >
> > I had to comment line 114 in include/gl.h
> > #include <gl/mesa_wgl.h>
> > since there is not such file in distribution and I couldnt finish
compile
> > with this line present.
>
> I've just successfully done a Win32 compile with VC6 (SP3). I added
"#define
> <windows.h>" into the Mesa GL\gl.h file:
>
> #if !defined(OPENSTEP) && (defined(__WIN32__) || defined(__CYGWIN32__))
> #include <windows.h> // Added by K.H.
> # pragma warning( disable : 4244 ) /* '=' : conversion from 'const double
'
> to 'float ', possible loss of data */
>
> Regards,
>
> Keith Harrison
> SiO2 Software.
> Birmingham, UK.
> [EMAIL PROTECTED] (personal)
> [EMAIL PROTECTED] (work)
>
>



_______________________________________________
Mesa-dev maillist  -  [EMAIL PROTECTED]
http://lists.mesa3d.org/mailman/listinfo/mesa-dev

Reply via email to