blender fails build

Dennis Veatch dveatch at woh.rr.com
Thu Jul 22 11:50:28 GMT 2004


On Thu July 22 2004 07:31 am, Chris wrote:
> Dennis Veatch wrote:
> > On Tue July 20 2004 03:23 am, Hendrik Visage wrote:
> >>On Mon, Jul 19, 2004 at 08:45:10PM -0400, Dennis Veatch wrote:
> >>>/usr/X11R6/lib/libGL.a(glxcmds.o)(.text+0x2f79): In function
> >>>
> >>>`glXGetMscRateOML':
> >>>: undefined reference to `XF86VidModeQueryVersion'
> >>>
> >>>/usr/X11R6/lib/libGL.a(glxcmds.o)(.text+0x2fb8): In function
> >>>
> >>>`glXGetMscRateOML':
> >>>: undefined reference to `XF86VidModeGetModeLine'
> >>
> >>Check the OpenGL libs you have and the version/type of X you have.
> >>might want to recompile those too to get in "sync"...
> >
> > Aside from a relin of XOrg what else should I look at? Redoing just XOrg
> > did not help.
> >
> > OTOH I tried the scons the blender readme talks about and that compiled
> > fine. Though I did not bother to create a lunar module, I just wanted to
> > see if it would compile. It did and ran.
>
> Check your X-server by running "xdpyinfo". The extensions should be
> listed on the first page. If you don't have the
> "XFree86-VidModeExtension" there you'll probably have to rebuild XOrg or
> check your video-driver setup.
>


Yes, "XFree86-VidModeExtension" is there. I assume that extension will be 
in /etc/xorg.conf file. If so what's it called. Here is the module section;

Section "Module"
        Load  "record"
        Load  "extmod"
        Load  "dbe"
        Load  "dri"
        Load  "glx"
        Load  "xtrap"
        Load  "freetype"
        Load  "type1"
        Load  "speedo"
EndSection



More information about the Lunar mailing list