Cross compiling for Xming.exe since Mesa merge
Brian Paul
brian.paul at tungstengraphics.com
Thu Aug 25 11:20:44 PDT 2005
Colin Harrison wrote:
> Hi,
>
> Things have moved on. Here is my latest solution.
>
> To cross compile Xming.exe using the xorg/xc CVS tree:-
> make World CROSSCOMPILEDIR=/usr/local/cross-tools/i386-mingw32msvc/bin
> LOCAL_LDFLAGS=-mwindows
> (requires pthreads library to be compiled by Mingw first, see below)
>
> The following three patches are required:-
>
> --- ./extras/Mesa/include/GL/save_glxext.h 2005-08-11
> 23:44:06.000000000 +0100
> +++ ./extras/Mesa/include/GL/glxext.h 2005-08-11 23:51:36.000000000 +0100
> @@ -347,6 +347,8 @@
> #include <inttypes.h>
> #elif defined(__SCO__) || defined(__USLC__)
> #include <stdint.h>
> +#elif defined(WIN32) && defined(__GNUC__)
> +#include <stdint.h>
> #endif
>
> #ifndef GLX_VERSION_1_3
This was done in Mesa 6.3.2 but it hasn't been imported into the X.org
tree yet.
-Brian
More information about the xorg
mailing list