Re: [dwm] Compiling with pcc

2007-10-17 Thread James Turner
Sorry about breaking the thread, I suck at keeping email. Anyways, it was an issue with pcc, for those interested, a patch can be found at http://marc.info/?l=pcc-listm=119263171313410w=2. dwm now compiles perfect without any warnings using pcc. -- James Turner BSD Group Consulting

[dwm] Compiling with pcc

2007-10-16 Thread James Turner
So OpenBSD not so recently imported pcc into their tree. I myself recently compiled it and tried to compile dwm with it. I was able to compile dwm successfully but receive 4 warnings related to XSetErrorHandler. I realize this compiler is still in development and these warning issues might not

Re: [dwm] Compiling with pcc

2007-10-16 Thread Szabolcs Nagy
On 10/16/07, James Turner [EMAIL PROTECTED] wrote: dwm.c, line 362: warning: implicit conversion of argument 1 due to \ prototype looking into pcc src it is highly probable to be a compiler defect (after typechecking the arguments, this is the default error message when prototype cannot be

Re: [dwm] Compiling with pcc

2007-10-16 Thread James Turner
On Tue, Oct 16, 2007 at 11:28:12PM +0200, Szabolcs Nagy wrote: On 10/16/07, James Turner [EMAIL PROTECTED] wrote: dwm.c, line 362: warning: implicit conversion of argument 1 due to \ prototype looking into pcc src it is highly probable to be a compiler defect (after typechecking the