Summary: | undefined symbol: GLwCreateM2DrawingArea | ||
---|---|---|---|
Product: | Mesa | Reporter: | Paul Jaques <paul> |
Component: | Mesa core | Assignee: | mesa-dev |
Status: | RESOLVED WONTFIX | QA Contact: | |
Severity: | normal | ||
Priority: | medium | CC: | jlec |
Version: | 6.5 | ||
Hardware: | x86-64 (AMD64) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Paul Jaques
2010-03-05 02:04:00 UTC
The Xt GL drawing area widget is created with the function GLwCreateDrawingArea() and the Motif version is called GLwCreateMDrawingArea(). There's no "M2" version that I'm aware of. Perhaps you're using a customized version of the widget code? You could go into mesa/src/glw/ and hack up an M2 version for yourself. Maybe that'll work. It looks like others have found similar problems, I just looked at http://ubuntuforums.org/showthread.php?t=373104. I've used GLwCreateMDrawingArea on various Red Hat releases and it's always worked, and this is pretty well eastablished and standard code. I'm not sure what happens exactly, but I guess GLwCreateMDrawingArea get's mapped to GLwCreateM2DrawingArea via the include files - I haven't checked this, so not sure. The GLwCreateM2DrawingArea function is in my RHEL5.4 libraries, just not in my Fedora libraries. For the time being I have a workaround by just using my RH libraries on Fedora, so at least the code is working OK. Regards, Paul. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.