Compilation of Audacity 2.0.5

Hello,

I have tried to compile Audacity 2.0.5 using the new wxWidgets 3.0.0. This does not work.

Hence I have tried to do it using wxWidgets 2.8.12 with only static libraries. This works, but the link stage needs “-lX11” (so I had to modify the Makefile in src/ ).

system : slackware64-14.1

This is expected. Support is only for 2.8.12.

Normally one would compile widgets with --enable-shared.


Gale