[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Latest CVS compile problem - "error no variadic api"
From: |
J. Grant |
Subject: |
Latest CVS compile problem - "error no variadic api" |
Date: |
Wed, 25 Feb 2004 00:26:51 +0000 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5b) Gecko/20030824 |
Hello,
I have just got the following error when compiling the latest CVS source
code on Windows32:
<snip irrelevant stuff>
C:\make-dev\make>cl.exe /nologo /MT /W3 /GX /YX /O2 /I . /I glob /I
w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H
/FR.\WinRel/ /Fp.\WinRel/gnumake.pch /Fo.\WinRel/ /c .\w32\pathstuff.c
pathstuff.c
.\make.h(402) : error C2061: syntax error : identifier 'no'
.\make.h(402) : error C2059: syntax error : ';'
.\make.h(402) : error C2061: syntax error : identifier 'api'
.\make.h(402) : error C2059: syntax error : ';'
make.h:
401:#ifndef VA_START
402: error no variadic api
403:#endif
Perhaps someone meant this to be "#error" ?
I have commented out the lines locally for the moment, as otherwise
Windows32 build will fail. When using "build_w32.bat".
Regards
JG
- Latest CVS compile problem - "error no variadic api",
J. Grant <=