Tryd to compile on Archlinux with gcc 15.1.1
I got so many errors, don't know where to start, but they seem very similar:
Error: too many arguments to function ‘(void * (*)(void))((closure0_type *)__glo_make_91record_91marker_191_191inline_191_191_scheme_base)->fn’; expected 0, have 2
a lot of errors like: if( (boolean_f != ((inline_function_type)
All related to lambda functions
like __lambda_1294 , __lambda_1198 and so on and so on until __lambda_31
Note: i installed cyclone a few months ago , it worked nice. Recently noticed most of my little scripts fail due to gcc compile errors. Than decide to try a fresh compile.
Maybe the guys at gcc one again made some incompatible changes?
Regards,
Henk
(keep up the good work :-)
Tryd to compile on Archlinux with gcc 15.1.1
I got so many errors, don't know where to start, but they seem very similar:
Error: too many arguments to function ‘(void * (*)(void))((closure0_type *)__glo_make_91record_91marker_191_191inline_191_191_scheme_base)->fn’; expected 0, have 2
a lot of errors like: if( (boolean_f != ((inline_function_type)
All related to lambda functions
like __lambda_1294 , __lambda_1198 and so on and so on until __lambda_31
Note: i installed cyclone a few months ago , it worked nice. Recently noticed most of my little scripts fail due to gcc compile errors. Than decide to try a fresh compile.
Maybe the guys at gcc one again made some incompatible changes?
Regards,
Henk
(keep up the good work :-)