[prev in list] [next in list] [prev in thread] [next in thread] 

List:       mesa3d-users
Subject:    Re: [Mesa-users] Newbie - Compiling Mesa on Windows 8
From:       Keith Kriewall <Keith.Kriewall () Attachmate ! com>
Date:       2013-04-05 21:07:20
Message-ID: 8FAD3D88B7C81C4CB63FBD6DE6855B415320CFBE () SEAXMB01 ! attachmate ! com
[Download RAW message or body]

[Attachment #2 (text/plain)]

Hi Connie,

I just checked and scons doesn't need the yacc.exe / lex.exe copies.  (Those are the \
non-Windows binary names.)  I ran into that requirement with another build system (I \
forget which).  Please disregard.

Thanks,

-Keith

From: Maria Benedetta Astoria [mailto:RoyalMailAccount@gmx.de]
Sent: Friday, April 05, 2013 12:23 PM
To: Keith Kriewall
Cc: mesa-users@lists.freedesktop.org
Subject: Aw: RE: [Mesa-users] Newbie - Compiling Mesa on Windows 8


Hi Keith,

great - it worked! Thank you so much.
Just out of curiosity - why do i have to rename them to yacc.exe and lex.exe?

Connie

Gesendet: Freitag, 05. April 2013 um 21:03 Uhr
Von: "Keith Kriewall" \
                <Keith.Kriewall@Attachmate.com<mailto:Keith.Kriewall@Attachmate.com>>
An: "'Maria Benedetta Astoria'" \
<RoyalMailAccount@gmx.de<mailto:RoyalMailAccount@gmx.de>>, \
"mesa-users@lists.freedesktop.org<mailto:mesa-users@lists.freedesktop.org>" \
                <mesa-users@lists.freedesktop.org<mailto:mesa-users@lists.freedesktop.org>>
                
Betreff: RE: [Mesa-users] Newbie - Compiling Mesa on Windows 8
Hi Connie,

You can build specific targets with scons, for example the following builds only the \
software renderer:

scons libgl-gdi

As for your compile error, it may not be picking up the bison/flex tools (or a late \
enough version of them).  I installed these with ..

Mingw-get install msys msys-flex msys-bison

.. but then copied bison.exe as yacc.exe, and flex.exe as lex.exe, in folder \
..\msys\1.0\bin.

Hope this helps,

-Keith

From: mesa-users-bounces+keith.kriewall=attachmate.com@lists.freedesktop.org<mailto:mesa-users-bounces+keith.kriewall=attachmate.com@lists.freedesktop.org> \
[mailto:mesa-users-bounces+keith.kriewall=attachmate.com@lists.freedesktop.org] On \
                Behalf Of Maria Benedetta Astoria
Sent: Friday, April 05, 2013 11:49 AM
To: mesa-users@lists.freedesktop.org<mailto:mesa-users@lists.freedesktop.org>
Subject: [Mesa-users] Newbie - Compiling Mesa on Windows 8

Dear all,

I'm trying to get Mesa installed on a Windows 8 plattform with scons.
However there seem to be problems with glsl. I added the compiler output at the end.
Is there a way to exclude glsl from the process? We don't actually need it.

I would greatly appreciate any help! Thanks in advance.

Best,
Connie

==========================================================

D:\temp\Mesa-9.0>scons
scons: Reading SConscript files ...
Checking for X11 (x11 xext xdamage xfixes)... no
Checking for XCB (x11-xcb xcb-glx >= 1.8.1)... no
Checking for XF86VIDMODE (xxf86vm)... no
Checking for DRM (libdrm >= 2.4.24)... no
Checking for DRM_INTEL (libdrm_intel >= 2.4.30)... no
Checking for DRM_RADEON (libdrm_radeon >= 2.4.31)... no
Checking for XORG (xorg-server >= 1.6.0)... no
Checking for KMS (libkms >= 2.4.24)... no
Checking for UDEV (libudev > 150)... no
fatal: Not a git repository (or any of the parent directories): .git
warning: LLVM disabled: not building llvmpipe
scons: done reading SConscript files.
scons: warning: you do not seem to have the pywin32 extensions installed;
        parallel (-j) builds may not work reliably with open Python files.
File "C:\Python27\Scripts\scons.py", line 192, in <module>
scons: Building targets ...
  Linking build\windows-x86-debug\mapi\vgapi\libOpenVG.dll ...
   Bibliothek "build\windows-x86-debug\mapi\vgapi\libOpenVG.lib" und Objekt "bui
ld\windows-x86-debug\mapi\vgapi\libOpenVG.exp" werden erstellt.
  Generating src\mesa\main\dispatch.h ...
  Generating build\windows-x86-debug\glsl\glcpp\glcpp-lex.c ...
  Compiling build\windows-x86-debug\glsl\glcpp\glcpp-parse.c ...
glcpp-parse.c
  Generating src\mapi\glapi\glapitable.h ...
"src\glsl\glcpp\glcpp-lex.l", line 64: unrecognized %option: bison-bridge
"src\glsl\glcpp\glcpp-lex.l", line 65: unrecognized %option: extra-type
  Linking build\windows-x86-debug\gallium\targets\egl-static\libEGL.dll ...
scons: *** [build\windows-x86-debug\glsl\glcpp\glcpp-lex.c] Error 1
   Bibliothek "build\windows-x86-debug\gallium\targets\egl-static\libEGL.lib" un
d Objekt "build\windows-x86-debug\gallium\targets\egl-static\libEGL.exp" werden
erstellt.
src\glsl\glcpp\glcpp-parse.y(204) : warning C4244: 'Funktion': Konvertierung von
 'intmax_t' in 'int', möglicher Datenverlust
src\glsl\glcpp\glcpp-parse.y(207) : warning C4244: 'Funktion': Konvertierung von
 'intmax_t' in 'int', möglicher Datenverlust
src\glsl\glcpp\glcpp-parse.y(211) : warning C4244: '=': Konvertierung von 'intma
x_t' in 'int', möglicher Datenverlust
src\glsl\glcpp\glcpp-parse.y(219) : warning C4244: '=': Konvertierung von 'intma
x_t' in 'int', möglicher Datenverlust
src\glsl\glcpp\glcpp-parse.y(221) : warning C4244: '=': Konvertierung von 'intma
x_t' in 'int', möglicher Datenverlust
src\glsl\glcpp\glcpp-parse.y(342) : warning C4244: 'Funktion': Konvertierung von
 'intmax_t' in 'int', möglicher Datenverlust
src\glsl\glcpp\glcpp-parse.y(543) : warning C4244: 'Funktion': Konvertierung von
 'intmax_t' in 'int', möglicher Datenverlust
scons: building terminated because of errors.


[Attachment #3 (text/html)]

<html xmlns:v="urn:schemas-microsoft-com:vml" \
xmlns:o="urn:schemas-microsoft-com:office:office" \
xmlns:w="urn:schemas-microsoft-com:office:word" \
xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" \
xmlns="http://www.w3.org/TR/REC-html40"> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 14 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
	{font-family:Calibri;
	panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
	{font-family:Tahoma;
	panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
	{font-family:Verdana;
	panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0in;
	margin-bottom:.0001pt;
	font-size:12.0pt;
	font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
	{mso-style-priority:99;
	color:blue;
	text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
	{mso-style-priority:99;
	color:purple;
	text-decoration:underline;}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
	{mso-style-priority:99;
	mso-style-link:"Balloon Text Char";
	margin:0in;
	margin-bottom:.0001pt;
	font-size:8.0pt;
	font-family:"Tahoma","sans-serif";}
span.BalloonTextChar
	{mso-style-name:"Balloon Text Char";
	mso-style-priority:99;
	mso-style-link:"Balloon Text";
	font-family:"Tahoma","sans-serif";}
span.EmailStyle19
	{mso-style-type:personal-reply;
	font-family:"Calibri","sans-serif";
	color:#1F497D;}
.MsoChpDefault
	{mso-style-type:export-only;
	font-size:10.0pt;}
@page WordSection1
	{size:8.5in 11.0in;
	margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
	{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><span \
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D">Hi \
Connie,<o:p></o:p></span></p> <p class="MsoNormal"><span \
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>&nbsp;</o:p></span></p>
 <p class="MsoNormal"><span \
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D">I \
just checked and scons doesn't need the yacc.exe / lex.exe copies. &nbsp;(Those are \
the non-Windows binary names.) &nbsp;I ran into that requirement with another build  \
system (I forget which).&nbsp; Please disregard.<o:p></o:p></span></p> <p \
class="MsoNormal"><span \
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>&nbsp;</o:p></span></p>
 <p class="MsoNormal"><span \
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D">Thanks,<o:p></o:p></span></p>
 <p class="MsoNormal"><span \
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>&nbsp;</o:p></span></p>
 <p class="MsoNormal"><span \
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D">-Keith<o:p></o:p></span></p>
 <p class="MsoNormal"><span \
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>&nbsp;</o:p></span></p>
 <div>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal"><b><span \
style="font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;">From:</span></b><span \
style="font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;"> Maria \
Benedetta Astoria [mailto:RoyalMailAccount@gmx.de] <br>
<b>Sent:</b> Friday, April 05, 2013 12:23 PM<br>
<b>To:</b> Keith Kriewall<br>
<b>Cc:</b> mesa-users@lists.freedesktop.org<br>
<b>Subject:</b> Aw: RE: [Mesa-users] Newbie - Compiling Mesa on Windows \
8<o:p></o:p></span></p> </div>
</div>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<div>
<div>
<p class="MsoNormal"><span \
style="font-size:9.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;">&nbsp; \
<o:p></o:p></span></p> <div>
<div>
<p class="MsoNormal"><span \
style="font-size:9.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;">Hi \
Keith,<o:p></o:p></span></p> </div>
<div>
<p class="MsoNormal"><span \
style="font-size:9.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;">&nbsp;<o:p></o:p></span></p>
 </div>
<div>
<p class="MsoNormal"><span \
style="font-size:9.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;">great \
- it worked! Thank you so much.<o:p></o:p></span></p> </div>
<div>
<p class="MsoNormal"><span \
style="font-size:9.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;">Just \
out of curiosity - why do i have to rename them to yacc.exe and \
lex.exe?<o:p></o:p></span></p> </div>
<div>
<p class="MsoNormal"><span \
style="font-size:9.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;">&nbsp;<o:p></o:p></span></p>
 </div>
<div>
<p class="MsoNormal"><span \
style="font-size:9.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;">Connie<o:p></o:p></span></p>
 </div>
<div>
<p class="MsoNormal"><span \
style="font-size:9.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;">&nbsp;<o:p></o:p></span></p>
 </div>
<div style="border:none;border-left:solid #C3D9E5 1.5pt;padding:0in 0in 0in \
8.0pt;margin-left:7.5pt;margin-top:7.5pt;margin-right:3.75pt;margin-bottom:3.75pt;word-wrap: \
break-word;-webkit-nbsp-mode: space;-webkit-line-break: after-white-space" \
name="quote"> <div style="margin-bottom:7.5pt">
<p class="MsoNormal"><b><span \
style="font-size:9.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;">Gesendet:</span></b><span \
style="font-size:9.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;">&nbsp;Freitag, \
05. April 2013 um 21:03 Uhr<br> <b>Von:</b>&nbsp;&quot;Keith Kriewall&quot; &lt;<a \
href="mailto:Keith.Kriewall@Attachmate.com">Keith.Kriewall@Attachmate.com</a>&gt;<br> \
<b>An:</b>&nbsp;&quot;'Maria Benedetta Astoria'&quot; &lt;<a \
href="mailto:RoyalMailAccount@gmx.de">RoyalMailAccount@gmx.de</a>&gt;, &quot;<a \
href="mailto:mesa-users@lists.freedesktop.org">mesa-users@lists.freedesktop.org</a>&quot; \
&lt;<a href="mailto:mesa-users@lists.freedesktop.org">mesa-users@lists.freedesktop.org</a>&gt;<br>
 <b>Betreff:</b>&nbsp;RE: [Mesa-users] Newbie - Compiling Mesa on Windows \
8<o:p></o:p></span></p> </div>
<div name="quoted-content">
<div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span \
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D">Hi \
Connie,</span><o:p></o:p></p> <p class="MsoNormal" \
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span \
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D">&nbsp;</span><o:p></o:p></p>
 <p class="MsoNormal" \
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span \
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D">You \
can build specific targets with scons, for example the following builds only the \
software renderer:</span><o:p></o:p></p> <p class="MsoNormal" \
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span \
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D">&nbsp;</span><o:p></o:p></p>
 <p class="MsoNormal" \
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">scons \
libgl-gdi<o:p></o:p></p> <p class="MsoNormal" \
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span \
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D">&nbsp;</span><o:p></o:p></p>
 <p class="MsoNormal" \
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span \
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D">As \
for your compile error, it may not be picking up the bison/flex tools (or a late \
enough version  of them).&nbsp; I installed these with ..</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span \
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D">&nbsp;</span><o:p></o:p></p>
 <p class="MsoNormal" \
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">Mingw-get install msys \
msys-flex msys-bison<o:p></o:p></p> <p class="MsoNormal" \
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span \
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D">&nbsp;</span><o:p></o:p></p>
 <p class="MsoNormal" \
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span \
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D">.. \
but then copied bison.exe as yacc.exe, and flex.exe as lex.exe, in folder \
..\msys\1.0\bin.</span><o:p></o:p></p> <p class="MsoNormal" \
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span \
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D">&nbsp;</span><o:p></o:p></p>
 <p class="MsoNormal" \
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span \
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D">Hope \
this helps,</span><o:p></o:p></p> <p class="MsoNormal" \
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span \
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D">&nbsp;</span><o:p></o:p></p>
 <p class="MsoNormal" \
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span \
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D">-Keith</span><o:p></o:p></p>
 <p class="MsoNormal" \
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span \
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D">&nbsp;</span><o:p></o:p></p>
 <div>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal" \
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><b><span \
style="font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;">From:</span></b><span \
style="font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;"> <a \
href="mailto:mesa-users-bounces&#43;keith.kriewall=attachmate.com@lists.freedesktop.org">
 mesa-users-bounces&#43;keith.kriewall=attachmate.com@lists.freedesktop.org</a> [<a \
href="mailto:mesa-users-bounces&#43;keith.kriewall=attachmate.com@lists.freedesktop.or \
g">mailto:mesa-users-bounces&#43;keith.kriewall=attachmate.com@lists.freedesktop.org</a>]
 <b>On Behalf Of </b>Maria Benedetta Astoria<br>
<b>Sent:</b> Friday, April 05, 2013 11:49 AM<br>
<b>To:</b> <a href="mailto:mesa-users@lists.freedesktop.org">mesa-users@lists.freedesktop.org</a><br>
 <b>Subject:</b> [Mesa-users] Newbie - Compiling Mesa on Windows \
8</span><o:p></o:p></p> </div>
</div>
<p class="MsoNormal" \
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">&nbsp;<o:p></o:p></p> \
<div> <p class="MsoNormal" \
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span \
style="font-size:9.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;">Dear \
all,</span><o:p></o:p></p> </div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span \
style="font-size:9.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;">&nbsp;</span><o:p></o:p></p>
 </div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span \
style="font-size:9.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;">I'm \
trying to get Mesa installed on a Windows 8 plattform with \
scons.</span><o:p></o:p></p> </div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span \
style="font-size:9.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;">However \
there seem to be problems with glsl. I added the compiler output at the \
end.</span><o:p></o:p></p> </div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span \
style="font-size:9.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;">Is \
there a way to exclude glsl from the process? We don't actually need \
it.</span><o:p></o:p></p> </div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span \
style="font-size:9.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;">&nbsp;</span><o:p></o:p></p>
 </div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span \
style="font-size:9.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;">I \
would greatly appreciate any help! Thanks in advance.</span><o:p></o:p></p> </div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span \
style="font-size:9.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;">&nbsp;</span><o:p></o:p></p>
 </div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span \
style="font-size:9.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;">Best,</span><o:p></o:p></p>
 </div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span \
style="font-size:9.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;">Connie<br>
 <br>
========================================================== </span><o:p></o:p></p>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><br>
<span style="font-size:9.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;">D:\temp\Mesa-9.0&gt;scons<br>
                
scons: Reading SConscript files ...<br>
Checking for X11 (x11 xext xdamage xfixes)... no<br>
Checking for XCB (x11-xcb xcb-glx &gt;= 1.8.1)... no<br>
Checking for XF86VIDMODE (xxf86vm)... no<br>
Checking for DRM (libdrm &gt;= 2.4.24)... no<br>
Checking for DRM_INTEL (libdrm_intel &gt;= 2.4.30)... no<br>
Checking for DRM_RADEON (libdrm_radeon &gt;= 2.4.31)... no<br>
Checking for XORG (xorg-server &gt;= 1.6.0)... no<br>
Checking for KMS (libkms &gt;= 2.4.24)... no<br>
Checking for UDEV (libudev &gt; 150)... no<br>
fatal: Not a git repository (or any of the parent directories): .git<br>
warning: LLVM disabled: not building llvmpipe<br>
scons: done reading SConscript files.</span><o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span \
style="font-size:9.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;">scons: \
warning: you do not seem to have the pywin32 extensions installed;<br> \
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; parallel (-j) builds may not work reliably \
with open Python files.<br> File &quot;C:\Python27\Scripts\scons.py&quot;, line 192, \
                in &lt;module&gt;<br>
scons: Building targets ...<br>
&nbsp; Linking build\windows-x86-debug\mapi\vgapi\libOpenVG.dll ...<br>
&nbsp;&nbsp; Bibliothek &quot;build\windows-x86-debug\mapi\vgapi\libOpenVG.lib&quot; \
und Objekt &quot;bui<br> ld\windows-x86-debug\mapi\vgapi\libOpenVG.exp&quot; werden \
erstellt.<br> &nbsp; Generating src\mesa\main\dispatch.h ...<br>
&nbsp; Generating build\windows-x86-debug\glsl\glcpp\glcpp-lex.c ...<br>
&nbsp; Compiling build\windows-x86-debug\glsl\glcpp\glcpp-parse.c ...<br>
glcpp-parse.c<br>
&nbsp; Generating src\mapi\glapi\glapitable.h ...<br>
&quot;src\glsl\glcpp\glcpp-lex.l&quot;, line 64: unrecognized %option: \
bison-bridge<br> &quot;src\glsl\glcpp\glcpp-lex.l&quot;, line 65: unrecognized \
%option: extra-type<br> &nbsp; Linking \
                build\windows-x86-debug\gallium\targets\egl-static\libEGL.dll ...<br>
scons: *** [build\windows-x86-debug\glsl\glcpp\glcpp-lex.c] Error 1<br>
&nbsp;&nbsp; Bibliothek \
&quot;build\windows-x86-debug\gallium\targets\egl-static\libEGL.lib&quot; un<br> d \
Objekt &quot;build\windows-x86-debug\gallium\targets\egl-static\libEGL.exp&quot; \
werden<br> erstellt.<br>
src\glsl\glcpp\glcpp-parse.y(204) : warning C4244: 'Funktion': Konvertierung von<br>
&nbsp;'intmax_t' in 'int', möglicher Datenverlust<br>
src\glsl\glcpp\glcpp-parse.y(207) : warning C4244: 'Funktion': Konvertierung von<br>
&nbsp;'intmax_t' in 'int', möglicher Datenverlust<br>
src\glsl\glcpp\glcpp-parse.y(211) : warning C4244: '=': Konvertierung von 'intma<br>
x_t' in 'int', möglicher Datenverlust<br>
src\glsl\glcpp\glcpp-parse.y(219) : warning C4244: '=': Konvertierung von 'intma<br>
x_t' in 'int', möglicher Datenverlust<br>
src\glsl\glcpp\glcpp-parse.y(221) : warning C4244: '=': Konvertierung von 'intma<br>
x_t' in 'int', möglicher Datenverlust<br>
src\glsl\glcpp\glcpp-parse.y(342) : warning C4244: 'Funktion': Konvertierung von<br>
&nbsp;'intmax_t' in 'int', möglicher Datenverlust<br>
src\glsl\glcpp\glcpp-parse.y(543) : warning C4244: 'Funktion': Konvertierung von<br>
&nbsp;'intmax_t' in 'int', möglicher Datenverlust<br>
scons: building terminated because of errors.</span><o:p></o:p></p>
</div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span \
style="font-size:9.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;">&nbsp;</span><o:p></o:p></p>
 </div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>



_______________________________________________
mesa-users mailing list
mesa-users@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-users

--===============0005798177==--

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic