On Thu, May 31, 2012 at 9:05 PM, Sean McGovern <[email protected]> wrote:
> Our test tools now require SUSv3 semantics for freopen(), > which is only properly enabled on Solaris when _XOPEN_SOURCE >= 600 > --- > configure | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/configure b/configure > index 67371c8..a0deffe 100755 > --- a/configure > +++ b/configure > Please ignore. This still doesn't work. *sigh* sean@tsukimi:/BUILD/libav-regression$ /usr/local/bin/make -j 3 THREADS=2 V=1 fate-vsynth1-asv1 ccache gcc-4.6 -D_ISOC99_SOURCE -O3 -g -std=c99 -Wall -D__EXTENSIONS__ -D_XOPEN_SOURCE=600 -I. -I/SOURCES/libav -c -o tests/videogen.o /SOURCES/libav/tests/videogen.c ccache gcc-4.6 -o tests/videogen tests/videogen.o -lm tests/videogen >tests/data/vsynth1.yuv Bad address make: *** [tests/data/vsynth1.yuv] Error 1
_______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
