Compilation error

Moderator: Project members

Post Reply
Message
Author
rodos
500 Command not understood
Posts: 1
Joined: 2005-07-06 08:37

Compilation error

#1 Post by rodos » 2005-07-08 08:39

Hi everybody!
During the compilation of FZ3 I got the error

c:\MinGW\include\stddef.h(6): fatal error C1021: invalid preprocessor command 'include_next'

dose enybody got such error?

P.S. I use Visual Studio 2003
Last edited by rodos on 2005-07-08 08:45, edited 1 time in total.

eyebex
226 Transfer OK
Posts: 171
Joined: 2004-04-02 15:24

#2 Post by eyebex » 2005-07-08 18:20

You can only use the MinGW header files with GCC from the MinGW (or Cygwin) package, as #include_next is a preprocessor extension that VS does not support.

Post Reply