Search found 6 matches

by Linux
June 28th, 2023, 10:56 am
Forum: Release Announcements, Compiling & Installation
Topic: Wesnoth 1.16.9
Replies: 17
Views: 12965

Re: Wesnoth 1.16.9

i can compile it now. hope next version include this header file.
by Linux
June 28th, 2023, 9:18 am
Forum: Release Announcements, Compiling & Installation
Topic: Wesnoth 1.16.9
Replies: 17
Views: 12965

Re: Wesnoth 1.16.9

[gsm@fedora ~]$ rpm -qa | grep -iE "boost|sdl.*devel|fontconfig-devel|cairo-devel|pango-devel|libvorbis-devel|libzib2-devel|libzip-devel|openssl-devel|dbus-devel|readline-devel|gcc" boost-system-1.78.0-11.fc38.x86_64 boost-chrono-1.78.0-11.fc38.x86_64 boost-thread-1.78.0-11.fc38.x86_64 boo...
by Linux
June 27th, 2023, 3:09 pm
Forum: Release Announcements, Compiling & Installation
Topic: Wesnoth 1.16.9
Replies: 17
Views: 12965

Re: Wesnoth 1.16.9

Fedora maintainer thinks Python 2 is too old:
https://bugzilla.redhat.com/show_bug.cgi?id=2132202
by Linux
June 27th, 2023, 2:49 pm
Forum: Release Announcements, Compiling & Installation
Topic: Wesnoth 1.16.9
Replies: 17
Views: 12965

Re: Wesnoth 1.16.9

If add #include <cstdint> to the top of src/serialization/base64.hpp, this file dont report error. But other files report similar error. Compiling log details below.
by Linux
June 27th, 2023, 12:03 pm
Forum: Release Announcements, Compiling & Installation
Topic: Wesnoth 1.16.9
Replies: 17
Views: 12965

Re: Wesnoth 1.16.9

Compiling log details below.

OS: Fedora Linux 38 (Workstation Edition) x86_64
Kernel: 6.2.15-300.fc38.x86_64
by Linux
June 26th, 2023, 1:57 pm
Forum: Release Announcements, Compiling & Installation
Topic: Wesnoth 1.16.9
Replies: 17
Views: 12965

Re: Wesnoth 1.16.9

Why can not successfully compile wesnoth1.16.x at fedora 36~38? configure (both scons and cmake . -DCMAKE_BUILD_TYPE=Release) is pass, but just can not successfully compile (both scons wesnoth and make) it. it report something is not declared, such as uint8_t.