Archived

This forum has been archived. Please start a new discussion on GitHub.

g++ 4.1 compilation fixes for IceE 1.1.0

Hi,

G++ 4.1 reports a number of errors in IceE 1.1.0:

- ReferenceFactory.cpp and Communicator.cpp missed an #include <IceE/Router.h> and an #include <IceE/Locator.h> to get suitable decRef and incRef declarations.

- Proxy.cpp missed an #include <IceE/Communicator.h> before including Handle.h for the same reason.

Regards,
F. Moya

Comments

  • marc
    marc Florida
    Thank you for the bug report. We have only tested Ice-E with GCC 4.0, which does not require the additional includes. We will make sure that future releases of Ice-E will also compile with GCC 4.1.