From: Kevin C. <ke...@co...> - 2008-03-20 20:50:55
|
On 20 March 2008 at 13:06, Pete Stieber <pst...@ve...> wrote: > wxGTK is wxWidgets. Note that Microsoft forced a name change. > wxWindows is now wxWidgets. wxWidgets built for the Microsoft Windows > API is called wxMSW. wxWidgets built using GTK is called wxGTK. > > I think I understand. Audacity (http://audacity.sourceforge.net/) also > uses wxWidgets and someone builds an RPM for both wxWidgets and Audacity > that end up on the Fedora mirrors. In this case, Audacity > (audacity-1.3.2-17.fc8.x86_64) uses version 2.6.4 of wxWidgets installed > as a package called compat-wxGTK26-2.6.4-0.8.x86_64. > > There is also a more current version of wxWidgets (2.8.4) available on > Fedora using GTK that is called wxGTK-2.8.4-6.fc8.x86_64. We probably > couldn't use that version because it is probably a stock build. > > If I used shared objects from wxGTK, we might need something like > jazz-wxGTK-2.8.7-0.1.x86_64, but I statically link with wxGTK. We might > just be able to distribute Jazz++ without a wxGTK (i.e. wxWidgets) > distribution on Linux. Aha! That makes sense now. Presuming that whatever additions Jazz++ requires make it into the next wxWidgets release (2.8.8?) then my distribution will eventually pick that up, including wxGTK2.8-2.8.8-1mdv2009.0.i586.rpm and its development companions in the distribution repository and maybe even on the installation media. Now I just need to decide for myself whether or not to attempt to follow Mandriva's parallel library version installation scheme. My alternative is to install the alpha wxWidgets in a jazz++ specific place. > Hope that helps, It does! Thanks.... -- Kevin |