Hi, I have post that already on the mailing list. I'm trying to compile Xfce beta, in the configure script for xfce4-session i got the following warning: WARNING: linux/ioprio.h: present but cannot be compiled WARNING: linux/ioprio.h: check for missing prerequisite headers ? WARNING: linux/ioprio.h: see the Autoconf documentation WARNING: linux/ioprio.h: section "present but cannot be compiled" WARNING: linux/ioprio.h: proceeding with the preprocessor's result WARNING: linux/ioprio.h: in the future, the compiler will take precedence WARNING: linux/ioprio.h: report this to the xfce4-dev@xfce.org and after trying to compile: derederencing pointer to incomplete type for line 50,51,58,59 in ioprio.h the alpha version compiles on my system, kernel version 2.6.24.7, Slackware 12.1 current, Please let me know if you need more information. Best Regards, Ali.
That's a bit weird, butt probably ioprio.h just needs other headers included before it. Please attach config.log and config.h.
Created attachment 1917 config.h xfce4-session
Created attachment 1918 config.log xfce4-session
Yeah, that's what I thought. Could you also attach /usr/include/linux/ioprio.h ?
Created attachment 1919 ioprio.h kernel header
Created attachment 1938 (hopeful) compilation fix Can you give this patch a try? Will need to rerun autogen.sh
Robby tested this on a Slackware system, said my patch worked, so I'll close it. Ali, if you still have trouble, please reopen.