Come preannunciato, questi sono gli errori di compilazione di un make
nella directory meshlabplugins/meshfilter
mario@ath64:~/src/meshlab/src/meshlabplugins/meshfilter$ make
g++-3.3 -c -pipe -g -w -D_REENTRANT -fPIC -DQT_PLUGIN -DQT_CORE_LIB
-DQT_GUI_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I.
-I/usr/include/qt4/QtGui -I/usr/include/qt4/QtCore -I/usr/include/qt4
-I../.. -I../../../../sf -I../../../../code/lib/glew/include -I. -I. -o
meshfilter.o meshfilter.cpp
In file included from ../../meshlab/meshmodel.h:53,
from meshfilter.h:28,
from meshfilter.cpp:28:
../../../../sf/vcg/simplex/faceplus/component_ocf.h: In function `bool
vcg::tri::HasPerWedgeTexture(const vcg::TriMesh<VertContainerType,
vcg::face::vector_ocf<FaceType> >&)':
../../../../sf/vcg/simplex/faceplus/component_ocf.h:361: error: syntax error
before `::' token
../../../../sf/vcg/simplex/faceplus/component_ocf.h: In function `bool
vcg::tri::HasPerFaceColor(const vcg::TriMesh<VertContainerType,
vcg::face::vector_ocf<FaceType> >&)':
../../../../sf/vcg/simplex/faceplus/component_ocf.h:368: error: syntax error
before `::' token
In file included from ../../../../sf/vcg/complex/trimesh/closest.h:103,
from ../../../../sf/vcg/complex/trimesh/clean.h:84,
from meshfilter.cpp:29:
../../../../sf/vcg/space/index/space_iterators.h: In member function `bool
vcg::RayIterator<Spatial_Idexing, INTFUNCTOR, TMARKER>::Refresh()':
../../../../sf/vcg/space/index/space_iterators.h:161: error: syntax error
before `;' token
../../../../sf/vcg/space/index/space_iterators.h: In member function `void
vcg::ClosestIterator<Spatial_Idexing, DISTFUNCTOR, TMARKER>::Refresh()':
../../../../sf/vcg/space/index/space_iterators.h:392: error: syntax error
before `;' token
In file included from ../../../../sf/vcg/complex/trimesh/clean.h:84,
from meshfilter.cpp:29:
../../../../sf/vcg/complex/trimesh/closest.h: In function `typename
MESH::FaceType* vcg::trimesh::GetClosestFace(MESH&, GRID&, typename
GRID::CoordType&, typename GRID::ScalarType&, typename
GRID::ScalarType&,
typename GRID::CoordType, typename GRID::CoordType&, typename
GRID::CoordType&)':
../../../../sf/vcg/complex/trimesh/closest.h:151: error: ISO C++ forbids
declaration of `ScalarType' with no type
../../../../sf/vcg/complex/trimesh/closest.h:151: error: `::ScalarType'
is not
a valid declarator
../../../../sf/vcg/complex/trimesh/closest.h:151: error: syntax error
before `;
' token
../../../../sf/vcg/complex/trimesh/closest.h:152: error: type/value
mismatch at
argument 1 in template parameter list for `template<class P3ScalarType>
class vcg::Point3'
../../../../sf/vcg/complex/trimesh/closest.h:152: error: expected a
type, got
`ScalarType'
../../../../sf/vcg/complex/trimesh/closest.h:152: error: ISO C++ forbids
declaration of `Point3x' with no type
../../../../sf/vcg/complex/trimesh/closest.h:159: error: syntax error
before `,
' token
../../../../sf/vcg/complex/trimesh/closest.h:159: error: `typename
MESH::FaceType MarkerFace' redeclared as different kind of symbol
../../../../sf/vcg/complex/trimesh/closest.h:154: error: previous
declaration
of `typedef class vcg::trimesh::FaceTmark<MESH> MarkerFace'
../../../../sf/vcg/complex/trimesh/closest.h:159: error: declaration of `
typename MESH::FaceType MarkerFace'
../../../../sf/vcg/complex/trimesh/closest.h:154: error: conflicts with
previous declaration `typedef class vcg::trimesh::FaceTmark<MESH>
MarkerFace
'
../../../../sf/vcg/complex/trimesh/closest.h: In function `typename
MESH::FaceType* vcg::trimesh::GetClosestFace(MESH&, GRID&, typename
GRID::CoordType&, typename GRID::ScalarType&, typename
GRID::ScalarType&,
typename GRID::CoordType, typename GRID::CoordType&)':
../../../../sf/vcg/complex/trimesh/closest.h:184: error: to refer to a type
member of a template parameter, use `typename GRID::ScalarType'
../../../../sf/vcg/complex/trimesh/closest.h:189: error: syntax error
before `,
' token
../../../../sf/vcg/complex/trimesh/closest.h: In function `typename
MESH::FaceType* vcg::trimesh::GetClosestFace(MESH&, GRID&, typename
GRID::CoordType&, typename GRID::ScalarType&, typename
GRID::ScalarType&,
typename GRID::CoordType)':
../../../../sf/vcg/complex/trimesh/closest.h:197: error: ISO C++ forbids
declaration of `ScalarType' with no type
../../../../sf/vcg/complex/trimesh/closest.h:197: error: `::ScalarType'
is not
a valid declarator
../../../../sf/vcg/complex/trimesh/closest.h:197: error: syntax error
before `;
' token
../../../../sf/vcg/complex/trimesh/closest.h:198: error: type/value
mismatch at
argument 1 in template parameter list for `template<class P3ScalarType>
class vcg::Point3'
../../../../sf/vcg/complex/trimesh/closest.h:198: error: expected a
type, got
`ScalarType'
../../../../sf/vcg/complex/trimesh/closest.h:198: error: ISO C++ forbids
declaration of `Point3x' with no type
../../../../sf/vcg/complex/trimesh/closest.h:204: error: syntax error
before `>
' token
../../../../sf/vcg/complex/trimesh/closest.h: In function `typename
MESH::VertexType* vcg::trimesh::GetClosestVertex(MESH&, GRID&, typename
GRID::CoordType&, typename GRID::ScalarType&, typename
GRID::ScalarType&)':
../../../../sf/vcg/complex/trimesh/closest.h:211: error: ISO C++ forbids
declaration of `ScalarType' with no type
../../../../sf/vcg/complex/trimesh/closest.h:211: error: `::ScalarType'
is not
a valid declarator
../../../../sf/vcg/complex/trimesh/closest.h:211: error: syntax error
before `;
' token
../../../../sf/vcg/complex/trimesh/closest.h:212: error: type/value
mismatch at
argument 1 in template parameter list for `template<class P3ScalarType>
class vcg::Point3'
../../../../sf/vcg/complex/trimesh/closest.h:212: error: expected a
type, got
`ScalarType'
../../../../sf/vcg/complex/trimesh/closest.h:212: error: ISO C++ forbids
declaration of `Point3x' with no type
../../../../sf/vcg/complex/trimesh/closest.h:219: error: syntax error
before `,
' token
../../../../sf/vcg/complex/trimesh/closest.h: In function `unsigned int
vcg::trimesh::GetKClosestFace(MESH&, GRID&, unsigned int, typename
GRID::CoordType&, typename GRID::ScalarType&, OBJPTRCONTAINER&,
DISTCONTAINER&, POINTCONTAINER&)':
../../../../sf/vcg/complex/trimesh/closest.h:231: error: syntax error
before `,
' token
../../../../sf/vcg/complex/trimesh/closest.h: In function `unsigned int
vcg::trimesh::GetKClosestVertex(MESH&, GRID&, unsigned int, typename
GRID::CoordType&, typename GRID::ScalarType&, OBJPTRCONTAINER&,
DISTCONTAINER&, POINTCONTAINER&)':
../../../../sf/vcg/complex/trimesh/closest.h:244: error: syntax error
before `,
' token
../../../../sf/vcg/complex/trimesh/closest.h: In function `unsigned int
vcg::trimesh::GetInSphereFace(MESH&, GRID&, typename GRID::CoordType&,
typename GRID::ScalarType&, OBJPTRCONTAINER&, DISTCONTAINER&,
POINTCONTAINER&)':
../../../../sf/vcg/complex/trimesh/closest.h:261: error: syntax error
before `,
' token
../../../../sf/vcg/complex/trimesh/closest.h: In function `unsigned int
vcg::trimesh::GetInSphereVertex(MESH&, GRID&, typename GRID::CoordType&,
typename GRID::ScalarType&, OBJPTRCONTAINER&, DISTCONTAINER&,
POINTCONTAINER&)':
../../../../sf/vcg/complex/trimesh/closest.h:278: error: syntax error
before `,
' token
../../../../sf/vcg/complex/trimesh/closest.h: In function `unsigned int
vcg::trimesh::GetInBoxFace(MESH&, GRID&, vcg::Box3<typename
GRID::ScalarType>, OBJPTRCONTAINER&)':
../../../../sf/vcg/complex/trimesh/closest.h:291: error: syntax error
before `,
' token
../../../../sf/vcg/complex/trimesh/closest.h: In function `unsigned int
vcg::trimesh::GetInBoxVertex(MESH&, GRID&, vcg::Box3<typename
GRID::ScalarType>, OBJPTRCONTAINER&)':
../../../../sf/vcg/complex/trimesh/closest.h:303: error: syntax error
before `,
' token
../../../../sf/vcg/complex/trimesh/closest.h: In function `typename
GRID::ObjPtr vcg::trimesh::DoRay(MESH&, GRID&, const vcg::Ray3<typename
GRID::ScalarType, false>&, typename GRID::ScalarType&, typename
GRID::ScalarType&)':
../../../../sf/vcg/complex/trimesh/closest.h:310: error: ISO C++ forbids
declaration of `FaceType' with no type
../../../../sf/vcg/complex/trimesh/closest.h:310: error: `::FaceType' is
not a
valid declarator
../../../../sf/vcg/complex/trimesh/closest.h:310: error: syntax error
before `;
' token
../../../../sf/vcg/complex/trimesh/closest.h:311: error: ISO C++ forbids
declaration of `ScalarType' with no type
../../../../sf/vcg/complex/trimesh/closest.h:311: error: `::ScalarType'
is not
a valid declarator
../../../../sf/vcg/complex/trimesh/closest.h:311: error: syntax error
before `;
' token
../../../../sf/vcg/complex/trimesh/closest.h: At global scope:
../../../../sf/vcg/complex/trimesh/closest.h:324: error: syntax error
before `>
' token
../../../../sf/vcg/complex/trimesh/closest.h:328: error: syntax error
before `;
' token
../../../../sf/vcg/complex/trimesh/closest.h:329: error: `MESH' was not
declared in this scope
../../../../sf/vcg/complex/trimesh/closest.h:329: error: template
argument 1 is
invalid
../../../../sf/vcg/complex/trimesh/closest.h:329: error: syntax error
before `;
' token
../../../../sf/vcg/complex/trimesh/closest.h:330: error: using `typename'
outside of template
../../../../sf/vcg/complex/trimesh/closest.h:331: error: `GRID' was not
declared in this scope
../../../../sf/vcg/complex/trimesh/closest.h:331: error: `MESH' was not
declared in this scope
../../../../sf/vcg/complex/trimesh/closest.h:331: error: template
argument 1 is
invalid
../../../../sf/vcg/complex/trimesh/closest.h:331: error: syntax error
before `>
' token
../../../../sf/vcg/complex/trimesh/closest.h:332: error: `MESH' is not a
class
or namespace
../../../../sf/vcg/complex/trimesh/closest.h:332: error: `FaceType' is not a
class or namespace
../../../../sf/vcg/complex/trimesh/closest.h:332: error: using `typename'
outside of template
../../../../sf/vcg/complex/trimesh/closest.h:332: error: `MESH' fails to
be a
typedef or built in type
../../../../sf/vcg/complex/trimesh/closest.h:332: error: ISO C++ forbids
declaration of `FaceType' with no type
../../../../sf/vcg/complex/trimesh/closest.h:333: error: `MESH' is not a
class
or namespace
../../../../sf/vcg/complex/trimesh/closest.h:333: error: `ScalarType' is
not a
class or namespace
../../../../sf/vcg/complex/trimesh/closest.h:333: error: using `typename'
outside of template
../../../../sf/vcg/complex/trimesh/closest.h:333: error: `MESH' fails to
be a
typedef or built in type
../../../../sf/vcg/complex/trimesh/closest.h:333: error: ISO C++ forbids
declaration of `ScalarType' with no type
../../../../sf/vcg/complex/trimesh/closest.h:336: error: `GridType' was not
declared in this scope
../../../../sf/vcg/complex/trimesh/closest.h:336: error: `_Si' was not
declared
in this scope
../../../../sf/vcg/complex/trimesh/closest.h:336: error: ISO C++ forbids
declaration of `ClosestFaceIterator' with no type
../../../../sf/vcg/complex/trimesh/closest.h:336: error: `int
vcg::trimesh::ClosestFaceIterator' redeclared as different kind of
symbol
../../../../sf/vcg/complex/trimesh/closest.h:323: error: previous
declaration
of `template<class GRID, class MESH> class
vcg::trimesh::ClosestFaceIterator
'
../../../../sf/vcg/complex/trimesh/closest.h:336: error: syntax error
before `:
' token
../../../../sf/vcg/complex/trimesh/closest.h:338: error: `MeshType' was not
declared in this scope
../../../../sf/vcg/complex/trimesh/closest.h:338: error: `m' was not
declared
in this scope
../../../../sf/vcg/complex/trimesh/closest.h:339: error: variable or field `
SetMesh' declared void
../../../../sf/vcg/complex/trimesh/closest.h:339: error: syntax error
before `{
' token
../../../../sf/vcg/complex/trimesh/closest.h:343: error: syntax error
before `<
' token
../../../../sf/vcg/complex/trimesh/closest.h:347: error: syntax error
before `;
' token
../../../../sf/vcg/complex/trimesh/closest.h:348: error: syntax error
before `<
' token
../../../../sf/vcg/complex/trimesh/closest.h:349: error: using `typename'
outside of template
../../../../sf/vcg/complex/trimesh/closest.h:350: error: `GRID' was not
declared in this scope
../../../../sf/vcg/complex/trimesh/closest.h:350: error: syntax error
before `<
' token
../../../../sf/vcg/complex/trimesh/closest.h:352: error: `GridType' was not
declared in this scope
../../../../sf/vcg/complex/trimesh/closest.h:352: error: `_Si' was not
declared
in this scope
../../../../sf/vcg/complex/trimesh/closest.h:352: error: ISO C++ forbids
declaration of `ClosestVertexIterator' with no type
../../../../sf/vcg/complex/trimesh/closest.h:352: error: `int
ClosestVertexIterator' redeclared as different kind of symbol
../../../../sf/vcg/complex/trimesh/closest.h:343: error: previous
declaration
of `template<class GRID, class MESH> class ClosestVertexIterator'
../../../../sf/vcg/complex/trimesh/closest.h:352: error: syntax error
before `:
' token
../../../../sf/vcg/complex/trimesh/closest.h:354: error: `MeshType' was not
declared in this scope
../../../../sf/vcg/complex/trimesh/closest.h:354: error: `m' was not
declared
in this scope
../../../../sf/vcg/complex/trimesh/closest.h:355: error: variable or field `
SetMesh' declared void
../../../../sf/vcg/complex/trimesh/closest.h:355: error: syntax error
before `{
' token
../../../../sf/vcg/complex/trimesh/closest.h:359: error: syntax error
before `<
' token
../../../../sf/vcg/complex/trimesh/closest.h:363: error: syntax error
before `;
' token
../../../../sf/vcg/complex/trimesh/closest.h:364: error: syntax error
before `<
' token
../../../../sf/vcg/complex/trimesh/closest.h:365: error: using `typename'
outside of template
../../../../sf/vcg/complex/trimesh/closest.h:366: error: `GRID' was not
declared in this scope
../../../../sf/vcg/complex/trimesh/closest.h:366: error: syntax error
before `<
' token
../../../../sf/vcg/complex/trimesh/closest.h:367: error: `MESH' is not a
class
or namespace
../../../../sf/vcg/complex/trimesh/closest.h:367: error: `FaceType' is not a
class or namespace
../../../../sf/vcg/complex/trimesh/closest.h:367: error: using `typename'
outside of template
../../../../sf/vcg/complex/trimesh/closest.h:367: error: `MESH' fails to
be a
typedef or built in type
../../../../sf/vcg/complex/trimesh/closest.h:367: error: ISO C++ forbids
declaration of `FaceType' with no type
../../../../sf/vcg/complex/trimesh/closest.h:368: error: `MESH' is not a
class
or namespace
../../../../sf/vcg/complex/trimesh/closest.h:368: error: `ScalarType' is
not a
class or namespace
../../../../sf/vcg/complex/trimesh/closest.h:368: error: using `typename'
outside of template
../../../../sf/vcg/complex/trimesh/closest.h:368: error: `MESH' fails to
be a
typedef or built in type
../../../../sf/vcg/complex/trimesh/closest.h:368: error: ISO C++ forbids
declaration of `ScalarType' with no type
../../../../sf/vcg/complex/trimesh/closest.h:370: error: `GridType' was not
declared in this scope
../../../../sf/vcg/complex/trimesh/closest.h:370: error: `_Si' was not
declared
in this scope
../../../../sf/vcg/complex/trimesh/closest.h:370: error: ISO C++ forbids
declaration of `TriRayIterator' with no type
../../../../sf/vcg/complex/trimesh/closest.h:370: error: `int
TriRayIterator'
redeclared as different kind of symbol
../../../../sf/vcg/complex/trimesh/closest.h:359: error: previous
declaration
of `template<class GRID, class MESH> class TriRayIterator'
../../../../sf/vcg/complex/trimesh/closest.h:370: error: syntax error
before `:
' token
../../../../sf/vcg/complex/trimesh/closest.h:372: error: `MeshType' was not
declared in this scope
../../../../sf/vcg/complex/trimesh/closest.h:372: error: `m' was not
declared
in this scope
../../../../sf/vcg/complex/trimesh/closest.h:373: error: variable or field `
SetMesh' declared void
../../../../sf/vcg/complex/trimesh/closest.h:373: error: redefinition of
`int
SetMesh'
../../../../sf/vcg/complex/trimesh/closest.h:355: error: `int SetMesh'
previously defined here
../../../../sf/vcg/complex/trimesh/closest.h:373: error: syntax error
before `{
' token
In file included from ../../../../sf/vcg/space/index/grid_static_ptr.h:145,
from ../../../../sf/vcg/complex/trimesh/clean.h:85,
from meshfilter.cpp:29:
../../../../sf/vcg/space/index/grid_util.h:76: error: syntax error
before `;'
token
../../../../sf/vcg/space/index/grid_util.h:77: error: syntax error
before `;'
token
../../../../sf/vcg/space/index/grid_util.h:78: error: syntax error
before `;'
token
../../../../sf/vcg/space/index/grid_util.h:79: error: syntax error
before `;'
token
../../../../sf/vcg/space/index/grid_util.h:80: error: syntax error
before `*'
token
../../../../sf/vcg/space/index/grid_util.h:81: error: syntax error
before `;'
token
../../../../sf/vcg/space/index/grid_util.h:83: error: 'Box3x' is used as a
type, but is not defined as a type.
../../../../sf/vcg/space/index/grid_util.h:121: error: syntax error
before `&'
token
../../../../sf/vcg/space/index/grid_util.h:129: error: type specifier
omitted
for parameter `Box3x'
../../../../sf/vcg/space/index/grid_util.h:129: error: syntax error
before `&'
token
In file included from ../../../../sf/vcg/space/index/grid_static_ptr.h:146,
from ../../../../sf/vcg/complex/trimesh/clean.h:85,
from meshfilter.cpp:29:
../../../../sf/vcg/space/index/grid_closest.h: In function `typename
SPATIAL_INDEX::ObjPtr vcg::GridClosest(SPATIAL_INDEX&,
OBJPOINTDISTFUNCTOR,
OBJMARKER&, typename SPATIAL_INDEX::CoordType&, typename
SPATIAL_INDEX::ScalarType&, typename SPATIAL_INDEX::ScalarType&,
typename
SPATIAL_INDEX::CoordType&)':
../../../../sf/vcg/space/index/grid_closest.h:85: error: syntax error
before `;
' token
../../../../sf/vcg/space/index/grid_closest.h:99: error: syntax error
before `,
' token
../../../../sf/vcg/space/index/grid_closest.h: In function `unsigned int
vcg::GridGetInBox(SPATIALINDEXING&, OBJMARKER&, vcg::Box3<typename
FVTYPE::ScalarType>, OBJPTRCONTAINER&)':
../../../../sf/vcg/space/index/grid_closest.h:247: error: syntax error
before `
,' token
../../../../sf/vcg/space/index/grid_closest.h:267: error: syntax error
before `
=' token
In file included from ../../../../sf/vcg/complex/trimesh/clean.h:85,
from meshfilter.cpp:29:
../../../../sf/vcg/space/index/grid_static_ptr.h: At global scope:
../../../../sf/vcg/space/index/grid_static_ptr.h:192: error: syntax error
before `;' token
../../../../sf/vcg/space/index/grid_static_ptr.h:483: error: syntax error
before `>' token
In file included from meshfilter.cpp:29:
../../../../sf/vcg/complex/trimesh/clean.h: In static member function
`static
int
vcg::tri::Clean<CleanMeshType>::DetectUnreferencedVertex(CleanMeshType&)
':
../../../../sf/vcg/complex/trimesh/clean.h:132: error: syntax error
before `;'
token
../../../../sf/vcg/complex/trimesh/clean.h: In static member function
`static
void vcg::tri::Clean<CleanMeshType>::IsOrientedMesh(CleanMeshType&,
bool,
bool)':
../../../../sf/vcg/complex/trimesh/clean.h:541: error: syntax error
before `;'
token
../../../../sf/vcg/complex/trimesh/clean.h: In static member function
`static
bool vcg::tri::Clean<CleanMeshType>::SelfIntersections(CleanMeshType&)':
../../../../sf/vcg/complex/trimesh/clean.h:649: error: syntax error
before `;'
token
/usr/include/c++/3.3/bits/stl_algo.h: In function `const _Tp&
std::__median(const _Tp&, const _Tp&, const _Tp&, _Compare) [with _Tp =
CVertexO*, _Compare =
vcg::tri::Clean<CMeshO>::RemoveDuplicateVert_Compare]
':
/usr/include/c++/3.3/bits/stl_algo.h:2149: instantiated from `void
std::__introsort_loop(_RandomAccessIter, _RandomAccessIter, _Size,
_Compare) [with _RandomAccessIter =
__gnu_cxx::__normal_iterator<CVertexO**, std::vector<CVertexO*,
std::allocator<CVertexO*> > >, _Size = long int, _Compare =
vcg::tri::Clean<CMeshO>::RemoveDuplicateVert_Compare]'
/usr/include/c++/3.3/bits/stl_algo.h:2211: instantiated from `void
std::sort(_RandomAccessIter, _RandomAccessIter, _Compare) [with
_RandomAccessIter = __gnu_cxx::__normal_iterator<CVertexO**,
std::vector<CVertexO*, std::allocator<CVertexO*> > >, _Compare =
vcg::tri::Clean<CMeshO>::RemoveDuplicateVert_Compare]'
../../../../sf/vcg/complex/trimesh/clean.h:169: instantiated from
`static int
vcg::tri::Clean<CleanMeshType>::RemoveDuplicateVertex(CleanMeshType&)
[with CleanMeshType = CMeshO]'
meshfilter.cpp:85: instantiated from here
/usr/include/c++/3.3/bits/stl_algo.h:124: error: no match for call to `(
vcg::tri::Clean<CMeshO>::RemoveDuplicateVert_Compare) (CVertexO* const&,
CVertexO* const&)'
../../../../sf/vcg/complex/trimesh/clean.h:124: error: candidates are: bool
vcg::tri::Clean<CleanMeshType>::RemoveDuplicateVert_Compare::operator()(typename
CleanMeshType::VertexPointer&, typename
CleanMeshType::VertexPointer&) [with
CleanMeshType = CMeshO]
/usr/include/c++/3.3/bits/stl_algo.h:125: error: no match for call to `(
vcg::tri::Clean<CMeshO>::RemoveDuplicateVert_Compare) (CVertexO* const&,
CVertexO* const&)'
../../../../sf/vcg/complex/trimesh/clean.h:124: error: candidates are: bool
vcg::tri::Clean<CleanMeshType>::RemoveDuplicateVert_Compare::operator()(typename
CleanMeshType::VertexPointer&, typename
CleanMeshType::VertexPointer&) [with
CleanMeshType = CMeshO]
/usr/include/c++/3.3/bits/stl_algo.h:127: error: no match for call to `(
vcg::tri::Clean<CMeshO>::RemoveDuplicateVert_Compare) (CVertexO* const&,
CVertexO* const&)'
../../../../sf/vcg/complex/trimesh/clean.h:124: error: candidates are: bool
vcg::tri::Clean<CleanMeshType>::RemoveDuplicateVert_Compare::operator()(typename
CleanMeshType::VertexPointer&, typename
CleanMeshType::VertexPointer&) [with
CleanMeshType = CMeshO]
/usr/include/c++/3.3/bits/stl_algo.h:131: error: no match for call to `(
vcg::tri::Clean<CMeshO>::RemoveDuplicateVert_Compare) (CVertexO* const&,
CVertexO* const&)'
../../../../sf/vcg/complex/trimesh/clean.h:124: error: candidates are: bool
vcg::tri::Clean<CleanMeshType>::RemoveDuplicateVert_Compare::operator()(typename
CleanMeshType::VertexPointer&, typename
CleanMeshType::VertexPointer&) [with
CleanMeshType = CMeshO]
/usr/include/c++/3.3/bits/stl_algo.h:133: error: no match for call to `(
vcg::tri::Clean<CMeshO>::RemoveDuplicateVert_Compare) (CVertexO* const&,
CVertexO* const&)'
../../../../sf/vcg/complex/trimesh/clean.h:124: error: candidates are: bool
vcg::tri::Clean<CleanMeshType>::RemoveDuplicateVert_Compare::operator()(typename
CleanMeshType::VertexPointer&, typename
CleanMeshType::VertexPointer&) [with
CleanMeshType = CMeshO]
{standard input}: Assembler messages:
{standard input}:259: Error: symbol `SetMesh' is already defined
make: *** [meshfilter.o] Error 1
mario@ath64:~/src/meshlab/src/meshlabplugins/meshfilter$
|