DGtal-team / DGtal

Digital Geometry Tools and Algorithm Library
https://dgtal.org
GNU Lesser General Public License v3.0
370 stars 115 forks source link

Build problem Decomposition #201

Closed dcoeurjo closed 13 years ago

dcoeurjo commented 13 years ago

/home/dcoeurjo/Sources/DGtal/src/DGtal/geometry/2d/GreedyDecomposition.ih:190:84: warning: type qualifiers ignored on function return type /home/dcoeurjo/Sources/DGtal/src/DGtal/geometry/2d/GreedyDecomposition.ih:202:88: warning: type qualifiers ignored on function return type /home/dcoeurjo/Sources/DGtal/tests/geometry/3d/testArithDSS3d.cpp: In function ‘bool testSegmentation()’: /home/dcoeurjo/Sources/DGtal/tests/geometry/3d/testArithDSS3d.cpp:121:11: error: ‘GreedyDecomposition’ does not name a type /home/dcoeurjo/Sources/DGtal/tests/geometry/3d/testArithDSS3d.cpp:145:5: error: ‘Decomposition’ was not declared in this scope /home/dcoeurjo/Sources/DGtal/tests/geometry/3d/testArithDSS3d.cpp:145:19: error: expected ‘;’ before ‘theDecomposition’ /home/dcoeurjo/Sources/DGtal/tests/geometry/3d/testArithDSS3d.cpp:148:5: error: ‘Decomposition’ is not a class, namespace, or enumeration /home/dcoeurjo/Sources/DGtal/tests/geometry/3d/testArithDSS3d.cpp:148:36: error: expected ‘;’ before ‘i’ /home/dcoeurjo/Sources/DGtal/tests/geometry/3d/testArithDSS3d.cpp:149:13: error: ‘i’ was not declared in this scope /home/dcoeurjo/Sources/DGtal/tests/geometry/3d/testArithDSS3d.cpp:149:18: error: ‘theDecomposition’ was not declared in this scope make[2]: * [tests/geometry/3d/CMakeFiles/testArithDSS3d.dir/testArithDSS3d.cpp.o] Erreur 1 make[1]: * [tests/geometry/3d/CMakeFiles/testArithDSS3d.dir/all] Erreur 2 make: *\ [all] Erreur 2

dcoeurjo commented 13 years ago

done