Changes between Initial Version and Version 1 of Ticket #69312


Ignore:
Timestamp:
Feb 10, 2024, 9:17:36 PM (3 months ago)
Author:
programmingkidx
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #69312 – Description

    initial v1  
    1313}}}
    1414
    15 Currently the irrlichtmt port being used is version 1.9.0mt10. The newest version is irrlicht-1.9.0mt14. I downloaded this version it was able to build it successfully. I just had to specify the compiler to use. This is the command I used to make the cmake step work:
     15Currently the irrlichtmt port being used is version 1.9.0mt10. The newest version is irrlicht-1.9.0mt14. I downloaded this version and it was able to build it successfully. I just had to specify the compiler to use. This is the command I used to make the cmake step work:
    1616
    1717
     
    2020}}}
    2121
    22 I picked clang-mp-16 because it was already on my system. I don't know if an older version world work. From the error message I saw it looks like a compiler that supports CXX17 should work.
     22I picked clang-mp-16 because it was already on my system. I don't know if an older version would work. From the error message I saw it looks like a compiler that supports CXX17 should work.
    2323
    2424This is where I downloaded irrlichtmt: https://github.com/minetest/irrlicht/releases/tag/1.9.0mt14