CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY In file included from /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.c:2:0: /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h: In function 'cgltf_load_buffer_base64': /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1168:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size i = 0; i < size; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1168:2: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code In file included from /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf_write.c:2:0: /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf_write.h: In function 'cgltf_write_indent': /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf_write.h:162:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (int i = 0; i < context->depth; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf_write.h:162:2: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h: In function 'cgltf_load_buffers': /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1257:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size i = 0; i < data->buffers_count; ++i) ^ In file included from /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf_write.c:2:0: /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf_write.h: In function 'cgltf_write_floatarrayprop': /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf_write.h:263:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size i = 0; i < dim; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h: In function 'cgltf_calc_index_bound': /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1317:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (size_t i = 0; i < count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1325:15: error: redefinition of 'i' for (size_t i = 0; i < count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1317:15: note: previous definition of 'i' was here for (size_t i = 0; i < count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1325:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (size_t i = 0; i < count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1333:15: error: redefinition of 'i' for (size_t i = 0; i < count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1325:15: note: previous definition of 'i' was here for (size_t i = 0; i < count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf_write.h: In function 'cgltf_write_primitive': /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1333:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (size_t i = 0; i < count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf_write.h:399:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size i = 0; i < prim->attributes_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h: In function 'cgltf_validate': /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1349:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size i = 0; i < data->accessors_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf_write.h:409:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size i = 0; i < prim->targets_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf_write.h:412:4: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size j = 0; j < prim->targets[i].attributes_count; ++j) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1398:18: error: redefinition of 'i' for (cgltf_size i = 0; i < data->buffer_views_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1349:18: note: previous definition of 'i' was here for (cgltf_size i = 0; i < data->accessors_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1398:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size i = 0; i < data->buffer_views_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf_write.h:436:4: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size i = 0; i < prim->draco_mesh_compression.attributes_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1463:18: error: redefinition of 'i' for (cgltf_size i = 0; i < data->meshes_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1398:18: note: previous definition of 'i' was here for (cgltf_size i = 0; i < data->buffer_views_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1463:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size i = 0; i < data->meshes_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf_write.h: In function 'cgltf_write_mesh': /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf_write.h:455:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size i = 0; i < mesh->primitives_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1481:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size j = 0; j < data->meshes[i].primitives_count; ++j) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1492:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size k = 0; k < data->meshes[i].primitives[j].attributes_count; ++k) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1500:21: error: redefinition of 'k' for (cgltf_size k = 0; k < data->meshes[i].primitives[j].targets_count; ++k) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1492:21: note: previous definition of 'k' was here for (cgltf_size k = 0; k < data->meshes[i].primitives[j].attributes_count; ++k) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1500:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size k = 0; k < data->meshes[i].primitives[j].targets_count; ++k) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1502:6: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size m = 0; m < data->meshes[i].primitives[j].targets[k].attributes_count; ++m) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1534:18: error: redefinition of 'i' for (cgltf_size i = 0; i < data->nodes_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1463:18: note: previous definition of 'i' was here for (cgltf_size i = 0; i < data->meshes_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1534:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size i = 0; i < data->nodes_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1545:18: error: redefinition of 'i' for (cgltf_size i = 0; i < data->nodes_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1534:18: note: previous definition of 'i' was here for (cgltf_size i = 0; i < data->nodes_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1545:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size i = 0; i < data->nodes_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1562:18: error: redefinition of 'i' for (cgltf_size i = 0; i < data->scenes_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1545:18: note: previous definition of 'i' was here for (cgltf_size i = 0; i < data->nodes_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1562:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size i = 0; i < data->scenes_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1564:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size j = 0; j < data->scenes[i].nodes_count; ++j) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1573:18: error: redefinition of 'i' for (cgltf_size i = 0; i < data->animations_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1562:18: note: previous definition of 'i' was here for (cgltf_size i = 0; i < data->scenes_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1573:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size i = 0; i < data->animations_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1575:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size j = 0; j < data->animations[i].channels_count; ++j) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h: In function 'cgltf_free_extensions': /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1638:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size i = 0; i < extensions_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h: In function 'cgltf_free': /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1662:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size i = 0; i < data->accessors_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1674:18: error: redefinition of 'i' for (cgltf_size i = 0; i < data->buffer_views_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1662:18: note: previous definition of 'i' was here for (cgltf_size i = 0; i < data->accessors_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1674:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size i = 0; i < data->buffer_views_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1682:18: error: redefinition of 'i' for (cgltf_size i = 0; i < data->buffers_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1674:18: note: previous definition of 'i' was here for (cgltf_size i = 0; i < data->buffer_views_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1682:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size i = 0; i < data->buffers_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1695:18: error: redefinition of 'i' for (cgltf_size i = 0; i < data->meshes_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1682:18: note: previous definition of 'i' was here for (cgltf_size i = 0; i < data->buffers_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1695:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size i = 0; i < data->meshes_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1699:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size j = 0; j < data->meshes[i].primitives_count; ++j) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1701:4: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size k = 0; k < data->meshes[i].primitives[j].attributes_count; ++k) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1708:20: error: redefinition of 'k' for (cgltf_size k = 0; k < data->meshes[i].primitives[j].targets_count; ++k) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1701:20: note: previous definition of 'k' was here for (cgltf_size k = 0; k < data->meshes[i].primitives[j].attributes_count; ++k) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1708:4: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size k = 0; k < data->meshes[i].primitives[j].targets_count; ++k) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1710:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size m = 0; m < data->meshes[i].primitives[j].targets[k].attributes_count; ++m) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1722:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size k = 0; k < data->meshes[i].primitives[j].draco_mesh_compression.attributes_count; ++k) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1736:19: error: redefinition of 'j' for (cgltf_size j = 0; j < data->meshes[i].target_names_count; ++j) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1699:19: note: previous definition of 'j' was here for (cgltf_size j = 0; j < data->meshes[i].primitives_count; ++j) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1736:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size j = 0; j < data->meshes[i].target_names_count; ++j) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1748:18: error: redefinition of 'i' for (cgltf_size i = 0; i < data->materials_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1695:18: note: previous definition of 'i' was here for (cgltf_size i = 0; i < data->meshes_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1748:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size i = 0; i < data->materials_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1791:18: error: redefinition of 'i' for (cgltf_size i = 0; i < data->images_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1748:18: note: previous definition of 'i' was here for (cgltf_size i = 0; i < data->materials_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1791:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size i = 0; i < data->images_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1802:18: error: redefinition of 'i' for (cgltf_size i = 0; i < data->textures_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1791:18: note: previous definition of 'i' was here for (cgltf_size i = 0; i < data->images_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1802:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size i = 0; i < data->textures_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1810:18: error: redefinition of 'i' for (cgltf_size i = 0; i < data->samplers_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1802:18: note: previous definition of 'i' was here for (cgltf_size i = 0; i < data->textures_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1810:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size i = 0; i < data->samplers_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1817:18: error: redefinition of 'i' for (cgltf_size i = 0; i < data->skins_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1810:18: note: previous definition of 'i' was here for (cgltf_size i = 0; i < data->samplers_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1817:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size i = 0; i < data->skins_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1827:18: error: redefinition of 'i' for (cgltf_size i = 0; i < data->cameras_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1817:18: note: previous definition of 'i' was here for (cgltf_size i = 0; i < data->skins_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1827:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size i = 0; i < data->cameras_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1835:18: error: redefinition of 'i' for (cgltf_size i = 0; i < data->lights_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1827:18: note: previous definition of 'i' was here for (cgltf_size i = 0; i < data->cameras_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1835:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size i = 0; i < data->lights_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1842:18: error: redefinition of 'i' for (cgltf_size i = 0; i < data->nodes_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1835:18: note: previous definition of 'i' was here for (cgltf_size i = 0; i < data->lights_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1842:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size i = 0; i < data->nodes_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1852:18: error: redefinition of 'i' for (cgltf_size i = 0; i < data->scenes_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1842:18: note: previous definition of 'i' was here for (cgltf_size i = 0; i < data->nodes_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1852:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size i = 0; i < data->scenes_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1862:18: error: redefinition of 'i' for (cgltf_size i = 0; i < data->animations_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1852:18: note: previous definition of 'i' was here for (cgltf_size i = 0; i < data->scenes_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1862:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size i = 0; i < data->animations_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1865:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size j = 0; j < data->animations[i].samplers_count; ++j) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1871:19: error: redefinition of 'j' for (cgltf_size j = 0; j < data->animations[i].channels_count; ++j) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1865:19: note: previous definition of 'j' was here for (cgltf_size j = 0; j < data->animations[i].samplers_count; ++j) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1871:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size j = 0; j < data->animations[i].channels_count; ++j) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1884:18: error: redefinition of 'i' for (cgltf_size i = 0; i < data->extensions_used_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1862:18: note: previous definition of 'i' was here for (cgltf_size i = 0; i < data->animations_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1884:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size i = 0; i < data->extensions_used_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1891:18: error: redefinition of 'i' for (cgltf_size i = 0; i < data->extensions_required_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1884:18: note: previous definition of 'i' was here for (cgltf_size i = 0; i < data->extensions_used_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1891:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size i = 0; i < data->extensions_required_count; ++i) ^ In file included from /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf_write.c:2:0: /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf_write.h: In function 'cgltf_write_skin': /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf_write.h:131:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (int i = 0; i < (int)(dim); ++i) { \ ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf_write.h:668:2: note: in expansion of macro 'CGLTF_WRITE_IDXARRPROP' CGLTF_WRITE_IDXARRPROP("joints", skin->joints_count, skin->joints, context->data->nodes); ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h: In function 'cgltf_node_transform_world': /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:1960:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (int i = 0; i < 4; ++i) ^ In file included from /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf_write.c:2:0: /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf_write.h: In function 'cgltf_write_animation': /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf_write.h:746:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size i = 0; i < animation->samplers_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf_write.h:755:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size i = 0; i < animation->channels_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h: In function 'cgltf_element_read_float': /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:2083:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size i = 0; i < num_components; ++i) ^ In file included from /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf_write.c:2:0: /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf_write.h: In function 'cgltf_write_node': /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf_write.h:131:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (int i = 0; i < (int)(dim); ++i) { \ ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf_write.h:779:2: note: in expansion of macro 'CGLTF_WRITE_IDXARRPROP' CGLTF_WRITE_IDXARRPROP("children", node->children_count, node->children, context->data->nodes); ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h: In function 'cgltf_accessor_unpack_floats': /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:2139:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size index = 0; index < element_count; index++, dest += floats_per_element) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:2164:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size reader_index = 0; reader_index < sparse->count; reader_index++, index_data += index_stride) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h: In function 'cgltf_element_read_uint': /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:2222:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size i = 0; i < num_components; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf_write.h: In function 'cgltf_write_scene': /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf_write.h:131:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (int i = 0; i < (int)(dim); ++i) { \ ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf_write.h:831:2: note: in expansion of macro 'CGLTF_WRITE_IDXARRPROP' CGLTF_WRITE_IDXARRPROP("nodes", scene->nodes_count, scene->nodes, context->data->nodes); ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h: In function 'cgltf_fill_float_array': /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:2345:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (int j = 0; j < size; ++j) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h: In function 'cgltf_parse_json_float_array': /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:2359:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (int j = 0; j < size; ++j) ^ In file included from /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf_write.c:2:0: /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf_write.h: In function 'cgltf_write': /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf_write.h:1011:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size i = 0; i < data->accessors_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf_write.h:1023:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size i = 0; i < data->buffer_views_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf_write.h:1033:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size i = 0; i < data->buffers_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h: In function 'cgltf_parse_json_string_array': /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:2418:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size j = 0; j < *out_size; ++j) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf_write.h:1043:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size i = 0; i < data->images_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf_write.h:1053:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size i = 0; i < data->meshes_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf_write.h:1063:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size i = 0; i < data->materials_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf_write.h:1073:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size i = 0; i < data->nodes_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf_write.h:1083:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size i = 0; i < data->samplers_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf_write.h:1095:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size i = 0; i < data->scenes_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf_write.h:1105:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size i = 0; i < data->textures_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf_write.h:1115:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size i = 0; i < data->skins_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf_write.h:1125:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size i = 0; i < data->animations_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf_write.h:1135:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size i = 0; i < data->cameras_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf_write.h:1148:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size i = 0; i < data->lights_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h: In function 'cgltf_parse_json_attribute_list': /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:2491:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size j = 0; j < *out_attributes_count; ++j) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h: In function 'cgltf_parse_json_unprocessed_extensions': /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:2574:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (int j = 0; j < extensions_size; ++j) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h: In function 'cgltf_parse_json_draco_mesh_compression': /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:2597:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (int j = 0; j < size; ++j) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h: In function 'cgltf_parse_json_primitive': /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:2625:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (int j = 0; j < size; ++j) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:2661:4: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size k = 0; k < out_prim->targets_count; ++k) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:2694:4: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (int k = 0; k < extensions_size; ++k) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h: In function 'cgltf_parse_json_mesh': /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:2735:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (int j = 0; j < size; ++j) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:2751:4: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size prim_index = 0; prim_index < out_mesh->primitives_count; ++prim_index) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:2782:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (int k = 0; k < extras_size; ++k) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h: In function 'cgltf_parse_json_meshes': /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:2832:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size j = 0; j < out_data->meshes_count; ++j) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h: In function 'cgltf_parse_json_accessor_sparse': /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:2873:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (int j = 0; j < size; ++j) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:2891:4: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (int k = 0; k < indices_size; ++k) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:2940:4: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (int k = 0; k < values_size; ++k) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h: In function 'cgltf_parse_json_accessor': /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:3004:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (int j = 0; j < size; ++j) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h: In function 'cgltf_parse_json_texture_transform': /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:3123:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (int j = 0; j < size; ++j) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h: In function 'cgltf_parse_json_texture_view': /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:3171:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (int j = 0; j < size; ++j) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:3224:4: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (int k = 0; k < extensions_size; ++k) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h: In function 'cgltf_parse_json_pbr_metallic_roughness': /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:3265:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (int j = 0; j < size; ++j) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h: In function 'cgltf_parse_json_pbr_specular_glossiness': /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:3321:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (int j = 0; j < size; ++j) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h: In function 'cgltf_parse_json_clearcoat': /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:3367:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (int j = 0; j < size; ++j) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h: In function 'cgltf_parse_json_ior': /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:3418:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (int j = 0; j < size; ++j) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h: In function 'cgltf_parse_json_specular': /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:3452:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (int j = 0; j < size; ++j) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h: In function 'cgltf_parse_json_transmission': /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:3490:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (int j = 0; j < size; ++j) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h: In function 'cgltf_parse_json_sheen': /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:3524:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (int j = 0; j < size; ++j) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h: In function 'cgltf_parse_json_image': /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:3567:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (int j = 0; j < size; ++j) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h: In function 'cgltf_parse_json_sampler': /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:3622:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (int j = 0; j < size; ++j) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h: In function 'cgltf_parse_json_texture': /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:3683:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (int j = 0; j < size; ++j) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h: In function 'cgltf_parse_json_material': /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:3742:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (int j = 0; j < size; ++j) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:3828:4: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (int k = 0; k < extensions_size; ++k) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h: In function 'cgltf_parse_json_accessors': /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:3900:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size j = 0; j < out_data->accessors_count; ++j) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h: In function 'cgltf_parse_json_materials': /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:3919:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size j = 0; j < out_data->materials_count; ++j) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h: In function 'cgltf_parse_json_images': /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:3938:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size j = 0; j < out_data->images_count; ++j) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h: In function 'cgltf_parse_json_textures': /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:3957:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size j = 0; j < out_data->textures_count; ++j) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h: In function 'cgltf_parse_json_samplers': /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:3976:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size j = 0; j < out_data->samplers_count; ++j) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h: In function 'cgltf_parse_json_meshopt_compression': /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:3995:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (int j = 0; j < size; ++j) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h: In function 'cgltf_parse_json_buffer_view': /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:4088:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (int j = 0; j < size; ++j) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:4162:4: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (int k = 0; k < extensions_size; ++k) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h: In function 'cgltf_parse_json_buffer_views': /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:4204:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size j = 0; j < out_data->buffer_views_count; ++j) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h: In function 'cgltf_parse_json_buffer': /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:4222:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (int j = 0; j < size; ++j) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h: In function 'cgltf_parse_json_buffers': /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:4267:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size j = 0; j < out_data->buffers_count; ++j) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h: In function 'cgltf_parse_json_skin': /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:4285:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (int j = 0; j < size; ++j) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:4301:4: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size k = 0; k < out_skin->joints_count; ++k) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h: In function 'cgltf_parse_json_skins': /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:4351:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size j = 0; j < out_data->skins_count; ++j) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h: In function 'cgltf_parse_json_camera': /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:4369:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (int j = 0; j < size; ++j) ^ make[2]: /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:4401:4: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (int k = 0; k < data_size; ++k) ^ *** [CMakeFiles/cgltf.dir/source_subfolder/cgltf_write.c.o] Error 1 make[2]: *** Waiting for unfinished jobs.... /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:4455:4: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (int k = 0; k < data_size; ++k) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h: In function 'cgltf_parse_json_cameras': /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:4528:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size j = 0; j < out_data->cameras_count; ++j) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h: In function 'cgltf_parse_json_light': /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:4546:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (int j = 0; j < size; ++j) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:4596:4: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (int k = 0; k < data_size; ++k) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h: In function 'cgltf_parse_json_lights': /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:4645:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size j = 0; j < out_data->lights_count; ++j) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h: In function 'cgltf_parse_json_node': /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:4672:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (int j = 0; j < size; ++j) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:4688:4: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size k = 0; k < out_node->children_count; ++k) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:4770:4: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (int k = 0; k < extensions_size; ++k) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:4783:6: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (int m = 0; m < data_size; ++m) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h: In function 'cgltf_parse_json_nodes': /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:4838:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size j = 0; j < out_data->nodes_count; ++j) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h: In function 'cgltf_parse_json_scene': /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:4856:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (int j = 0; j < size; ++j) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:4872:4: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size k = 0; k < out_scene->nodes_count; ++k) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h: In function 'cgltf_parse_json_scenes': /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:4908:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size j = 0; j < out_data->scenes_count; ++j) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h: In function 'cgltf_parse_json_animation_sampler': /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:4927:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (int j = 0; j < size; ++j) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h: In function 'cgltf_parse_json_animation_channel': /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:4990:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (int j = 0; j < size; ++j) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:5009:4: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (int k = 0; k < target_size; ++k) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h: In function 'cgltf_parse_json_animation': /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:5080:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (int j = 0; j < size; ++j) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:5096:4: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size k = 0; k < out_animation->samplers_count; ++k) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:5113:4: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size k = 0; k < out_animation->channels_count; ++k) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h: In function 'cgltf_parse_json_animations': /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:5152:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size j = 0; j < out_data->animations_count; ++j) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h: In function 'cgltf_parse_json_asset': /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:5170:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (int j = 0; j < size; ++j) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h: In function 'cgltf_parse_json_root': /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:5280:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (int j = 0; j < size; ++j) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:5371:4: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (int k = 0; k < extensions_size; ++k) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:5384:6: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (int m = 0; m < data_size; ++m) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h: In function 'cgltf_fixup_pointers': /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:5517:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size i = 0; i < data->meshes_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:5519:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size j = 0; j < data->meshes[i].primitives_count; ++j) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:5524:4: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size k = 0; k < data->meshes[i].primitives[j].attributes_count; ++k) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:5529:20: error: redefinition of 'k' for (cgltf_size k = 0; k < data->meshes[i].primitives[j].targets_count; ++k) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:5524:20: note: previous definition of 'k' was here for (cgltf_size k = 0; k < data->meshes[i].primitives[j].attributes_count; ++k) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:5529:4: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size k = 0; k < data->meshes[i].primitives[j].targets_count; ++k) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:5531:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size m = 0; m < data->meshes[i].primitives[j].targets[k].attributes_count; ++m) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:5540:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size m = 0; m < data->meshes[i].primitives[j].draco_mesh_compression.attributes_count; ++m) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:5548:18: error: redefinition of 'i' for (cgltf_size i = 0; i < data->accessors_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:5517:18: note: previous definition of 'i' was here for (cgltf_size i = 0; i < data->meshes_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:5548:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size i = 0; i < data->accessors_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:5569:18: error: redefinition of 'i' for (cgltf_size i = 0; i < data->textures_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:5548:18: note: previous definition of 'i' was here for (cgltf_size i = 0; i < data->accessors_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:5569:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size i = 0; i < data->textures_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:5575:18: error: redefinition of 'i' for (cgltf_size i = 0; i < data->images_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:5569:18: note: previous definition of 'i' was here for (cgltf_size i = 0; i < data->textures_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:5575:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size i = 0; i < data->images_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:5580:18: error: redefinition of 'i' for (cgltf_size i = 0; i < data->materials_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:5575:18: note: previous definition of 'i' was here for (cgltf_size i = 0; i < data->images_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:5580:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size i = 0; i < data->materials_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:5604:18: error: redefinition of 'i' for (cgltf_size i = 0; i < data->buffer_views_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:5580:18: note: previous definition of 'i' was here for (cgltf_size i = 0; i < data->materials_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:5604:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size i = 0; i < data->buffer_views_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:5614:18: error: redefinition of 'i' for (cgltf_size i = 0; i < data->skins_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:5604:18: note: previous definition of 'i' was here for (cgltf_size i = 0; i < data->buffer_views_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:5614:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size i = 0; i < data->skins_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:5616:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size j = 0; j < data->skins[i].joints_count; ++j) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:5625:18: error: redefinition of 'i' for (cgltf_size i = 0; i < data->nodes_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:5614:18: note: previous definition of 'i' was here for (cgltf_size i = 0; i < data->skins_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:5625:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size i = 0; i < data->nodes_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:5627:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size j = 0; j < data->nodes[i].children_count; ++j) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:5645:18: error: redefinition of 'i' for (cgltf_size i = 0; i < data->scenes_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:5625:18: note: previous definition of 'i' was here for (cgltf_size i = 0; i < data->nodes_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:5645:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size i = 0; i < data->scenes_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:5647:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size j = 0; j < data->scenes[i].nodes_count; ++j) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:5660:18: error: redefinition of 'i' for (cgltf_size i = 0; i < data->animations_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:5645:18: note: previous definition of 'i' was here for (cgltf_size i = 0; i < data->scenes_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:5660:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size i = 0; i < data->animations_count; ++i) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:5662:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size j = 0; j < data->animations[i].samplers_count; ++j) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:5668:19: error: redefinition of 'j' for (cgltf_size j = 0; j < data->animations[i].channels_count; ++j) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:5662:19: note: previous definition of 'j' was here for (cgltf_size j = 0; j < data->animations[i].samplers_count; ++j) ^ /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93/source_subfolder/cgltf.h:5668:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (cgltf_size j = 0; j < data->animations[i].channels_count; ++j) ^ make[2]: *** [CMakeFiles/cgltf.dir/source_subfolder/cgltf.c.o] Error 1 make[1]: *** [CMakeFiles/cgltf.dir/all] Error 2 make: *** [all] Error 2 cgltf/1.9: WARN: Build folder is dirty, removing it: /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93 cgltf/1.9: ERROR: Package 'b869e6c05cb587ad588e5ec485deb62012ec7b93' build failed cgltf/1.9: WARN: Build folder /home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93 ERROR: cgltf/1.9: Error in build() method, line 61 cmake.build() ConanException: Error 2 while executing cmake --build '/home/conan/w/cci_PR-4449/.conan/data/cgltf/1.9/_/_/build/b869e6c05cb587ad588e5ec485deb62012ec7b93' '--' '-j3'