pingus-devel
[Top][All Lists]
Advanced

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

Re: Pingus 0.6 installer for win32 - GETTEXT Thread


From: Björn Fischer
Subject: Re: Pingus 0.6 installer for win32 - GETTEXT Thread
Date: Fri, 06 Jun 2003 09:16:42 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3a) Gecko/20021212



Just set HAVE_GETTEXT=0 ENABLE_NLS=0 in win32/config.h and compile
again? Or search for a way to get it compiling with gettext enabled, I'm
far from being experienced with VC++ at all.


Good hint. Now it works. Please apply the attached patch file. It does what you described above and also adds HAVE_LIBCLANMIKMOD.

I'll build a new installation package later. Dunno how much time I'll have on the Weekend...

Greetings

Björn
Index: src/win32/config.h
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/win32/config.h,v
retrieving revision 1.7
diff -u -r1.7 config.h
--- src/win32/config.h  24 Apr 2003 17:59:15 -0000      1.7
+++ src/win32/config.h  6 Jun 2003 07:07:48 -0000
@@ -11,7 +11,9 @@
 #define VERSION_STRING "0.6.0"
 #define PINGUS_DATADIR "data"
 #define LIBXML_2 1
-#define ENABLE_NLS 1
+#define ENABLE_NLS 0
+#define HAVE_GETTEXT 0
+#define HAVE_LIBCLANMIKMOD 1
 
 /* 'real' config values */
 #define HAVE_STDDEF_H 1

reply via email to

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