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

Sean McGovern gseanmcg at gmail.com
Tue Jul 14 14:54:16 CEST 2015


I've just been setting BUILDCC="$CC -std=c99" (where CC="/usr/bin/gcc -m64") in my build script -- Oracle doesn't ship a 'c99' shim for gcc on Solaris.

Hasn't caused me any problems (yet).

-- Sean McG.
-----Original Message-----
From: Steve Lhomme <robux4 at videolabs.io>
Sender: "vlc-devel" <vlc-devel-bounces at videolan.org>Date: Tue, 14 Jul 2015 14:48:33 
To: Mailing list for VLC media player developers<vlc-devel at videolan.org>
Reply-To: Mailing list for VLC media player developers <vlc-devel at videolan.org>
Subject: Re: [vlc-devel] [PATCH 3/6] src: fix compilation of fourcc_gen on
	OS/2

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
_______________________________________________
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