FlightControl-Master / MOOSE

Mission Object Oriented Scripting Environment (MOOSE) for lua mission scripting design in DCS World
http://flightcontrol-master.github.io/MOOSE/
GNU General Public License v3.0
292 stars 94 forks source link

no member named 'set_auto_area_function' in 'libMesh::Poly2TriTriangulator' #2127

Closed mnabilbhuiyan closed 2 months ago

mnabilbhuiyan commented 2 months ago

I am trying to install MOOSE. I got the following issue when building MOOSE:projects/moose/framework/src/meshgenerators/XYDelaunayGenerator.C:255:14: error: no member named 'set_auto_area_function' in 'libMesh::Poly2TriTriangulator' poly2tri.set_auto_area_function(


1 error generated.
make: *** [/Users/mnb21002/projects/moose/framework/build.mk:150: /Users/mnb21002/projects/moose/framework/build/unity_src/meshgenerators_Unity.aarch64-apple-darwin20.0.0.opt.lo] Error 1
make: *** Waiting for unfinished jobs....
Could anybody give me any suggestions?
Applevangelist commented 2 months ago

You do not need to build Moose. It's one big lua file, the Moose.lua is basically just all classes in one file.

mnabilbhuiyan commented 2 months ago

Thank you so much.