From: Arthur <ajs...@op...> - 2006-11-07 22:51:48
|
Dethe Elza wrote: >Hi folks, > >I'm trying to get beta5 to build and I'm stuck in ./configure. I've >even buckled and installed Fink, against my better judgement, just >for this one project. I've tried to install all the pre-requisites >for VPython but I'm still getting the following error: > >checking for GTK... configure: error: gtkglextmm 1.2, pangoft2, >glibmm-2.4, and pangomm-1.4 libglademm-2.4 are arequired on Unix-like >systems > > > The "mm" series of GTK+ libraries are (as I understand it) the C++ wrapper for the corresponding gtk libraries. Some of what I think you are missing glibmm, libglademm (grab sigc++ while you are there) seem to be available at http://ftp.acc.umu.se/pub/GNOME/bindings/2.16/2.16.0/sources/c++/ gtkglextmm is more of an issue Which is a guess consistent with what I see at http://www.student.cs.uwaterloo.ca/~azolotko/cse more 488onmac.html where instructions on building gtkglextmm for fink are given. I don't understand the relationship between FreeBSD and fink, but there does seem to be a FreeBSD version of gtkglextmm. http://www.freebsdsoftware.org/x11-toolkits/ Pangomm is a wildcard. I don't see a separate fink version, but do see evidence of programs dependent on it being built on fink. I suspect it is included in what you have. Have you dealt with., prepared for, the boost dependency issues. I promise you that they are there as well, but not sure configure deals with them. Anxious to help... And counseling patience. Art >Now, I have gtk+, gtk+-shlibs, gtk+2, gtk+2-dev, gtk+2-shlibs, gtk- >glarea, gtkglarea2, gtkglext1, gtkglext1-shlibs, gtkmm2, gtkmm2-dev, >gtkmm2-shlibs, pango1, pango1-dev, pango1-shlibs, pango1-xft2, pango1- >xft2-dev, pango1-xft2-shlibs, etc. > >In other words, I've installed every fink library I can find which >might be helpful in getting VPython to build, but no luck so far. >Apparently VPython wasn't dependent enough on GTK and had to move >further towards platform-dependence. Please correct me if I'm wrong, >but at this point my guess is that VPython no longer supports >building on OS X at all. > >--Dethe > >"Any idea that couldn't stand a few decades of neglect is not worth >anything." --Gabriel Garcia Marquez > > > >------------------------------------------------------------------------- >Using Tomcat but need to do more? Need to support web services, security? >Get stuff done quickly with pre-integrated technology to make your job easier >Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo >http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >_______________________________________________ >Visualpython-users mailing list >Vis...@li... >https://lists.sourceforge.net/lists/listinfo/visualpython-users > > > > |