project-navigation
Personal tools

Author Topic: Error while make radiant  (Read 2844 times)

Offline nuudle

  • Cannon Fodder
  • **
  • Posts: 4
    • View Profile
Error while make radiant
« 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]

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Re: Error while make radiant
« Reply #1 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.

Offline nuudle

  • Cannon Fodder
  • **
  • Posts: 4
    • View Profile
Re: Error while make radiant
« Reply #2 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?

Offline nuudle

  • Cannon Fodder
  • **
  • Posts: 4
    • View Profile
Re: Error while make radiant
« Reply #3 on: May 17, 2009, 06:41:34 pm »
Solved. glib version 2.16 at least is required (it was 2.14).  :)