<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2523" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi!</FONT></DIV>
<DIV><FONT face=Arial size=2>I'm trying to compile the puma with vc71 under 
windows, and getting the following weaving stopper:</FONT></DIV><FONT face=Arial 
size=2>
<DIV><BR>d:/piant/extlib/puma/gen/step1/inc/Puma/CTypeQualified.h:33: error: 
invalid member declaration near token 
`restrict'<BR>d:/piant/extlib/puma/gen/step1/inc/Puma/CTypeQualified.h:52: 
error: invalid declaration near token `:'<BR></DIV>
<DIV>For all .cc files in gen/step1/src folder</DIV>
<DIV>I don't get it because the CTypeQualified.h has the following 
declaration:</DIV>
<DIV><FONT color=#0000ff size=2></FONT><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>30: <FONT color=#0000ff>class CTypeQualified </FONT>: <FONT 
color=#0000ff>public CTypeInfo</FONT> {</FONT></DIV>
<DIV><FONT size=2>31:     <FONT color=#0000ff>bool </FONT><FONT 
color=#808080>_Const</FONT>;</FONT></DIV>
<DIV><FONT size=2>32:     <FONT color=#0000ff>bool </FONT><FONT 
color=#808080>_Volatile</FONT>;</FONT></DIV>
<DIV><FONT size=2>33:     <FONT color=#0000ff>bool </FONT><FONT 
color=#808080>_Restrict</FONT>;</FONT></DIV>
<DIV><FONT size=2>34:</FONT></DIV>
<DIV><FONT size=2>35: protected:</FONT></DIV>
<DIV><FONT size=2>36:    CTypeQualified (CTypeInfo *, bool, bool, 
bool, TypeId );</FONT></DIV>
<DIV><FONT size=2><FONT color=#c0c0c0>(... the rest 
skipped...)</FONT></FONT></DIV>
<DIV><FONT size=2><FONT color=#c0c0c0></FONT></FONT> </DIV>
<DIV><FONT size=2>There isn't even a `restrict' but 
`_Restrict'!</FONT></DIV>
<DIV><FONT size=2>Could anybody help me out here?</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>Thank you in advance,</FONT></DIV>
<DIV><FONT size=2>Dmitri.</FONT></DIV>
<DIV><FONT size=2> </DIV></FONT></FONT></BODY></HTML>