Marcus Lindblom wrote:
> 
> But, I get the following error when running scons (compiler=msvc90):
> 
[snip]
> D:\OpenSG\1.8_head\Build\win32-msvc90\installed\include\OpenSG/OSGFieldContainerPtrImpl.h(99)
>  
> : error C2143: syntax error : missing ';' before '*'
 >
> It seems as UInt8 isn't defined?

I was wrong. The problem is bad pointer-to-member syntax. It was:

     typedef UInt8 * FieldContainerPtrBase* unspecified_bool_type;

but should of course be:

     typedef UInt8 * FieldContainerPtrBase::* unspecified_bool_type;

Now it compiles .. I'll see what happens when it's all done. (Luckily 
I'm on a quad-core. :)

Cheers,
/Marcus

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to