Page 1 of 1

Compile error on Fedora 38

Posted: Thu Aug 10 2023 3:31 pm
by wogsterca
Received the following error when compiling on Fedora 38, am I missing something? Version is 1,8.2, compiler is gcc 13.2.1

/home/paul/cs_source/src/core/xml/qxmlutils.cpp:204:79: required from here
/home/paul/cs_source/include/QtCore/regex/basic_regex_parser.h:2024:32: error: ‘const struct cs_regex_ns::regex_traits_wrapper<QRegexTraits<QString8> >’ has no member named ‘toi’
2024 | intmax_t i = this->m_traits.toi(pc, pc + 1, 10);
| ~~~~~~~~~~~~~~~^~~
[6/3627] Building CXX object src/netwo...rk.dir/access/qnetaccess_backend.cpp.o
ninja: build stopped: subcommand failed.

Re: Compile error on Fedora 38

Posted: Fri Aug 11 2023 2:13 am
by barbara
If you build CS from SHA a7f3e774dd (or later) this issue should be resolved. This was added after the 1.8.2 release.

Barbara

Re: Compile error on Fedora 38

Posted: Fri Aug 11 2023 5:31 pm
by wogsterca
Thanks Barbera, download the latest from git, and it worked..... Now comes the hard part, using it in a project...

Re: Compile error on Fedora 38

Posted: Fri Aug 11 2023 10:14 pm
by barbara
Let us know if you have any other questions and we will do our best to help you out.

Barbara