[Ffmpeg-devel] include_next preprocessor problem
Michael Niedermayer
michaelni
Tue Jul 26 22:07:26 CEST 2005
Hi
On Tuesday 26 July 2005 20:23, Behrbaum, Jeffrey S wrote:
> Hi all.
> Sorry to bother you again, but there is something I can't seem to figure
> out. OK. So I built ffmpeg using MSys and MinGW. Ran configure then make
> from the parent directory. Compiling a simple program, I include avcodec.h
> and get the following error:
>
> fatal error C1083: Cannot open include file: 'inttypes.h': No such file or
> directory
well, thats a standard header if its not found then theres something messed up
on your side, this is not ffmpeg related
>
> Then I put the path to the MinGW include directory in my include path so
> that the inittypes.h required by ffmpeg's common.h is found, and now get
> the following error:
>
> c:\mingw\include\stddef.h(6) : fatal error C1021: invalid preprocessor
> command 'include_next'
again its a error in a mingw header not ffmpeg
--
Michael
More information about the ffmpeg-devel
mailing list