can't recompile CVS since a few days

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
Ave
Posts: 221
Joined: February 28th, 2004, 4:42 pm
Location: Hungary

can't recompile CVS since a few days

Post by Ave »

I've did everything, including complete removal of my sandbox and downloading from CVS everything.
I get this:
rm -f ca/wesnoth-trow.gmo && : -c --statistics -o ca/wesnoth-trow.gmo ca/wesnoth-trow.po
mv: cannot stat `ca/wesnoth-trow.gmo.tmp': No such file or directory
miyo
Posts: 2201
Joined: August 19th, 2003, 4:28 pm
Location: Finland

Post by miyo »

How do you update your CVS checkout?

cvs -z3 update -dP ?

- Miyo
Ave
Posts: 221
Joined: February 28th, 2004, 4:42 pm
Location: Hungary

Post by Ave »

Yes, but the clean download was made using this line:
cvs -z3 -d:ext:anoncvs@savannah.nongnu.org:/cvsroot/wesnoth co wesnoth

Exactly this, as i made it a script and copied it from that file.
Ave
Posts: 221
Joined: February 28th, 2004, 4:42 pm
Location: Hungary

Post by Ave »

The problem was that i had no gettext.
After installing 3 packages (including java runtime???) the compilation started.

Maybe some warning in the configure process could be issued about the missing gettext stuff?
yann
Inactive Developer
Posts: 34
Joined: June 30th, 2004, 11:31 am

Post by yann »

Ave wrote:The problem was that i had no gettext.
After installing 3 packages (including java runtime???) the compilation started.
er... java runtime !?
you should really consider something useless has been installed :)
Ave wrote:Maybe some warning in the configure process could be issued about the missing gettext stuff?
Rather, the no-gettext case has to be fixed :)
gettextization
french l10n team member
bill_murray
Posts: 108
Joined: September 3rd, 2004, 11:39 am

Post by bill_murray »

Downloaded cvs yesterday with the command line provided in download page. Compiled perfectly.
Ave
Posts: 221
Joined: February 28th, 2004, 4:42 pm
Location: Hungary

Post by Ave »

bill_murray wrote:Downloaded cvs yesterday with the command line provided in download page. Compiled perfectly.
No wonder, obviously you got gettext.
I needed to download gettext, libgcj and zip.
I really wonder about libgcj.
Ave
Posts: 221
Joined: February 28th, 2004, 4:42 pm
Location: Hungary

Post by Ave »

Ave wrote:Maybe some warning in the configure process could be issued about the missing gettext stuff?
Rather, the no-gettext case has to be fixed :)[/quote]

You mean wesnoth was supposed to still compile without gettext?
Btw, the compilation is now significantly slower, it wasn't a lightning before but now it is really, really sluggish.
cedric
Posts: 320
Joined: January 24th, 2004, 10:27 pm
Location: Rennes, France
Contact:

Post by cedric »

Ave wrote:
Ave wrote:Maybe some warning in the configure process could be issued about the missing gettext stuff?
yann wrote:Rather, the no-gettext case has to be fixed :)
You mean wesnoth was supposed to still compile without gettext?
Yes, a gettext implementation is embedded for systems not having it natively.

Its use can be forced with the --with-included-gettext option of configure, but this shouldn't be required, configure being able to detect if gettext is present or not.
--
Cedric
Post Reply