From: Bruce S. <Bru...@nc...> - 2007-12-23 00:44:40
|
Here is a link to updated instructions for installing the beta version: http://vpython.org/INSTALL.html This may be a bit more up to date than the INSTALL.txt file included in the tarball. It tries to do a better job of listing dependencies and how to deal with them. I don't think there's any debugging code you can put in the Visual source code that would help you with what is almost certainly a graphics driver problem. I think some of your missing libraries are included in some of those listed in the INSTALL file, but if you find that not to be the case I'd appreciate knowing so that the file can be improved. Bruce Sherwood Frédéric Mantegazza wrote: > On samedi 22 décembre 2007, Bruce Sherwood wrote: > > >> Definitely an interesting situation. Presumably there's something wrong >> with your graphics card driver, as you say, and the only fix is probably >> an updated driver (which of course may not exist). >> > > Well, I'm always up-to-date with debian testing... > > >> Perhaps VPython runs as a remote display because the timing is somewhat >> different. >> > > No idea how I can dig the problem? Where can I add debug outputs in your > code to find what happens? > > >> Concerning trying the beta version, what libraries are you missing? >> > > configure: error: gtkglextmm 1.2, pangoft2, glibmm-2.4, and pangomm-1.4 > libglademm-2.4 are required on Unix-like systems > > |