|
发表于 2005-1-30 13:59:32
|
显示全部楼层
libIDL的版本符合要求吗?这有几篇文档看看需要的东西是否都正确安装了。
[code:1]
ORBit2-2.12.0
Introduction to ORBit2
The ORBit2 package contains a high-performance CORBA Object Request Broker. This allows programs to send requests and receive replies from other programs.
Package information
*
Download (HTTP): http://ftp.gnome.org/pub/GNOME/sources/ORBit2/2.12/ORBit2-2.12.0.tar.bz2
*
Download (FTP): ftp://ftp.gnome.org/pub/GNOME/sources/ORBit2/2.12/ORBit2-2.12.0.tar.bz2
*
Download MD5 sum: d7f0c2b9bee73b89978a9968c10f81fe
*
Download size: 667 KB
*
Estimated disk space required: 31.8 MB
*
Estimated build time: 0.66 SBU
ORBit2 dependencies
Required
libIDL-0.8.4 and popt-1.7
Optional
GTK-Doc-1.2 and OpenSSL-0.9.7e
Installation of ORBit2
Install ORBit2 by running the following commands:
./configure --prefix=$GNOME_PREFIX --sysconfdir=/etc/gnome &&
make &&
make install
Command explanations
--prefix=$GNOME_PREFIX: This is the Base installation for GNOME-2 from which all future installations will receive their prefix parameter. Be sure that GNOME_PREFIX is set for this install or globally to your install directory as described in the introduction of this Section.
--sysconfdir=/etc/gnome: This switch puts configuration files in /etc/gnome instead of $GNOME_PREFIX/etc.
Contents
The ORBit2 package contains ior-decode-2, linc-cleanup-sockets, orbit-idl-2, orbit2-config, typelib-dump, libORBit-2, libORBitCosNaming-2, libORBit-imodule-2, libname-server-2 and the ORBit2 Everything_module libraries.
Description
libORBit-2
libORBit-2 is the CORBA API[/code:1]
[code:1]
libIDL-0.8.4
Introduction to libIDL
The libIDL package contains libraries for Interface Definition Language files. This is a specification for defining portable interfaces.
Package information
*
Download (HTTP): http://ftp.gnome.org/pub/GNOME/sources/libIDL/0.8/libIDL-0.8.4.tar.bz2
*
Download (FTP): ftp://ftp.gnome.org/pub/GNOME/sources/libIDL/0.8/libIDL-0.8.4.tar.bz2
*
MD5 sum: f94a690454b4f9d448c2e51792f81365
*
Download size: 319 KB
*
Estimated disk space required: 4.5 MB
*
Estimated build time: 0.12 SBU
libIDL dependencies
Required
GLib-2.4.7
Installation of libIDL
Install libIDL by running the following commands:
./configure --prefix=/usr &&
make &&
make install
Contents
The libIDL package contains libIDL-2 libraries.
Description
libIDL libraries
libIDL-2 libraries provide the functions to create and maintain trees of CORBA Interface Definition Language (IDL) files.
[/code:1]
[code:1]
popt-1.7
Introduction to popt
The popt package contains the popt libraries which are used by some programs to parse command-line options.
Package information
*
Download (HTTP): http://gd.tuwien.ac.at/utils/rpm.org/dist/rpm-4.1.x/popt-1.7.tar.gz
*
Download (FTP): ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/popt-1.7.tar.gz
*
Download size: 564 KB
*
Estimated Disk space required: 17.4 MB
*
Estimated build time: 0.06 SBU
Installation of popt
Install popt by running the following commands:
./configure --prefix=/usr &&
make &&
make install
Contents
The popt package contains the libpopt libraries.
Description
popt library
The libpopt library is used to parse command-line options.
[/code:1] |
|