[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [Pkg-corba-devel] OpenCASCADE and Salomé



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


Reply to: