<br>Hi Vincent :),<br><br>&gt;this is usually for cross compilation on linux. As the user is
certainly on Windows, using MSYS/MinGW, setting the host is not
&gt;correct.<br><br>@@ -67,8 +67,11 @@ The following lists the process I used to compile XCB under MinGW on my Debian s<br><br>I have done the development/testing of the win32 port mostly using the mingw32 cross compiler on my debian system hence the --host. I agree that a note should probably be put stating that --host is required only if you are are cross compiling.<br>
<br>Have you tried the win32 code from the main tree i.e. not on my github repo? I am interested in seeing if there is any kind of performance difference between using xcb on win32 or on linux.  <br><br>Bye for now<br><br>
<div class="gmail_quote">On Tue, Nov 23, 2010 at 3:43 PM, Vincent Torri <span dir="ltr">&lt;<a href="mailto:vtorri@univ-evry.fr">vtorri@univ-evry.fr</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
<br>
On Tue, 23 Nov 2010, XCB site wrote:<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
win32port.mdwn |    3 +++<br>
1 file changed, 3 insertions(+)<br>
<br>
New commits:<br>
commit 5a60ebc82fa1f03ef2f60d6632a136421bf47dda<br>
Author: rgs &lt;rgs@web&gt;<br>
Date:   Tue Nov 23 02:06:59 2010 -0800<br>
<br>
diff --git a/win32port.mdwn b/win32port.mdwn<br>
index b3700e0..1fd8c7d 100644<br>
--- a/win32port.mdwn<br>
+++ b/win32port.mdwn<br>
@@ -67,8 +67,11 @@ The following lists the process I used to compile XCB under MinGW on my Debian s<br>
-- compiled and installed x11proto under standard linux ./autogen &amp;&amp; make &amp;&amp; make install....then copied the headers from /usr/local/include/X11 to /use/i586-mingw32msvc/include physically.<br>
<br>
-- Compiled the DLL version of libXau:<br>
+<br>
* ./autogen.sh --host=i586-mingw32msvc<br>
</blockquote>
<br>&gt;this is usually for cross compilation on linux. As the user is certainly on Windows, using MSYS/MinGW, setting the host is not &gt;correct.<br>
<br>
Vincent torri<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
+<br>
* make<br>
+<br>
* make install<br>
<br>
-- Compiled and installed the pthread-win32 library (&lt;<a href="http://sourceware.org/pthreads-win32/" target="_blank">http://sourceware.org/pthreads-win32/</a>&gt;)<br>
_______________________________________________<br>
xcb-commit mailing list<br>
<a href="mailto:xcb-commit@lists.freedesktop.org" target="_blank">xcb-commit@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/xcb-commit" target="_blank">http://lists.freedesktop.org/mailman/listinfo/xcb-commit</a><br>
<br>
<br>
</blockquote>
_______________________________________________<br>
Xcb mailing list<br>
<a href="mailto:Xcb@lists.freedesktop.org" target="_blank">Xcb@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/xcb" target="_blank">http://lists.freedesktop.org/mailman/listinfo/xcb</a><br>
</blockquote></div><br>