Revision: 4408
          http://tigervnc.svn.sourceforge.net/tigervnc/?rev=4408&view=rev
Author:   dcommander
Date:     2011-05-13 09:29:37 +0000 (Fri, 13 May 2011)

Log Message:
-----------
Require gettext 0.14.4 to fix a problem with detection of NLS support

Modified Paths:
--------------
    branches/1_1/BUILDING.txt
    branches/1_1/configure.ac

Modified: branches/1_1/BUILDING.txt
===================================================================
--- branches/1_1/BUILDING.txt   2011-05-12 03:30:43 UTC (rev 4407)
+++ branches/1_1/BUILDING.txt   2011-05-13 09:29:37 UTC (rev 4408)
@@ -7,10 +7,6 @@
 Build Requirements
 ==================
 
--- autoconf 2.57 or later
--- automake 1.7 or later
--- libtool 1.4 or later
-
 -- NASM
    * 0.98, or 2.01 or later is required for a 32-bit build
    * NASM 2.00 or later is required for a 64-bit build
@@ -36,15 +32,33 @@
 
 -- X11 development kit
 
+-- If building TLS support:
+   * GnuTLS and its dependencies (libgcrypt, libtasn1, libgpg-error)
+
 -- If building Xvnc:
    * Python v2.3 or later
    * zlib v1.2 or later
    * OpenSSL v0.9.7 or later
 
--- If building TLS support:
-   * GnuTLS and its dependencies (libgcrypt, libtasn1, libgpg-error)
+   * pkgconfig 0.20 or later
+     If you are using an older RPM-based system which does not meet this
+     minimum requirement (such as Red Hat Enterprise Linux 4), then you can
+     build pkgconfig 0.20 from the Fedora 5 source RPM:
+     
http://archive.fedoraproject.org/pub/archive/fedora/linux/core/5/source/SRPMS/pkgconfig-0.20-2.2.1.src.rpm
 
+-- If building Xvnc or building TigerVNC from the subversion repository:
+   * autoconf 2.57 or later
+   * automake 1.7 or later
+   * libtool 1.4 or later
 
+   * gettext 0.14.4 or later
+     If you are using an older RPM-based system which does not meet this
+     minimum requirement (such as Red Hat Enterprise Linux 4), then you can
+     build gettext 0.14.5 from the Fedora 5 source RPM:
+     
http://archive.fedoraproject.org/pub/archive/fedora/linux/core/5/source/SRPMS/gettext-0.14.5-3.src.rpm
+     NOTE: gcj and libgcj are required when building the above source RPM.
+
+
 ==================
 Out-of-Tree Builds
 ==================

Modified: branches/1_1/configure.ac
===================================================================
--- branches/1_1/configure.ac   2011-05-12 03:30:43 UTC (rev 4407)
+++ branches/1_1/configure.ac   2011-05-13 09:29:37 UTC (rev 4408)
@@ -20,7 +20,7 @@
 AC_PROG_LIBTOOL
 AC_LANG([C++])
 AM_GNU_GETTEXT([external])
-AM_GNU_GETTEXT_VERSION([0.14.1])
+AM_GNU_GETTEXT_VERSION([0.14.4])
 
 case "`(uname -sr) 2>/dev/null`" in
 "SunOS 5"*)


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Tigervnc-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tigervnc-commits

Reply via email to