problem compiling SVN (r26382)
Moderator: Forum Moderators
Forum rules
Before reporting issues in this section, you must read the following topic:
Before reporting issues in this section, you must read the following topic:
problem compiling SVN (r26382)
For the last week or so, I've had problems compiling the latest SVN checkout. The errors have been getting progressively worse. Most recently, on trying to run
I got this:
Which is, of course, absurd. I have g++ 3.4 and 4.1. And I've never had any problems compiling Wesnoth before. So does anyone have any idea what is going on? Is the command I'm using to compile (the "scons" line above) incorrect somehow? Or is SVN broken at the moment?
Code: Select all
scons wesnoth wesnoth_editor prefix=/home/turin prefsdir=.wesnoth
Code: Select all
scons: Reading SConscript files ...
Saved options: prefix = '/home/turin'
Checking whether C++ compiler works (g++ version >= 3.3 required)... (cached) no
Base prerequisites are not met.
For I am Turin Turambar - Master of Doom, by doom mastered. On permanent Wesbreak. Will not respond to private messages. Sorry!
And I hate stupid people.
The World of Orbivm
And I hate stupid people.
The World of Orbivm
Re: problem compiling SVN (r26382)
Try using the "--config=force all" parameter. I had the same issue before updating to scons 0.98.3 btw.
Author of the unofficial UtBS sequels Invasion from the Unknown and After the Storm (now available for Wesnoth 1.14.x and 1.15.4+).
Re: problem compiling SVN (r26382)
OK, yeah, that does it.Shadow Master wrote:Try using the "--config=force all" parameter. I had the same issue before updating to scons 0.98.3 btw.
Could you explain to me exactly what that's doing to allow me to compile, though? I don't really like the idea of "forcing" the computer to do something I don't understand.

For I am Turin Turambar - Master of Doom, by doom mastered. On permanent Wesbreak. Will not respond to private messages. Sorry!
And I hate stupid people.
The World of Orbivm
And I hate stupid people.
The World of Orbivm
- loonycyborg
- Windows Packager
- Posts: 280
- Joined: April 1st, 2008, 4:45 pm
- Location: Russia/Moscow
Re: problem compiling SVN (r26382)
It forces config checks to be rerun. Due to bug in scons 0.97 caching of config checks was broken. It's fixed in 0.98 and I've removed TargetSignatures() call that was triggering it so it shouldn't occur in 0.97 anymore too.
"meh." - zookeeper