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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to