pingus-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Support for clanMikMod and getext


From: Björn Fischer
Subject: Support for clanMikMod and getext
Date: Fri, 28 Mar 2003 18:03:06 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3a) Gecko/20021212

Hey Guys,
as you can see in the output below, clanMikMod and getext are not supported on my machine.

-------------------------------------------------------------------
PingusError: Couldn't open: stat\config
BasePath: data
Welcome to Pingus 0.5.0!
=======================

clanVorbis support: ok
clanMikMod support: missing (.it and .s3m music files will not be playable)
getext support: missing (only support for english will be available
sound support: enabled
music support: enabled
resolution set to: 800x600

Stat: story-seen = 1
Stat: text =
Stat: text =
Stat: text =
[Output] PingusMenu::init ()
--------------------------------------------------------------------

I've had a look in the sources and found the following code:

--------------------------------------------------------------------
#ifdef HAVE_LIBCLANMIKMOD
  std::cout << "clanMikMod support: ok" << std::endl;
#else
std::cout << "clanMikMod support: missing (.it and .s3m music files will not be playable)" << std::endl;
#endif

#ifdef HAVE_GETTEXT
  std::cout << "getext support: ok" << std::endl;
  std::cout << gettext("gettext language: english") << std::endl;
#else
std::cout << "getext support: missing (only support for english will be available" << std::endl;
#endif
---------------------------------------------------------------------

That seems to be not bad, but I didn't find any "#define HAVE_GETEXT"
or "#define HAVE_LIBCLANMIKMOD".

How can I enable Getext and clanMikMod? Are they supported right now anyway?

Greetings

Björn





reply via email to

[Prev in Thread] Current Thread [Next in Thread]