Ada Programming/Libraries/Distributed/PolyORB
Contents |
[edit] Library Functions
Excerpt from Homepage [1].
PolyORB aims at providing a uniform solution to build distributed applications; relying either on industrial-strength middleware standards such as CORBA, the Distributed System Annex of Ada 95, distribution programming paradigms such as Web Services, Message Oriented Middleware (MOM), or to implement application-specific middleware.
[edit] Library links
- Author
- see homepage.
- Homepage
- http://libre.adacore.com/polyorb
- Project Info
- see homepage.
- CVS Archive
- http://libre.adacore.com/cvsweb/polyorb
- Download
- http://libre.adacore.com/polyorb/releases/polyorb-1.2r.tar.gz
- http://libre.adacore.com/polyorb/releases/polyorb-docs-1.2r.tar.gz
[edit] Sample Code
If you are interested in some samples look over at the Programming:CORBA wikibook.
[edit] Compile and Install PolyORB
First you should read the INSTALL file which is provided with PolyORB. Most informations needed for compiling PolyORB are contained there.
[edit] Linux
TODO
[edit] Windows
[edit] Preconditions
[edit] MinGW
You will need to download and install a complete set of MinGW tools. Including a current version of the GNAT compiler.
Refer to Installing chapter so see how to install MinGW.
[edit] Python
You need to download and install a version of Python.
[edit] XML/Ada
To use all functionality you should also install XML/Ada
[edit] Pitfalls
[edit] Release Version
There is a bug in the makefiles of the release 1.1r (incorrect use of '/' and '\' in filenames) so this version will not compile with Windows.
[edit] FIND.EXE
The configure script needs the GNU find utility. The problem is that there is a find utility in C:\Windows\System32 as well. You have to make sure that configure will use the right version of FIND.EXE by making a local change to your PATH environment variable. It is not a good idea to make that change in your Windows setup.
[edit]
Shared library support is much used from the team as static library. So if you compile from cvs you might be better off without --enable-shared.