Search found 295 matches

by loonycyborg
June 13th, 2014, 5:45 pm
Forum: Release Announcements, Compiling & Installation
Topic: On Beta Testing
Replies: 79
Views: 34947

Re: On Beta Testing

I'm making windows releases using scons, here's my .scons-option-cache: default_targets = 'test,wesnoth,wesnothd' sdldir = 'K:\\sergey\\wesnoth-deps\\' boostdir = 'D:\\boost_1_46_1\\' boostlibdir = 'D:\\boost_1_46_1\\stage\\lib\\' boost_suffix = '-mgw45-mt-1_46_1' gettextdir = 'K:\\sergey\\wesnoth-d...
by loonycyborg
January 27th, 2014, 10:25 pm
Forum: Technical Support
Topic: Bug: string with wrong encoding in installer
Replies: 2
Views: 1299

Re: Bug: string with wrong encoding in installer

I'm using NSIS to generate those installers. Perhaps it's fixed in its next version. I'll try to upgrade it for next release.
by loonycyborg
November 9th, 2012, 11:34 pm
Forum: Release Announcements, Compiling & Installation
Topic: How to compile Wesnoth on Windows with Dev-Cpp, Code::Blocks
Replies: 183
Views: 84197

Re: How to compile Wesnoth on Windows with Dev-Cpp, Code::Bl

Here's how I've built boost.iostreams with bzip2 support: Installed bzip2 from http://gnuwin32.sourceforge.net/packages/bzip2.htm using the first installer there then ran from cmd.exe from boost's dir set BZIP2_SOURCE="d:\Program Files\GnuWin32\include" set ZLIB_SOURCE="d:\GTK-DEV\inc...
by loonycyborg
September 3rd, 2012, 10:24 am
Forum: Technical Support
Topic: Graphic Error in Wesnoth 1.10.3
Replies: 23
Views: 10693

Re: Graphic Error in Wesnoth 1.10.3

You could try SDL.dll from wesnoth 1.11 . I've built that dll from source myself rather than using libsdl.org's pre-built version, like in 1.10.
by loonycyborg
July 27th, 2012, 10:49 pm
Forum: Technical Support
Topic: No localization
Replies: 2
Views: 917

Re: No localization

Fedora packager has resolved the issue
by loonycyborg
June 10th, 2012, 6:07 pm
Forum: Technical Support
Topic: Win7 Switched window no sound
Replies: 13
Views: 5030

Re: Win7 Switched window no sound

iirc I've built that one from the source myself. I guess I'll try building 1.2.15 too next time instead of using their pre-built binaries.
by loonycyborg
June 9th, 2012, 8:57 am
Forum: Technical Support
Topic: Win7 Switched window no sound
Replies: 13
Views: 5030

Re: Win7 Switched window no sound

There is a possibility that it was caused by SDL update. You can also try older SDL version: http://www.libsdl.org/release/SDL-1.2.12-win32.zip, just replace SDL.dll from wesnoth's install dir with SDL.dll from this zip.
by loonycyborg
February 25th, 2012, 5:06 pm
Forum: Technical Support
Topic: Fullscreen issues on Linux
Replies: 5
Views: 1789

Re: Fullscreen issues on Linux

Perhaps using the magic SysRq key(the 'k' function namely) would help you to avoid a reboot in case of such a freeze.
by loonycyborg
February 3rd, 2012, 10:00 am
Forum: Release Announcements, Compiling & Installation
Topic: Wesnoth 1.10.0
Replies: 39
Views: 22071

Re: Wesnoth 1.10.0

The scons build on my platforms - fedora 15 & 16 - has failed for most of the 1.9 series. Apparently this is a known problem due to the names fedora uses for the boost threading libraries. iirc you can make it compile by passing boost_suffix=-mt . afaik there's no reason for distros to ship any...
by loonycyborg
October 9th, 2011, 9:46 pm
Forum: Technical Support
Topic: wesnothd external auth
Replies: 10
Views: 2938

Re: wesnothd external auth

forum_user_handler=true should be enough, at least as far as compilation is concerned.
by loonycyborg
September 13th, 2011, 10:19 am
Forum: Technical Support
Topic: help error in 1.9.9 ru
Replies: 1
Views: 576

Re: help error in 1.9.9 ru

Should be fixed in next version/Будет исправлено в следующей версии.
by loonycyborg
August 24th, 2011, 9:01 am
Forum: Technical Support
Topic: Boost system library missing, compiling 1.9.8 on Ubuntu
Replies: 9
Views: 3733

Re: Boost system library missing, compiling 1.9.8 on Ubuntu

It only ever installs headers into /usr/local/include/boost and libs into /usr/local/lib that all have names like libboost_*.so, so just deleting them will be enough.
by loonycyborg
August 23rd, 2011, 11:27 pm
Forum: Technical Support
Topic: Boost system library missing, compiling 1.9.8 on Ubuntu
Replies: 9
Views: 3733

Re: Boost system library missing, compiling 1.9.8 on Ubuntu

Since compile flags include -I/usr/include, -L/usr/lib and -lboost_system-mt it's pretty much certain that ubuntu's boost packages are used. Though I don't know much about debian/ubuntu packaging and thus how different versions of boost could have mixed up. ./b2 install will install into /usr/local ...
by loonycyborg
August 23rd, 2011, 10:45 pm
Forum: Technical Support
Topic: Boost system library missing, compiling 1.9.8 on Ubuntu
Replies: 9
Views: 3733

Re: Boost system library missing, compiling 1.9.8 on Ubuntu

g++ -o build/sconf_temp/conftest_14.o -c -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include -I/usr/include/SDL build/sconf_temp/conftest_14.cpp g++ -o build/sconf_temp/conftest_14 build/sconf_temp/conftest_14.o -L/usr/lib -lm -lboost_iostreams-mt -lSDL -lSDL_net -lboost_system-mt build/sconf_temp/conftest...