Skip to content

A question about compile v2/v3/v4 source code #301

@RainSureZhao

Description

@RainSureZhao

Hello, when I try to compile the source code for version v2/v3/v4 using the Makefile, I use make all/make release, but I am told that AddTriangles() is not found.

The error message is here:

In file included from Src/MultiGridOctreeData.h:254,
                 from Src/MultiGridOctest.cpp:86:
Src/MultiGridOctreeData.inl: In static member function 'static int Octree<Degree>::AddTriangles(CoredMeshData*, std::vector<CoredPointIndex>*, std::vector<Point3D<float> >*, const int&)':
Src/MultiGridOctreeData.inl:2279:53: error: no matching function for call to 'Octree<Degree>::AddTriangles(CoredMeshData*&, std::vector<CoredPointIndex>&, std::vector<Point3D<float> >*&, const int&)'
  return AddTriangles(mesh,e,interiorPositions,offSet);

Compilation environment:
ubuntu 22.04
GNU Make 4.3
g++ 11.4.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions