Hello
The compilation of the sources (obtained from the svn repository of audacity) gives some fatal errors given below:
does somebody understand what is the matter ?
the ./configure didn’t show fatal error.
he OS is OpenSuse 12.2 64 bits.
thank you for your help
Dom
/////////////////////////////////////////////
make[1] : on entre dans le répertoire « /home/dom/audacity/src »
g++ -c -I…/lib-src/portmixer/include -Wall -I/usr/lib64/wx-2.8-stl/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -I…/lib-src/FileDialog -I/home/dom/audacity/lib-src/lib-widget-extra -I…/lib-src/libsndfile/src -I…/lib-src/libid3tag -I…/lib-src/libsoxr/src -I…/lib-src/sbsms/include -I…/lib-src/soundtouch/include -I…/lib-src/libnyquist -I…/lib-src/libvamp -I…/lib-src/expat -I…/lib-src/twolame/libtwolame -I…/lib-src/portsmf -I…/lib-src/portaudio-v19/include -fno-strict-aliasing -I./include -I. -DLIBDIR=“/usr/local//lib64” -D__STDC_CONSTANT_MACROS -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 AudacityApp.cpp -o AudacityApp.o
In file included from WaveTrack.h:17:0,
from AudioIO.h:35,
from AudacityApp.cpp:61:
WaveClip.h:57:1: warning: type attributes ignored after type is already defined [-Wattributes]
In file included from AudacityApp.cpp:70:0:
FFmpeg.h:356:4: error: ‘SampleFormat’ does not name a type
FFmpeg.h:585:4: error: use of enum ‘SampleFormat’ without previous declaration
FFmpeg.h:585:4: error: use of enum ‘SampleFormat’ without previous declaration
FFmpeg.h:622:4: error: ‘AVFormatParameters’ has not been declared
FFmpeg.h:622:4: error: ‘AVFormatParameters’ has not been declared
FFmpeg.h:639:4: warning: ‘av_register_protocol_fp’ initialized and declared ‘extern’ [enabled by default]
FFmpeg.h:639:4: error: ‘URLProtocol’ was not declared in this scope
FFmpeg.h:639:4: error: ‘protocol’ was not declared in this scope
FFmpeg.h:639:4: error: ‘av_register_protocol’ declared as an ‘inline’ variable
FFmpeg.h:639:4: error: ‘URLProtocol’ was not declared in this scope
FFmpeg.h:639:4: error: ‘protocol’ was not declared in this scope
FFmpeg.h:639:4: error: expected ‘,’ or ‘;’ before ‘{’ token
FFmpeg.h: In function ‘AVCodec* av_codec_next(AVCodec*)’:
FFmpeg.h:686:4: error: declaration of C function ‘AVCodec* av_codec_next(AVCodec*)’ conflicts with
In file included from FFmpeg.h:39:0,
from AudacityApp.cpp:70: