UFO:Alien Invasion

Development => Mapping => Topic started by: nuudle on May 16, 2009, 01:47:59 pm

Title: Error while make radiant
Post by: nuudle on May 16, 2009, 01:47:59 pm
I have a problem to build radiant.
My system info: openSUSE 10.3 (i586) on AMD Athlon(tm) 64 X2 Dual Core Processor 4800+;
The following commands I started:
> ./configure
> make
> svn info
> ./configure LDFLAGS=-L/opt/gnome/lib/
> make radiant
see file make_radiant.log.txt in attach.

See attach rpm_qa.log.txt for a list of installed packages.

[attachment deleted by admin]
Title: Re: Error while make radiant
Post by: Mattn on May 16, 2009, 02:14:52 pm
seams like your gettext is a little outdated

the C_() is the gettext marker for translatable text -- with a small note for the translator about the context the word or sentense is used in.
Title: Re: Error while make radiant
Post by: nuudle on May 16, 2009, 07:03:22 pm
Thanx for a reply.
I've got gettext-0.17, and found there is no C_() defined. Could you specify, please, which file C_() is defined in and what is the version of gettext required?
Title: Re: Error while make radiant
Post by: nuudle on May 17, 2009, 06:41:34 pm
Solved. glib version 2.16 at least is required (it was 2.14).  :)