XForms: Nvidia GL files require alterations in glcanvas.h

From: David Scriven (davidwriter@yahoo.com)
Date: Mon Apr 21 2003 - 02:15:54 EDT

  • Next message: Angus Leeming: "Re: XForms: Nvidia GL files require alterations in glcanvas.h"

    # To subscribers of the xforms list from David Scriven <davidwriter@yahoo.com> :

    I have Nvidia cards on all my Linux machines and
    the latest version of the driver (4349)
    automatically installs the Nvidia gl.h & glx.h
    files over the existing ones to support the
    Nvidia
    extensions.

    Unfortunately the glx.h file uses the define:
    #ifndef __glx_h__
    #define __glx_h__
    which is not picked up by the current glcanvas.h
    The first line of glcanvas.h should be changed
    to:

    #if defined(__GLX_glx_h__) || defined(GLX_H) ||
    defined(__glx_h__)

    to pick up the Nvidia definition.
    Note that earlier versions of the driver also had
    this defn, but the existing files were not
    automatically replaced by the Nvidia ones.

    ______________________________________________________________________
    Post your free ad now! http://personals.yahoo.ca
    _________________________________________________
    To unsubscribe, send the message "unsubscribe" to
    xforms-request@bob.usuhs.mil or see
    http://bob.usuhs.mil/mailserv/xforms.html
    XForms Home Page: http://world.std.com/~xforms
    List Archive: http://bob.usuhs.mil/mailserv/list-archives/
    Development: http://savannah.nongnu.org/files/?group=xforms



    This archive was generated by hypermail 2b29 : Mon Apr 21 2003 - 02:17:40 EDT