I've googled most of answers on this site but none of the answers solved my problem.
I am trying to build a project uses wx libraries. And compiler looks for -lwx_gtk2ud_richtext-2.8
file.But my wx-config --libs
command gives libwx_gtk2_richtext-2.8
. How can I change the name to add gtk2ud ,and would it solve my problem ?
You need to recompile the library.
Change to that directory and issue:
../configure --enable-unicode --enable-debug
Issue make
BTW, is there a reason you are trying an outdated version of wx? You should get the latest 3.1 release.