From: "Frank Roland" Newsgroups: comp.os.msdos.djgpp Subject: Problem compiling grx Date: Sun, 23 Jun 2002 17:31:12 +0200 Organization: T-Online Lines: 40 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: news.t-online.com 1024842547 03 14112 nZJCbgcbS8AQYL 020623 14:29:07 X-Complaints-To: abuse AT t-online DOT com X-Sender: 520006702846-0001 AT t-dialin DOT net X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hello, I downloaded the following files: djdev203.zip bnu2121b.zip gcc31b.zip mak3791b.zip ntlfn08b.zip grx243s.zip unzip32.exe After unzipping and initilisation of evironment variables I tried to compile grx, but ended with following error message: gcc -c -O2 -Wall -DNO_LEFTSIDE_LVALUE_CAST -DNO_LEFTSIDE_PTR_CAST -march=pen tium -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:/prog/c/dj/include/stdio.h:35: conflicting types for `va_list' c:/prog/c/dj/lib/gcc-lib/djgpp/3.1/include/stdarg.h:110: previous declaration of `va_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: *** [mouse/mscursor.o] Error 1 How can I resolve this problem? Kind regards, Frank. PS: Does anyone have a binary version of grx 2.4.3 for Windows XP (or NT)?