Re: Gnome Libs 1.0.56 has been released
- From: Aron Griffis <agriffis bigfoot com>
- To: Miguel de Icaza <miguel helixcode com>
- Cc: gnome-list gnome org, gnome-devel-list gnome org, gnome-announce-list gnome org
- Subject: Re: Gnome Libs 1.0.56 has been released
- Date: Wed, 23 Feb 2000 08:20:20 -0500
Hello Miguel,
There remain only a couple of issues with gnome-libs-1.0.56 on Tru64
UNIX.
(1) As I have been saying for other GNOME packages, please upgrade to
libtool-1.3.4. Previous versions do not support shared libraries
on Tru64 5.x.
ftp://ftp.gnu.org/gnu/libtool/libtool-1.3.4.tar.gz
Workaround: Install libtool-1.3.4 locally to the machine, and do
cp /usr/local/share/libtool/* .
prior to running ./configure.
(2) The attached patch is required to compile with DECC and most
ANSI-pedantic compilers. I believe the problem actually lies in
ORBit, since this is generated code, but I think it has been fixed
in recent versions.
Thanks,
Aron
--
Aron Griffis Compaq Computer Corporation, ZKO3-3/T30
Tru64 Hardware Support 110 Spit Brook Rd, Nashua, NH 03062
603/884-1276 http://bigfoot.com/~agriffis/
--- gnome-libs-1.0.56.old/libgnorba/gnome-factory.h Tue Feb 22 09:44:33 2000
+++ gnome-libs-1.0.56/libgnorba/gnome-factory.h Tue Feb 22 22:48:51 2000
@@ -56,6 +56,7 @@
#if !defined(_GNOME_GenericFactory_CannotActivate_defined)
#define _GNOME_GenericFactory_CannotActivate_defined 1
typedef struct {
+ int dummy;
} GNOME_GenericFactory_CannotActivate;
#if !defined(TC_IMPL_TC_GNOME_GenericFactory_CannotActivate)
--- gnome-libs-1.0.56.old/libgnorba/Table.h Tue Feb 22 09:44:33 2000
+++ gnome-libs-1.0.56/libgnorba/Table.h Tue Feb 22 22:49:23 2000
@@ -51,6 +51,7 @@
#if !defined(_GNOME_Table_OutOfRange_defined)
#define _GNOME_Table_OutOfRange_defined 1
typedef struct {
+ int dummy;
} GNOME_Table_OutOfRange;
#if !defined(TC_IMPL_TC_GNOME_Table_OutOfRange)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]