Hi David,<br><br>I used your second suggestion.  Apparently, the header <wx/app.h> is causing problems, and it is included by windows.h.  Let's see if it compiles now...<br><br>Best,<br>Greg<br><br><div><span class="gmail_quote">
On 7/23/07, <b class="gmail_sendername">David García Garzón</b> <<a href="mailto:dgarcia@iua.upf.edu">dgarcia@iua.upf.edu</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>On Monday 23 July 2007 14:40:46 David García Garzón wrote:<br>> I suspect that windows.h defines 'Yield' as a macro as it did<br>> with 'GetClassName'.<br>><br>> On Monday 23 July 2007 14:30:23 David García Garzón wrote:
<br>> > Greg, you broke windows...<br>> ><br>> > David, aka the 'automatic' script we never wrote.<br><br>Confirmed, in windows 'Yield' is defined as macro. But i cannot find the<br>offending include. Maybe 
pthread.h. In any case you have two solutions:<br>* Renaming the method<br>* Adding the following:<br> #ifdef Yield<br> #undef Yield<br> #endif<br><br>David.<br><br><br>_______________________________________________<br>Clam-devel mailing list
<br><a href="mailto:Clam-devel@llistes.projectes.lafarga.org">Clam-devel@llistes.projectes.lafarga.org</a><br><a href="https://llistes.projectes.lafarga.org/cgi-bin/mailman/listinfo/clam-devel">https://llistes.projectes.lafarga.org/cgi-bin/mailman/listinfo/clam-devel
</a><br></blockquote></div><br>