whoops. somehow missed the --enable-unicode . my fault.
that did do it.
thx.
Search found 6 matches
- Thu Mar 12, 2015 3:57 pm
- Forum: Compiling Audacity
- Topic: can't find wxwidgets
- Replies: 10
- Views: 4383
- Thu Mar 12, 2015 5:25 am
- Forum: Compiling Audacity
- Topic: can't find wxwidgets
- Replies: 10
- Views: 4383
Re: can't find wxwidgets
okay. i've deleted all traces of the wxWidgets, libsndfile, such that /usr/local is empty of regular files. in wxWidgets-2.8.12 i ran ./configure yielding this. Which GUI toolkit should wxWidgets use? GTK+ 2 Should wxWidgets be compiled into single library? no Should wxWidgets be compiled in debug m...
- Wed Mar 11, 2015 3:19 pm
- Forum: Compiling Audacity
- Topic: can't find wxwidgets
- Replies: 10
- Views: 4383
Re: can't find wxwidgets
yeah, i know what Gale meant. ./configure --disable-unicode gets me around the original problem, but then i get configure: error: Audacity requires libsndfile to be enabled even after installing libsndfile, export LD_LIBRARY_PATH=/usr/local/lib, and ldconfig, copying libsndfile.* into lib-src (someb...
- Tue Mar 10, 2015 6:43 pm
- Forum: Compiling Audacity
- Topic: can't find wxwidgets
- Replies: 10
- Views: 4383
Re: can't find wxwidgets
the right way to undo a GNU/autotools package installation is
(FWIW)
Code: Select all
make uninstall
- Tue Mar 10, 2015 12:38 am
- Forum: Compiling Audacity
- Topic: can't find wxwidgets
- Replies: 10
- Views: 4383
Re: can't find wxwidgets
i ran ldconfig.
same results.
isn't wxGTK part of wxWidgets? do i have to install that
separately? i've downloaded ..gtk and, offhand, it looks like
the files in ..gtk are also in ..widgets.
thx.
same results.
isn't wxGTK part of wxWidgets? do i have to install that
separately? i've downloaded ..gtk and, offhand, it looks like
the files in ..gtk are also in ..widgets.
thx.
- Mon Mar 09, 2015 4:17 pm
- Forum: Compiling Audacity
- Topic: can't find wxwidgets
- Replies: 10
- Views: 4383
can't find wxwidgets
i've installed wxWidgets in the default location. (i started w/ 3.0 but configure.ac makes it look like it doesn't actually work w/ 3.0, so i'm back to 2.8.) centos 7 audacity's ./configure spews thusly: checking for wx-config... /usr/local/bin/wx-config Warning: No config found to match: /usr/local...