Re: Compilation Error: app_procs.c

2004-11-23 Thread Mike Ginou
After grabbing the Dia module fresh from CVS, I was unable to compile the code due to errors in apps/app_procs.c: Only a small typo, fix just commited to cvs ... I am still encountering related errors: app_procs.c: In function `do_convert': app_procs.c:246: warning: passing arg 4 of pointer

Compilation Error: app_procs.c

2004-11-22 Thread Mike Ginou
After grabbing the Dia module fresh from CVS, I was unable to compile the code due to errors in apps/app_procs.c: app_procs.c: In function `do_convert': app_procs.c:246: warning: passing arg 4 of pointer to function discards qualifiers from pointer target type app_procs.c: In function `app_init':

Re: Compilation Error: app_procs.c

2004-11-22 Thread Hans Breuer
- Original Message - From: Mike Ginou [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Compilation Error: app_procs.c Date: Mon, 22 Nov 2004 17:37:09 -0500 After grabbing the Dia module fresh from CVS, I was unable to compile the code due to errors in apps/app_procs.c: Only a small