[Xcb-commit] win32port.mdwn

XCB site xcb at freedesktop.org
Tue Nov 23 03:37:10 PST 2010


 win32port.mdwn |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

New commits:
commit bb1be6ca6a7d6fb867c18a050072e7ffdb995b57
Author: rgs <rgs at web>
Date:   Tue Nov 23 03:37:09 2010 -0800

diff --git a/win32port.mdwn b/win32port.mdwn
index a4f0c30..85f372b 100644
--- a/win32port.mdwn
+++ b/win32port.mdwn
@@ -96,9 +96,11 @@ The following lists the process I used to compile XCB under MinGW on my Debian s
 
     libxcb\_la\_LDFLAGS = -no-undefined -version-info 1:0:0
 
--- set the environment variable LIBS to include the ws2\_32 and pthreadGC2 library 
+-- set the environment variable LIBS to include the ws2\_32 and pthreadGC2 library and the CFLAGS to point to appropriate headers:
 
-* export LIBS="-L/path/to/pthreads-w32-libs -lws2\_32 -lpthreadGC2"
+* export LIBS="-L/full/path/to/pthreads-w32-libs -lws2\_32 -lpthreadGC2"
+
+* export CFLAGS="-I/full/install/path/pthreads-w32-include-files"
 
 -- configure (you'll need package xcb-proto installed):
 


More information about the xcb-commit mailing list