[wxPython-users] wxPython-src-2.8.4.0 link problem
James A. Benson
jbenson at sextans.lowell.edu
Wed Aug 8 09:50:30 PDT 2007
On Tue, 7 Aug 2007, Robin Dunn wrote:
> James A. Benson wrote:
>
>> I found a work around that appears to work. The workaround
>> was to simply comment out the line in the Makefile
>> that was telling it to try to link to the libGL library.
>>
>> e.g. in:
>>
>> [root at tycho bld]# pwd
>> /usr/local/wxPython-src-2.8.4.0/bld
>>
>> the line:
>>
>> #EXTRALIBS_OPENGL = -lGL -lGLU
>>
>> After commenting the above line out (as shown)
>> all the rest of the build/install steps worked fine.
>> The wxPython demo seems to work as well.
>
> Does the GLCanvas work to? Or did you disable the building of that module as
> well?
>
The only disable I did was the above link line. All of the compiling
worked fine.
While running the demo, I clicked Miscellaneous and then the GLCanvas
demo. Indeed that one doesn't work. I'm upgrading my wxPython app
from wxPython-2.4.2.4 which doesn't have GLCanvas.py in the demo
dir. There are certainly enough other cool new features
in your current version (2.8.4.0) that will keep me busy
until I upgrade the OS on the RHEL 4 machine that I had
the link problem on.
Thanks,
Jim
More information about the wxpython-users
mailing list