Eu quero instalar o wxmaxima, então baixei os arquivos da fonte e tentei seguir as etapas de instalação. Eu enfrentei um problema que diz que a versão atual da versão wxWidgets é antiga e precisa da versão 3.0.0. Eu baixei a última versão dele. Acho que o instalei corretamente e aqui está a saída.
The installation of wxWidgets is finished.On certain
platforms (e.g. Linux) you'll now have to run ldconfig
if you installed a shared library and also modify the
LD_LIBRARY_PATH (or equivalent) environment variable.
wxWidgets comes with no guarantees and doesn't claim
to be suitable for any purpose.
Read the wxWindows Licence on licencing conditions.
Então eu tentei instalar o wxmaxima, a saída continua a mesma, como se eu não tivesse instalado a nova versão do wxWidgets.
A saída do comando ./configure para o wxmaxima é:
checking for wxWidgets version >= 3.0.0... no (version 2.8.10 is not new
enough)
configure: error:
wxWidgets must be installed on your system.
Please check that wx-config is in path, the directory
where wxWidgets libraries are installed (returned by
'wx-config --libs' or 'wx-config --static --libs' command)
is in LD_LIBRARY_PATH or equivalent variable and
wxWidgets version is 3.0.0 or above.