UFO:Alien Invasion
Development => Mapping => Topic started 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]
-
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.
-
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?
-
Solved. glib version 2.16 at least is required (it was 2.14). :)