From: "Leonardo A. Saravia" To: Subject: Compiling GRX 245 Date: Thu, 6 Mar 2003 13:18:59 -0300 Message-ID: <002101c2e3fc$181e0700$0300a8c0@rivasaiicfa.com.ar> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.3416 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Authenticated-Sender: lsaravia AT rivacons DOT com X-MDRemoteIP: 24.232.65.2 X-Return-Path: lsaravia AT mail DOT retina DOT ar X-MDaemon-Deliver-To: djgpp AT delorie DOT com Reply-To: djgpp AT delorie DOT com I have installed gpp321 gcc321 make3791 bnu213 and djdev203 when I try to compile grx245 the followin error appears: C:\Djgpp\contrib\grx245>make -f makefile.dj2 c:/djgpp/bin/make.exe -C src -f makefile.dj2 make.exe[1]: Entering directory `c:/Djgpp/contrib/grx245/src' gcc -c -O2 -Wall -I. -I./include -I../include -I../addons/print -I../addons/bmp mouse/mscursor.c -o mouse/mscursor.o In file included from include/libgrx.h:35, from mouse/mscursor.c:22: c:/djgpp/include/stdio.h:35: conflicting types for `va_list' c:/djgpp/lib/gcc-lib/djgpp/3.21/include/stdarg.h:110: previous declaration of `v a_list' mouse/mscursor.c: In function `GrMouseSetCursorMode': mouse/mscursor.c:166: first argument to `va_arg' not of type `va_list' mouse/mscursor.c:167: first argument to `va_arg' not of type `va_list' mouse/mscursor.c:171: first argument to `va_arg' not of type `va_list' mouse/mscursor.c:172: first argument to `va_arg' not of type `va_list' mouse/mscursor.c:173: first argument to `va_arg' not of type `va_list' make.exe[1]: *** [mouse/mscursor.o] Error 1 make.exe[1]: Leaving directory `c:/Djgpp/contrib/grx245/src' make.exe: *** [libs] Error 2 could anybody help me? Thanks. Leonardo A. Saravia