Hello Victor,

On 10/22/2013 03:44 PM, Victor Haefner wrote:
> A student of mine wants to use OpenSG on Mac, he has some trouble with
> the Deferred Shading:
>
> at the line
> #include <OpenSG/OSGDeferredShadingStage.h>

[SNIP]
this sort of error is usually caused by a missing include, so that the 
compiler does not know that ShaderProgram is derived from FieldContainer 
(and thus pointers to these are implicitly convertible).

> Any hint what is going wrong? I have no problems on Ubuntu.

I can not reproduce it under linux either (and don't have access to a 
Mac OS machine). I tried to see if using clang under linux would reveal 
the issue, but no luck either :(

        Cheers,
                Carsten


------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
_______________________________________________
Opensg-users mailing list
Opensg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to