Search found 61 matches

by drgerg
Sun Jun 30, 2024 4:26 pm
Forum: Tech support
Topic: having trouble compiling: SQLite not found <solved>
Replies: 9
Views: 22310

Re: having trouble compiling: SQLite not found

thoughts did at apt-cache search libsqlite3 and found a reference to libsqlite3-dev so I did a sudp apt install libsqlite3-dev and got past it on the Pi. will followup with ubuntu Solution: #sudo apt install libsqlite3 sudo apt install libsqlite3-dev edit: further testing on another rasp pi, I only ...
by drgerg
Sun Jun 30, 2024 4:12 pm
Forum: Tech support
Topic: having trouble compiling: SQLite not found <solved>
Replies: 9
Views: 22310

Re: having trouble compiling: SQLite not found

same problem with Raspberry Pi OS 64bit fully patched on a pi4 w/8mb ram
Wouldn't surprise me if both machines need some sqlite3 library other than just the one I installed.
by drgerg
Sun Jun 30, 2024 3:32 pm
Forum: Tech support
Topic: having trouble compiling: SQLite not found <solved>
Replies: 9
Views: 22310

having trouble compiling: SQLite not found <solved>

OS:Ubuntu22.04 64bit on an Intel NUC fully patched (or as best I can) checking for SQLite3 library >= 3.0.0... not found configure: error: sqlite3 not found Configure failed crgadmin@Nuc7:~/FreeCiv$ full log attached. Note, I did reboot the machine after "apt install sqlite3", just in case...
by drgerg
Tue Jun 20, 2023 1:38 am
Forum: Wishlist
Topic: Can partisans or spies destroy railroads/roads outside of a city?
Replies: 3
Views: 14221

Re: Can partisans or spies destroy railroads/roads outside of a city?

My discussion of the Civil War railroading is a summary of a book titled "Victory Road the Rails" by George Turner
by drgerg
Tue Jun 20, 2023 1:29 am
Forum: Wishlist
Topic: Can partisans or spies destroy railroads/roads outside of a city?
Replies: 3
Views: 14221

Re: Can partisans or spies destroy railroads/roads outside of a city?

Forgot to mention that Sherman built the equivalent of fortresses on the line south from Nashville. Not that it helped that much. The Union soldiers weren't effective against Forrest's Calvary Corp who destroyed sections of that line multiple times just to see Sherman's engineers rebuild it, without...
by drgerg
Tue Jun 20, 2023 1:17 am
Forum: Wishlist
Topic: Can partisans or spies destroy railroads/roads outside of a city?
Replies: 3
Views: 14221

Can partisans or spies destroy railroads/roads outside of a city?

If not, would a ruleset change allow that in 3.0? WW2 France and Balkans had recorded instances of that. Likewise, why was General Sherman's March to the Sea 60 miles wide? 'Cause there were two Confederate railroads that distance apart. Of course Sherman's Army would have have been protecting "...
by drgerg
Mon Jun 19, 2023 10:45 am
Forum: Tech support
Topic: Generic build scripts
Replies: 64
Views: 194299

Re: Generic build scripts

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
by drgerg
Sun Jun 18, 2023 6:51 pm
Forum: Tech support
Topic: Generic build scripts
Replies: 64
Views: 194299

Re: Generic build scripts

here's the config.log from a GTK3.22 request.
by drgerg
Sun Jun 18, 2023 6:36 pm
Forum: Tech support
Topic: Generic build scripts
Replies: 64
Views: 194299

Re: Generic build scripts

On Debian system, that header comes in "qtbase5-dev"
.
I added "qtbase5-dev-tools-5.15.2+dfsg-9" via Add/Remove software, and now it is compiling.
Thanks a bundle
Will upload GTK config.log file shortly.
by drgerg
Sun Jun 18, 2023 5:04 pm
Forum: Tech support
Topic: Generic build scripts
Replies: 64
Views: 194299

Re: Generic build scripts

having trouble with ubuntu script I downloaded from the new location while running it on raspian (a Pi model 4 w8Gb ram and a real 500gb SSD ) I've gotten past a libcurl issue during the configuation check, I had to install via add/remove software "libcurl4-openssl-dev-7.74.0-1.3+deb11u7(64bi8)...