im trying to compile c40020513ac8201a449b5ae2eeb58fef0ce0a2a4
with scons p=linuxbsd target=editor use_lto=yes udev=yes
and a custom.py:
debug_symbols = "no"
optimize = "size"
lto = "auto"
production = "yes"
deprecated = "no"
but it seems to be failing with
main/main.cpp: In static member function 'static bool Main::start()':
main/main.cpp:2567:19: error: 'ProjectConverter3To4' was not declared in this scope
2567 | int exit_code = ProjectConverter3To4(converter_max_kb_file, converter_max_line_length).convert();
| ^~~~~~~~~~~~~~~~~~~~
main/main.cpp:2572:19: error: 'ProjectConverter3To4' was not declared in this scope
2572 | int exit_code = ProjectConverter3To4(converter_max_kb_file, converter_max_line_length).validate_conversion();
| ^~~~~~~~~~~~~~~~~~~~
am i doing something wrong? this worked yesterday, so i dont know whats happening.
the full logs are here
also apologies if im misusing the forums, the rocketchat wasnt working for me.