i'm running into serious build-problems, whereas affected versions include 1.3.13, 1.3.14 and current from svn.
my build-system is a slackware64-current, wxwidgets 2.8.12. wxwidgets is a dedicated build from source installed to /usr/local/wxwidgets with the directory-structure of wx untouched (but that shouldn't be relevant).
configuring is no problem, compiling breaks:
Code: Select all
[...]
g++ -c -I../lib-src/portmixer/include -Wall -I/usr/local/wxwidgets//lib/wx/include/gtk2univ-unicode-release-2.8 -I/usr/local/wxwidgets//include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXUNIVERSAL__ -D__WXGTK__ -pthread -fpermissive -I../lib-src/FileDialog -I/usr/local/src/audacity-src-1.3.14-beta/lib-src/lib-widget-extra -I../lib-src/sbsms/include -I../lib-src/libnyquist -I../lib-src/libvamp -I../lib-src/ffmpeg -I../lib-src/portsmf -I../lib-src/portaudio-v19/include -fno-strict-aliasing -I./include -I. -DLIBDIR="/usr/local/audacity/lib" -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 DirManager.cpp -o DirManager.o
In file included from DirManager.cpp:88:0:
AudacityApp.h:207:4: error: 'wxLocale' does not name a type
In file included from WaveTrack.h:17:0,
from BlockFile.h:19,
from DirManager.cpp:89:
WaveClip.h:57:1: warning: type attributes ignored after type is already defined
make[1]: *** [DirManager.o] Error 1
make[1]: Leaving directory `/usr/local/src/audacity-src-1.3.14-beta/src'
make: *** [audacity] Error 2just ask for further informations :)