facebook / fbthrift

Facebook's branch of Apache Thrift, including a new C++ server.
Apache License 2.0
2.55k stars 607 forks source link

2024.05.27.00: Cannot find source file: ast/visitor.cc #604

Closed yurivict closed 1 month ago

yurivict commented 1 month ago

Configure fails:

CMake Error at thrift/compiler/CMakeLists.txt:58 (add_library):
  Cannot find source file:

    ast/visitor.cc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc

FreeBSD 14.0

vitaut commented 1 month ago

Fixed in https://github.com/facebook/fbthrift/commit/bc664cd54b990135947cf73b5728fce80de781b3, thanks for reporting.