Generic build scripts

You can get help here if Freeciv doesn't start on your computer, or if you keep getting fatal errors while playing etc.
drgerg
Veteran
Posts: 58
Joined: Sun Nov 15, 2015 4:05 pm

Re: Generic build scripts

Post by drgerg »

here's the config.log from a GTK3.22 request.
Attachments
config.log
(91.94 KiB) Downloaded 331 times
cazfi
Elite
Posts: 3111
Joined: Tue Jan 29, 2013 6:54 pm

Re: Generic build scripts

Post by cazfi »

drgerg wrote: Sun Jun 18, 2023 6:51 pm here's the config.log from a GTK3.22 request.
No package 'gtk+-3.0' found
configure:28540: error: specified client 'gtk3.22' not configurable (GTK+-3.0 libraries not found)
On Debian System I'd say you're missing "libgtk-3-dev"

The logs also show that sdl2 is not found. Means that your build lacks sound support (sdl2 & sdl2-mixer needed for that). Didn't check if any other non-mandatory features are going to be missing the same way.

The INSTALL document should give you some idea of the needed dependencies. So should the list of packages to install in a ubuntu system, by the very script you are using.
drgerg
Veteran
Posts: 58
Joined: Sun Nov 15, 2015 4:05 pm

Re: Generic build scripts

Post by drgerg »

added libgtk-3-dev-3.24.24-4+rpt12+deb11u3 (64bit), and I was able to compile

had not found either the readme or the install documents. Sorry about that.

And thanks
Post Reply