Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for issue 101: fails to compile on OSX #106

Closed

Commits on Oct 3, 2015

  1. avoid clashing with system version of equivalent() (MacOSX)

    On MacOSX, there is a library function equivalent(). The glh
    library included here sets equivalent as a macro which then
    causes a cascade of errors. This change uses a name within the
    header file that is unlikely to clash with a system name: switch
    to glh_equivalent.
    njwilliams committed Oct 3, 2015
    Configuration menu
    Copy the full SHA
    2a09b47 View commit details
    Browse the repository at this point in the history
  2. remove unused copies of glh header files

    The glh header files are used within the sample NiViewer, but
    are not used by any other sample. However each sample contains
    a complete copy of the unneccessary files.
    njwilliams committed Oct 3, 2015
    Configuration menu
    Copy the full SHA
    cb63ebb View commit details
    Browse the repository at this point in the history