Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
  • A Armagetron Advanced
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 29
    • Issues 29
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Armagetron Advanced
  • Armagetron Advanced
  • Issues
  • #120
Closed
Open
Created Jan 16, 2022 by Ryan Schmidt@ryandesign

error: use of undeclared identifier 'finite'; did you mean 'isfinite'?

Building 0.2.9.1.0 fails with newer versions of clang, such as the one you get on macOS 12:

./tools/tMath.h:46:12: error: use of undeclared identifier 'finite'; did you mean 'isfinite'?
    return finite( f );
           ^~~~~~
           isfinite

and many other similar errors. Full build log here.

It is difficult to understand why this problem is occurring since 0.2.9.1.0 was released 1 year ago and the fix for this problem (using isfinite instead of finite) was committed in f1762921 8 years ago.

Assignee
Assign to
Time tracking