Search found 35 matches

by jwrober
Fri Nov 06, 2020 9:26 pm
Forum: Tech support
Topic: Future Tech
Replies: 2
Views: 3138

Re: Future Tech

Future techs also boost your score
by jwrober
Wed Oct 21, 2020 7:18 pm
Forum: Contribution
Topic: msys2 win32 configure error
Replies: 13
Views: 9460

Re: msys2 win32 configure error

louis94 helped me out. We are running mysys64 via msys2_shell.cmd I believe. I did pull the 32 bit stuff out and fixed the .bash_profile and got it working by adding some different command line arguments make EXTRA_CONFIG='--build=x86_64-w64-mingw32 --host=x86_64-w64-mingw32 \ --target=x86_64-w64-mi...
by jwrober
Tue Oct 13, 2020 11:43 pm
Forum: Contribution
Topic: msys2 win32 configure error
Replies: 13
Views: 9460

Re: msys2 win32 configure error

louis94 wrote:Set the OS triplet to something different than your host.
How do I do this?
by jwrober
Mon Oct 12, 2020 10:55 pm
Forum: Contribution
Topic: msys2 win32 configure error
Replies: 13
Views: 9460

Re: msys2 win32 configure error

I think I figured it out. Need to set two env variables > vim ~/.bash_profile # And add these lines to the bottom: PATH=/mingw32/bin:/mingw64/bin:${PATH} PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/mingw32/lib/pkgconfig:/mingw64/lib/pkgconfig Adding those lines gets me through configure and the base make proc...
by jwrober
Mon Oct 12, 2020 7:09 pm
Forum: Contribution
Topic: msys2 win32 configure error
Replies: 13
Views: 9460

Re: msys2 win32 configure error

I am making progress, getting stuck with SDL2 now. checking for sdl2-config... /mingw32/bin/sdl2-config checking for SDL2 - version >= 2.0.0... no *** Could not run SDL2 test program, checking why... *** The test program failed to compile or link. See the file config.log for the *** exact error that...
by jwrober
Mon Oct 12, 2020 4:11 pm
Forum: Contribution
Topic: msys2 win32 configure error
Replies: 13
Views: 9460

Re: msys2 win32 configure error

Thanks cazfi. I am using the snapshots you create and was using the latest build. Thanks for the patch and the dev environment page. Let me digest that and report back.
by jwrober
Mon Oct 12, 2020 3:19 pm
Forum: Contribution
Topic: msys2 win32 configure error
Replies: 13
Views: 9460

msys2 win32 configure error

I am trying to setup my own msys2 development environment on windows to help contribute to the project, but am getting an error when trying to compile a base S2_6 branch of the code. This is the error I am getting: checking for iconv... no, consider installing GNU libiconv checking for libcharset......
by jwrober
Mon Mar 30, 2020 6:30 pm
Forum: Wishlist
Topic: Inflection aware messages
Replies: 2
Views: 2933

Re: Inflection aware messages

I wonder how other OSS projects handle i18n? Freeciv could piggyback on those efforts. Is there some kind of library we could use?
by jwrober
Mon Mar 16, 2020 3:09 pm
Forum: Wishlist
Topic: Sniper attack
Replies: 8
Views: 6076

Re: Sniper attack

Would this occur only when killstack is enabled?
by jwrober
Fri Feb 28, 2020 2:40 pm
Forum: Rulesets and modpacks
Topic: Civ5 Ruleset and New Community Graphics+Sounds
Replies: 21
Views: 19226

Re: Civ5 Ruleset and New Community Graphics+Sounds

Finally, just as an update, I have found about 85 songs for music so far in the CC world and open source world. Is it possible to specify more than one song to be played (i.e. shuffle playlist) or should I just use audacity and attach a set of songs in series and assume the game will auto-loop it? ...