[ 27%] Building CXX object dolfinx/CMakeFiles/dolfinx.dir/fem/DofMap.cpp.o
In file included from /home/sakakibara/project/fx/.dolfinx/cpp/dolfinx/fem/DofMap.cpp:10:
/home/sakakibara/project/fx/.dolfinx/cpp/dolfinx/fem/utils.h: In function ‘dolfinx::fem::FunctionSpace<T> dolfinx::fem::create_functionspace(ufcx_function_space* (*)(const char*), const std::string&, std::shared_ptr<dolfinx::mesh::Mesh<T> >, std::function<std::vector<int>(const dolfinx::graph::AdjacencyList<int>&)>)’:
/home/sakakibara/project/fx/.dolfinx/cpp/dolfinx/fem/utils.h:791:47: error: ‘ufcx_function_space’ {aka ‘struct ufcx_function_space’} has no member named ‘value_shape’
791 | std::vector<std::size_t> value_shape(space->value_shape,
/home/sakakibara/project/fx/.dolfinx/cpp/dolfinx/fem/utils.h:792:47: error: ‘ufcx_function_space’ {aka ‘struct ufcx_function_space’} has no member named ‘value_shape’
792 | space->value_shape + space->value_rank);
/home/sakakibara/project/fx/.dolfinx/cpp/dolfinx/fem/utils.h:792:68: error: ‘ufcx_function_space’ {aka ‘struct ufcx_function_space’} has no member named ‘value_rank’
792 | space->value_shape + space->value_rank);
/home/sakakibara/project/fx/.dolfinx/cpp/dolfinx/fem/utils.h: In function ‘dolfinx::fem::Expression<T, U> dolfinx::fem::create_expression(const ufcx_expression&, const std::vector<std::shared_ptr<const Function<T, U> > >&, const std::vector<std::shared_ptr<const Constant<T> > >&, std::shared_ptr<const FunctionSpace<U> >)’:
/home/sakakibara/project/fx/.dolfinx/cpp/dolfinx/fem/utils.h:1108:58: error: ‘const ufcx_expression’ {aka ‘const struct ufcx_expression’} has no member named ‘entity_dimension’
1108 | td::vector<U> X(e.points, e.points + e.num_points * e.entity_dimension);
/home/sakakibara/project/fx/.dolfinx/cpp/dolfinx/fem/utils.h:1111:37: error: ‘const ufcx_expression’ {aka ‘const struct ufcx_expression’} has no member named ‘entity_dimension’
1111 | static_cast<std::size_t>(e.entity_dimension)};
make[2]: *** [dolfinx/CMakeFiles/dolfinx.dir/build.make:230: dolfinx/CMakeFiles/dolfinx.dir/fem/DofMap.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:304: dolfinx/CMakeFiles/dolfinx.dir/all] Error 2
make: *** [Makefile:136: all] Error 2