Björn Kettunen

Results 427 comments of Björn Kettunen

Do you mean replies show up as new messages from you or the other user? Cause I go a simlar issue just with that the messages appear as the other...

> We know about this, that's a compiler regression. I've just bisected it and am working to minimise the reproducer for submission to GCC. As a workaround disable that warning...

> Description of the bug you linked seems different: > 1. We don't compile in c++20 (yet), the error report claims it is required > for the bug to trigger...

Another: > [ 94%] Building CXX object > CMakeFiles/openrct2.dir/src/openrct2-ui/windows/ObjectLoadError.cpp.o In > file included from /usr/include/c++/12.1.0/ios:43, > > from /usr/include/c++/12.1.0/istream:38, > from /usr/include/c++/12.1.0/fstream:38, > > from /build/openrct2-git/src/openrct2-git/src/openrct2-ui/ windows/Changelog.cpp:11: > In member...

I was able to compile with these options: CXXFLAGS+=" -Wno-error=maybe-uninitialized -Wno-error=restrict -Wno- error=null-dereference"

``` [ 94%] Building CXX object CMakeFiles/openrct2.dir/src/openrct2-ui/windows/ObjectLoadError.cpp.o In file included from /usr/include/c++/12.1.0/ios:43, from /usr/include/c++/12.1.0/istream:38, from /usr/include/c++/12.1.0/fstream:38, from /build/openrct2-git/src/openrct2-git/src/openrct2-ui/ windows/Changelog.cpp:11: In member function ‘std::basic_streambuf::char_type* std::basic_streambuf::egptr() const [with _CharT = char; _Traits...

2nd issue: ``` In file included from /usr/include/c++/12.1.0/string:40, from /usr/include/nlohmann/json_fwd.hpp:7, from /build/openrct2-git/src/openrct2-git/src/openrct2/manageme nt/../object/../core/JsonFwd.hpp:12, from /build/openrct2-git/src/openrct2-git/src/openrct2/manageme nt/../object/Object.h:13, from /build/openrct2-git/src/openrct2-git/src/openrct2/manageme nt/Research.h:13, from /build/openrct2-git/src/openrct2-git/src/openrct2/manageme nt/Finance.h:13,> from /build/openrct2-git/src/openrct2-git/src/openrct2/ management/Finance.cpp:10: In static member function ‘static...

> @Thaodan these still are misformatted I put them in code tags such as the example shown below or what is wrong? Removing my comments doesn't help me fixing them!...

> @Thaodan leaving comments such as > > > . > > doesn't exactly help either, I cannot delete comments send by email because of Github restrictions, changing the comment...

>Please get familiar with https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax and make sure to preview your comments or stop spamming. These don't work for email comments! > > That's what it looked like afterwards but...