svn head doesn't start

Having trouble with the game? Report issues and get help here. Read this first!

Moderator: Forum Moderators

Forum rules
Before reporting issues in this section, you must read the following topic:
Post Reply
Duncan_Shriek
Posts: 25
Joined: March 7th, 2010, 10:03 pm

svn head doesn't start

Post by Duncan_Shriek »

I'm getting the following exception with every try to start a build from svn head for over 4 weeks now:

--------------------------------------------------
Battle for Wesnoth v1.7.13+svn (18109:41504M)
Started on Sun Mar 7 22:53:13 2010


Data directory: /usr/local/share/wesnoth
User configuration directory: /home/roland/.wesnoth1.7

Checking video mode: 1400x1050x32...
setting mode to 1400x1050x32
WML exception:
User message: Widget definition 'tree_view' doesn't contain the definition for 'default'.
Dev message: Condition 'control_definition[definition_type].find("default") != control_definition[definition_type].end()' failed at gui/widgets/settings.cpp:411 in function 'load_definitions'.
-------------------------------------------

That error began right after a clean/configure/build . I can't imagine what the special problem with my platform might be.
ilor
Inactive Developer
Posts: 129
Joined: March 24th, 2008, 9:05 pm

Re: svn head doesn't start

Post by ilor »

This usually indicates the data/ dir is out of sync with src/. You need to have everything up to the same revision and rebuild.
Duncan_Shriek
Posts: 25
Joined: March 7th, 2010, 10:03 pm

Re: svn head doesn't start

Post by Duncan_Shriek »

ilor wrote:This usually indicates the data/ dir is out of sync with src/. You need to have everything up to the same revision and rebuild.
Thanks, it seems you are correct. The result of a 'make install' is running fine. The cited error of the local app did sound too severe for me to try that. :)
Post Reply