Dear all

Compiling xeyes with the Cygwin Ports X11 packages doesn't work; 
compilation is fine but the binary segfaults. It works with the cygwin 
X11 packages. I'm using Xming [1] as X server.

Steps to reproduce (Cygwin Terminal):
export CC=i686-w64-mingw32-gcc # works fine without this
git clone git://anongit.freedesktop.org/xorg/app/xeyes
cd xeyes
./autogen.sh
make
./xeyes.exe # -> error while loading shared libraries: libXt-6.dll
cd /usr/i686-w64-mingw32/sys-root/mingw/bin
~/xeyes/xeyes.exe # -> Error: Can't open display:
export DISPLAY=:0
~/xeyes/xeyes.exe # should work now but: Error: Can't open display: :0
export DISPLAY=127.0.0.1:0 # read on [2]
~/xeyes/xeyes.exe # -> Segmentation fault

Am I doing something wrong or is this not supported?

Thanks!
Marco

[1] http://www.straightrunning.com/XmingNotes/
[2] https://sites.google.com/site/xportmingw/

------------------------------------------------------------------------------
Time is money. Stop wasting it! Get your web API in 5 minutes.
www.restlet.com/download
http://p.sf.net/sfu/restlet
_______________________________________________
Cygwin-ports-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cygwin-ports-general

Reply via email to