[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bino-list] Can't compile bino with gcc 4.7
From: |
Martin Lambers |
Subject: |
Re: [Bino-list] Can't compile bino with gcc 4.7 |
Date: |
Wed, 21 Mar 2012 10:10:49 +0100 |
On Wed, 21 Mar 2012 13:01:45 +0400, Vascom wrote:
> I can't compile bino 1.3.1 for Fedora 17 with gcc 4.7:
>
> g++ -DHAVE_CONFIG_H -DHTMLDIR=\"/usr/share/doc/bino\"
> -DLOCALEDIR=\"/usr/share/locale\" -I. -I.. -I../src/base
> -I/usr/include/ffmpeg -I/usr/include/ffmpeg -I/usr/include/ffmpeg
> -I/usr/include/fribidi -I/usr/include/freetype2
> -I/usr/include/libdrm -DGLEW_MX -I/usr/include/GL -DQT_SHARED
> -I/usr/include/QtOpenGL -I/usr/include/QtCore -I/usr/include/QtGui
> -pthread -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
> -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o
> audio_output.o audio_output.cpp
> In file included from /usr/include/ffmpeg/libavformat/avformat.h:42:0,
> from media_object.cpp:29:
> /usr/include/ffmpeg/libavcodec/avcodec.h:533:1: internal compiler
> error: Segmentation fault
>
> Full compile log
> http://koji.russianfedora.ru/koji/getfile?taskID=28617&name=build.log
> Packages versions
> http://koji.russianfedora.ru/koji/getfile?taskID=28617&name=root.log
>
> Can you help me solve this problem?
The compiler crashes on the FFmpeg headers. This should be reported to
the compiler maintainers. GCC 4.7 is not released yet (only frozen for
release), so I guess problems are to be expected...
Martin