Hi Marcus,

> 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. :)

just compiled the current cvs version without any problems, where does 
this line come from:

typedef UInt8 * FieldContainerPtrBase* unspecified_bool_type

In the cvs I can find only this one:

typedef UInt8 * FieldContainerPtrBase::*unspecified_bool_type;

Andreas

> 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
> 


-------------------------------------------------------------------------
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