Search found 295 matches

by loonycyborg
February 5th, 2011, 9:47 pm
Forum: Technical Support
Topic: Problems compiling 1.9.4 with boost library
Replies: 9
Views: 1994

Re: Problems compiling 1.9.4 with boost library

Does build/sconf_temp/conftest_21 work if you run it directly?
by loonycyborg
February 4th, 2011, 11:02 am
Forum: Technical Support
Topic: Problems compiling 1.9.4 with boost library
Replies: 9
Views: 1994

Re: Problems compiling 1.9.4 with boost library

It looks like the dynamic linker can't find libboost_thread.so.1.45.0 when running a test program. Maybe try running 'sudo ldconfig' followed by 'scons --config=force'.
by loonycyborg
January 24th, 2011, 7:50 pm
Forum: Technical Support
Topic: Problems instaling the wesnoth 1.9.4 with windows xp
Replies: 5
Views: 844

Re: Problems instaling the wesnoth 1.9.4 with windows xp

Check that the target drive has enough free disk space. Also that perhaps this could be a corrupted file on one of sourceforge's mirrors(that happened before) but I believe that a corrupted installer would fail much earlier than during actual copying of files.
by loonycyborg
December 26th, 2010, 4:49 pm
Forum: Technical Support
Topic: libsdl on server
Replies: 1
Views: 397

Re: libsdl on server

SDL is not only graphics output. Even the server uses some of its functionality. However AFAIK you can have SDL without X11 support. Hopefully that's enough for you.
by loonycyborg
December 12th, 2010, 12:13 am
Forum: Ideas
Topic: Install without reboot.
Replies: 6
Views: 1765

Re: Install without reboot.

I can't reproduce the font issue myself, so feel free to decline the reboot. Perhaps you won't get broken fonts too.
by loonycyborg
November 25th, 2010, 6:13 pm
Forum: Release Announcements, Compiling & Installation
Topic: 1.9.2 compiled -> OK 1.9.2 -> installed -> KO
Replies: 2
Views: 1293

Re: 1.9.2 compiled -> OK 1.9.2 -> installed -> KO

Please attach terminal output from installed wesnoth 1.9.2
by loonycyborg
October 30th, 2010, 2:20 pm
Forum: Technical Support
Topic: Can't start the game.
Replies: 1
Views: 532

Re: Can't start the game.

Perhaps you're running certain antivirus?
by loonycyborg
October 18th, 2010, 5:06 pm
Forum: Technical Support
Topic: Wine doesn't like Wesnoth
Replies: 4
Views: 1258

Re: Wine doesn't like Wesnoth

I regularly run the windows version of wesnoth under wine for testing purposes and it works generally fine, though there were font rendering issues for some versions of wine. I'm using version 1.3.3 now and the text is readable. Perhaps copying wesnoth's fonts/DejaVuSans.ttf to ~/.wine/drive_c/windo...
by loonycyborg
October 9th, 2010, 12:01 pm
Forum: Technical Support
Topic: [SOLVED] wesnoth-1.9.1+svn fails to load images
Replies: 4
Views: 1629

Re: [SOLVED] wesnoth-1.9.1+svn fails to load images

That option actually exists in game.cpp . It just seems to broken.
by loonycyborg
October 9th, 2010, 9:54 am
Forum: Technical Support
Topic: [SOLVED] wesnoth-1.9.1+svn fails to load images
Replies: 4
Views: 1629

Re: wesnoth-1.9.1+svn fails to load images

You really just need to pass the data dir itself as the argument: 'wesnoth /usr/share/games/wesnoth', without --data-dir. Perhaps you could try running wesnoth right from checkout dir: './wesnoth' . Also I wonder why wesnoth trying to open libpng.so.3 since it was compiled with libpng14.so: Probably...
by loonycyborg
August 24th, 2010, 3:09 pm
Forum: Release Announcements, Compiling & Installation
Topic: Wesnoth 1.9.0
Replies: 118
Views: 48239

Re: Wesnoth 1.9.0

HaJo wrote:On Win2000 (with SP4), the program does not start, gives a message like
"Entrypoint freeaddrinfo not found in dll WS2_32.DLL".
I've made a small change to build process that has a chance to fix this so try again with next 1.9 release.
by loonycyborg
August 19th, 2010, 10:33 am
Forum: Release Announcements, Compiling & Installation
Topic: [resolved] Can't compile 1.8.4 with Ubuntu Hardy
Replies: 4
Views: 2330

Re: Can't compile 1.8.4 with Ubuntu Hardy

Maybe there are some broken libboost* symlinks in /usr/lib which should be removed or something. Also, what are names of boost files in /usr/local/lib? Maybe they have some suffix? Also, note that after installing libraries you need to run 'sudo ldconfig' for them to work at runtime. Ubuntu's packag...
by loonycyborg
August 18th, 2010, 9:34 am
Forum: Release Announcements, Compiling & Installation
Topic: [resolved] Can't compile 1.8.4 with Ubuntu Hardy
Replies: 4
Views: 2330

Re: Can't compile 1.8.4 with Ubuntu Hardy

Dumping boost headers into /usr/include isn't enough. You also need to compile boost libraries. Your error is caused by linking against system boost libraries which have older version. To make this work uninstall all boost packages, rm -rf /usr/include/boost and compile boost with './bootstrap.sh &a...
by loonycyborg
June 4th, 2010, 9:24 am
Forum: Technical Support
Topic: full screen issues in 1.8.2
Replies: 1
Views: 632

Re: full screen issues in 1.8.2

First, are you really sure that it's fullscreen mode? Ctrl-F shortcut key toggles it.
If it is fullscreen mode after all then you could try changing resolution in Preferences->Display. Maybe that'll shake off this issue.
by loonycyborg
May 28th, 2010, 10:49 am
Forum: Technical Support
Topic: NSIS error on download
Replies: 4
Views: 2733

Re: NSIS error on download

Try selecting another sourceforge mirror. That download is currently corrupted on citylan.dl.sourceforge.net while surfnet.dl.sourceforge.net works fine.