[vlc-devel] [PATCH 3/6] src: fix compilation of fourcc_gen on OS/2

Steve Lhomme robux4 at videolabs.io
Tue Jul 14 14:48:33 CEST 2015


On Tue, Jul 14, 2015 at 12:13 PM, Rémi Denis-Courmont <remi at remlab.net> wrote:
> Le 2015-07-14 13:07, KO Myung-Hun a écrit :
>>
>> I think, it is the worse problem that even gcc -std={c|gnu}99 is not
>> supported.
>
>
> Hello. Not everybody uses GCC.

Just as some people are using Msys(2) to build and right now it's
broken. (I didn't have a chance to test until now).

checking for c11-gcc... no
checking for c11... no
checking for c99-gcc... no
checking for c99... no
configure: error: Cannot find native C99 compiler: please define BUILDCC.

Setting BUILDCC when calling configure doesn't seem to have any effect there.

$ BUILDCC="gcc" ../../work/extras/package/win32/configure.sh
--host=i686-w64-mingw32 --disable-nls CFLAGS="-O0 -g" CXXFLAGS="-O0
-g" BUILD="gcc"
configure: error: Cannot find native C99 compiler: please define BUILDCC.

> --
> Rémi Denis-Courmont
> http://www.remlab.net/
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel



More information about the vlc-devel mailing list