Thanks Peter.

I think I might be going about this the wrong way possibly though now.

This is what I was struggling with;

When i try to use the opencv library I get this error on loading in the
plugin (it does compile without error and works when i'm not trying to use
it);

/usr/local/Nuke6.1v1/libstdc++.so.6: version `GLIBCXX_3.4.11' not found
(required by /usr/lib/libdirac_encoder.so.0)


Now if I preload using this, just because I saw the same error in one of the
threads here and that was the fix;


export LD_PRELOAD=/usr/lib64/libstdc++.so.6:/lib64/libgcc_s.so.1

I get past that error and get this one;

/usr/lib/libavcodec.so.52: symbol av_random_init, version LIBAVUTIL_49 not
defined in file libavutil.so.49 with link time reference


Now I dont know how to progress past this.


Regards,


Jack Straw

On 30 March 2011 11:50, Peter Pearson <[email protected]> wrote:

> On 30/03/11 11:40, Jack Straw wrote:
>
>> Hi,
>>
>> I am currently trying to create a Nuke plugin that uses opencv to do
>> calculations on the image. I am coming up against a lot of issues with
>> compiling it though. I am using Nuke6.1v1, what is the version of CXX
>> used to compile it? It because I need to recompile opencv and all its
>> dependants with that version.
>>
>
> Hi,
>
> We actually use the Intel compiler, but the builds are ABI compatible with
> the following depending on the platform:
>
> Linux: g++ 4.1.2 (can probably get away with any 4.1.x though)
> Mac: g++ 4.2
> Windows: VC 8
>
> Regards,
> Peter Pearson
> --
> Peter Pearson, Software Engineer
> The Foundry, 6th Floor, The Communications Building,
> 48 Leicester Square, London, UK, WC2H 7LT
> Tel: +44 (0)20 7434 0449 - Fax: +44 (0)20 7434 1550
> Web: www.thefoundry.co.uk
>
> The Foundry Visionmongers Ltd.
> Registered in England and Wales No: 4642027
> _______________________________________________
> Nuke-dev mailing list
> [email protected]
> http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-dev
>
_______________________________________________
Nuke-dev mailing list
[email protected]
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-dev

Reply via email to