On Wed, 12 Jan 2011 08:32:12 0100 (CET), [email protected] wrote: Hello, > when i try to run pymol i get the same problem on two computers > with mac os 10.4 (powerPc and Intel), both installing old or new versions > of the program: > freeglut (pymol): ERROR: Internal error <FBConfig with necessary > capabilities not found> in function fgOpenWindow > X Error of failed request: BadWindow (invalid Window parameter) > Major opcode of failed request: 4 (X_DestroyWindow) > Resource id in failed request: 0x0 > Serial number of failed request: 25 > Current serial number in output stream: 28 > PyMOL: abrupt program termination. The latest version of the freeglut graphics library is not fully compatible with 10.4's X11 from Apple (not sure about 10.5, or whether using alternate X11 suppliers helps). Downgrading to an older version of freeglut fixes it IIRC, maybe "fink install freeglut-2.4.0". You might have to then "fink rebuild pymol-pyXX" (where "XX" is whichever python-version you had chosen). Note that if you ever "fink update-all", fink will re-upgrade your freeglut library and pymol will break again. http://sourceforge.net/tracker/?func=detail&aid=3016611&group_id=1032&atid=101032 dan
-- Daniel Macks [email protected] ------------------------------------------------------------------------------ Protect Your Site and Customers from Malware Attacks Learn about various malware tactics and how to avoid them. Understand malware threats, the impact they can have on your business, and how you can protect your company and customers by using code signing. http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
