From: eplmst AT lu DOT erisoft DOT se (Martin Stromberg) Newsgroups: comp.os.msdos.djgpp Subject: Re: Problem compiling grx Date: 23 Jun 2002 14:45:47 GMT Organization: Ericsson Erisoft AB, Sweden Lines: 31 Message-ID: References: NNTP-Posting-Host: lws256.lu.erisoft.se X-Newsreader: TIN [version 1.2 PL2] To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Frank Roland (news AT frank-roland DOT de) wrote: : 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? You read the file gnu/gcc-3.1/readme.djg that is included in gcc31b.zip. Right, MartinS