Patches item #673259, was opened at 2003-01-23 18:33
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305988&aid=673259&group_id=5988
Category: install
Group: v2.0
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: PyOpenGL 2.0.0.44 on HPUX 11.0
Initial Comment:
I built and tested PyOpenGL on a HP 9000/785/J6700.
Had to get sources and build the shared libraries libXmu
and libglut.
I used the attached config/hp-ux11.cfg file and I had to
make the following modification to setup/togl_setup.py:
< togl = 'Togl.so'
---
> togl = 'Togl.sl'
----------------------------------------------------------------------
>Comment By: Rene Dudfield (illume)
Date: 2003-02-03 09:37
Message:
Logged In: YES
user_id=2042
I've added the config file into cvs.
Could you make a change to setup.py to check for the togl =
'Togl.sl'?
If possible could check this on the cvs version?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305988&aid=673259&group_id=5988
|