no, gcc4.2 would not work:
Undefined symbols:
"__Unwind_Resume", referenced from:
build(Node*) in Add.os
build(Node*) in Add.os
std::_Rb_tree<int, int, std::_Identity<int>, std::less<int>,
std::allocator<int> >::~_Rb_tree()in Add.os
DD::Image::Op::input_order() constin Add.os
ld: symbol(s) not found
collect2: ld returned 1 exit status
make: *** [Add.dylib] Error 1
when I replaced the Compiler in Makefile for examples in Nuke6.2v1, I got the
error message above.
--- On Wed, 3/30/11, ZiZi Zhao <[email protected]> wrote:
> From: ZiZi Zhao <[email protected]>
> Subject: Re: [Nuke-dev] Using external libraries in Nuke plugins.
> To: "Nuke plug-in development discussion" <[email protected]>
> Date: Wednesday, March 30, 2011, 9:12 PM
> Hi,
>
> In the Makefile of NDK/examples of 6.2v1, it says:
>
> # Compiler Info ('g++-4.0 --version')
> # i686-apple-darwin9-g++-4.0.1 (GCC) 4.0.1 (Apple Inc.
> build 5488)
> MYCXX ?= g++-4.0
> LINK ?= g++-4.0
>
> Should it be updated to 4.2?
>
> Thanks,
>
> zz
>
> --- On Wed, 3/30/11, Peter Pearson <[email protected]>
> wrote:
>
> > From: Peter Pearson <[email protected]>
> > Subject: Re: [Nuke-dev] Using external libraries in
> Nuke plugins.
> > To: [email protected]
> > Date: Wednesday, March 30, 2011, 10:50 AM
> > 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
>
_______________________________________________
Nuke-dev mailing list
[email protected]
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-dev