J'ai essayé de sélectionner la bonne version pour la compilation:
pll
./configure --with-wx-config=/usr/bin/wx-config-3.0
et voici les erreurs retournées par le terminal:
checking for the --with-toolkit option... will be automatically detected
checking for the --with-wxshared option... will be automatically detected
checking for the --with-wxdebug option... will be automatically detected
checking for the --with-wxversion option... will be automatically detected
[dbg] DEBUG: , WX_DEBUG: auto
[dbg] UNICODE: , WX_UNICODE:
[dbg] SHARED: , WX_SHARED: auto
[dbg] TOOLKIT: auto, WX_TOOLKIT:
[dbg] VERSION: 2.3.2.3, WX_VERSION: auto
[dbg] WXCONFIG_FLAGS: --unicode=yes
checking for wx-config... /usr/bin/wx-config-3.0
checking for wxWidgets version >= 2.8.0 (--unicode=yes)... yes (version 3.0.2)
[dbg] Using wx-config --selected-config
[dbg] WX_SELECTEDCONFIG: gtk3-unicode-3.0
checking if wxWidgets was built in DEBUG mode... no
checking if wxWidgets was built in STATIC mode... no
checking which wxWidgets toolkit was selected... configure: error:
Cannot detect the currently installed wxWidgets port !
Please check your 'wx-config --cxxflags'...
$ wx-config --cxxflags
-I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread
Voilà...pll