[Pkg-corba-devel] OpenCASCADE and Salomé

Thomas Girard thomas.g.girard at free.fr
Mon Feb 25 14:36:59 UTC 2008


On Mon, Feb 25, 2008 at 03:23:31PM +0100, Thomas Girard wrote:
> From a first sight, it seems to me that replacing:
>   RefCountServantBase
> with:
>   ServantBase
> 
> in Salomé files should be enough.

So the following pipeline (modifying Salomé files, beware!), run from
Salomé toplevel directory, should work:
  find -type f -print0 | xargs -0 grep RefCountServantBase | cut -d: -f1 |
    sort | uniq | xargs sed -i -e 's/RefCountServantBase/ServantBase/g'

Could you please try to compile this modified Salomé with omniORB 4.1 from
unstable, and report if it succeeds?

Regards,

Thomas



More information about the Pkg-corba-devel mailing list