Re: Fatal IO Error: 11 (resource temporarily unavailable)

2013-05-20 Thread First Last
I still don't know why the hello world code does not working as I expect. But I write a piece of code who works as expected. I'm not sure that's well written, (if someone want to take a look). Mouse pointer is rendered, when a button is pressed or when a key is release the while loop is stoped.

Fatal IO Error: 11 (resource temporarily unavailable)

2013-05-19 Thread First Last
Hi, I got this error when I try to run all example I have of xlib : Fatal IO Error: 11 (resource temporarily unavailable) I tried some examples form the book X WINDOW APPLICATION PROGRAMMING from ERIC F. JOHNSON KEVIN REICHARD some from the web, like these one :http://www.everything2.com

Re: Fatal IO Error: 11 (resource temporarily unavailable)

2013-05-19 Thread walter harms
hi, I have tried the first example an it works fine for me. (you may like to add \n for the printf() to get more readable output). re, wh Am 19.05.2013 17:35, schrieb First Last: Hi, I got this error when I try to run all example I have of xlib : Fatal IO Error: 11 (resource

Re: Fatal IO Error: 11 (resource temporarily unavailable)

2013-05-19 Thread Alan Coopersmith
On 05/19/13 08:35 AM, First Last wrote: I got this error when I try to run all example I have of xlib : Fatal IO Error: 11 (resource temporarily unavailable) If you got that after killed Xorg, then that's a common client response. I guess in all these examples I should see the mouse pointer

Fatal IO error 11 (Resource temporarily unavailable) on X server :0

2012-07-24 Thread Giuseppe Penone
Hi, on a gtkmm 3 app I'm working on it happened once to have a crash and read the message: Gdk-WARNING **: centro: Fatal IO error 11 (Resource temporarily unavailable) on X server :0. Could this be a problem in my application or is for sure a bug in xorg? Regards, Giuseppe