From: Pete S. <pst...@ve...> - 2008-03-20 17:00:25
|
PS = Pete Stieber PS>> I'm planning on posting wxWidgets build instructions PS>> on the Jazz++ web site. These instructions should PS>> build a version of wxWidgets that is compatible with PS>> Jazz++. Unfortunately, that will not happen until PS>> tonight (I am current at my day job). Until then, PS>> this is how to go about it... KC = Kevin Cosgrove KC> [snip] PS>> Robert I really appreciate you attempt to build PS>> Jazz++ on a Debian box. KC> When you get those instructions, please post something KC> here. Done. http://jazzplusplus.sourceforge.net/developers/ KC> I'd like to try building on my Mandriva 2007.0 box. KC> KC> Do you know the relationship between wxWidgets and wxGTK? KC> I've got the latter installed, of course the version is KC> too old. Requires GTK 2. Here's what I have installed on my Fedora 8 box. This is way more than what you need. You need the gtk2-devel packages. I'm just being lazy with my grep ;-) # rpm -qa | grep gtk GConf2-gtk-2.20.1-1.fc8.x86_64 pygtk2-libglade-2.12.0-2.fc8.x86_64 usermode-gtk-1.93.1-1.fc8.x86_64 pygtk2-codegen-2.12.0-2.fc8.x86_64 pygtk2-devel-2.12.0-2.fc8.x86_64 gtk2-2.12.5-1.fc8.i386 gtkhtml2-2.11.1-2.fc8.x86_64 gtkmm24-2.12.3-1.fc8.x86_64 gtk-nodoka-engine-0.6.2-1.fc8.x86_64 pygtksourceview-2.0.0-1.fc8.x86_64 authconfig-gtk-5.3.18-1.fc8.x86_64 pygtk2-2.12.0-2.fc8.x86_64 gtk2-2.12.5-1.fc8.x86_64 gnome-python2-gtkhtml2-2.19.1-12.fc8.x86_64 gtkspell-2.0.11-4.fc8.x86_64 gtk2-engines-2.12.2-1.fc8.x86_64 pygtk2-devel-2.12.0-2.fc8.i386 gtk2-engines-2.12.2-1.fc8.i386 gtk-sharp2-2.10.0-6.fc8.x86_64 gtkglext-libs-1.2.0-5.fc8.x86_64 xdg-user-dirs-gtk-0.6-2.fc8.x86_64 gtksourceview2-2.0.2-1.fc8.x86_64 pygtkglext-1.1.0-3.fc8.x86_64 gtk2-devel-2.12.5-1.fc8.x86_64 gtk-doc-1.9-4.fc8.noarch Pete |