Displaying 3 results from an estimated 3 matches for "wxgtk3".
Did you mean:
wxgtk
2018 May 27
3
Yum list installed lies to me
...wxGTK.x86_64 2.8.12-20.el7 @epel
wxGTK-gl.x86_64 2.8.12-20.el7 @epel
wxGTK-media.x86_64 2.8.12-20.el7 @epel
wxGTK3.x86_64 3.0.2-15.el7 @epel
wxGTK3-debuginfo.x86_64 3.0.2-15.el7 @epel-debuginfo
wxGTK3-devel.x86_64 3.0.2-15.el7 @epel
wxGTK3-gl...
2018 May 27
0
Yum list installed lies to me
On 05/26/2018 05:32 PM, Fred Smith wrote:
> however if I do:
> yum install wxWidgets wxWidgets-devel
> it says:
> Package wxGTK3-3.0.2-15.el7.x86_64 already installed and latest version
> Package wxGTK3-devel-3.0.2-15.el7.x86_64 already installed and latest version
wxWidgets and wxGTK3 are the same package:
$ rpm -q --whatprovides wxWidgets
wxGTK3-3.0.4-1.fc28.x86_64
$ yum provides wxWidgets
Last metadata expiration ch...
2018 Jul 02
0
C++11 and GCC 5+
...need to use rpath.
But you do need to have a version of the dependency compiled with the
GCC you want available at both compile time and runtime.
-=-
I ran across this issue when building Audacity 2.2.2 - which does not
build with GCC 4.8.5.
The problem libraries:
* flac
* vamp-sjdk-plugin
* wxGTK3
All three of those use C++11 and therefore needed to be rebuilt with GCC
5.5.0 (what I used for building Audacity)
Just thought I'd pass it along.