Compile error on Fedora 38

Discuss issues related to installing or building
Post Reply
wogsterca
Posts: 5
Joined: Thu Aug 10 2023 3:26 pm

Compile error on Fedora 38

Post 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.
barbara
Posts: 454
Joined: Sat Apr 04 2015 2:32 am
Contact:

Re: Compile error on Fedora 38

Post 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
wogsterca
Posts: 5
Joined: Thu Aug 10 2023 3:26 pm

Re: Compile error on Fedora 38

Post by wogsterca »

Thanks Barbera, download the latest from git, and it worked..... Now comes the hard part, using it in a project...
barbara
Posts: 454
Joined: Sat Apr 04 2015 2:32 am
Contact:

Re: Compile error on Fedora 38

Post by barbara »

Let us know if you have any other questions and we will do our best to help you out.

Barbara
Post Reply