<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On 17 April 2013 06:21, Enrico Tröger <span dir="ltr"><<a href="mailto:enrico.troeger@uvena.de" target="_blank">enrico.troeger@uvena.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On 16/04/13 20:26, Dimitar Zhekov wrote:<br>
> Hi,<br>
><br>
> When I run 'python waf configure' under Windows, it detects msvc before<br>
> gcc, but 'python waf make' produces lots of:<br>
><br>
> cl : Command line warning D9002 : ignoring unknown option<br>
> '-mms-bitfields'<br>
><br>
> warnings, and then stops with:<br>
><br>
> bibtex.c<br>
> ...\geanylatex\src\templates.h(81) : error C2143: syntax error :<br>
> missing ')' before '*'<br>
> ...\geanylatex\src\templates.h(81) : error C2143: syntax error :<br>
> missing '{' before '*'<br>
> ...\geanylatex\src \templates.h(81) : error C2040: 'gpointer' : 'int'<br>
> differs in levels of indirection from 'void *'<br>
> ...\geanylatex\src \templates.h(81) : error C2143: syntax error :<br>
> missing ';' before '*'<br>
> ...\geanylatex\src \templates.h(81) : error C2059: syntax error :<br>
> ')'<br>
><br>
> This is with geany-plugins 2013-03-12.<br>
><br>
> Info(gcc) says that "-m[no-]ms-bitfields is provided for the Microsoft<br>
> Windows X86 compilers to match the native Microsoft compiler", so it's<br>
> obviously useless for the MS compiler itself.<br>
><br>
> The errors may be caused by cl confusing 'template' with the C++<br>
> keyword, I haven't checked.<br>
><br>
> Do we support msvc in the first place?..<br>
<br>
</div></div>I'd say not yet.<br>
I don't have MSVC and so could not test it. Do you have any clue where<br>
the -mms-bitfields comes from? I couldn't find any reference in the<br>
whole repository.<br></blockquote><div><br></div><div style>Would Waf not set the options?</div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<br>
If the errors are only because of a naming clash, this would be quite<br>
easy to fix I guess.<br>
<br>
<br>
Btw, does Geany build with MSVC?<br></blockquote><div><br></div><div style>Note that as I understand it, it would not necessarily work to use a plugin compiled with msvc and a Geany compiled with gcc.  It might, but no guarantee.</div>
<div style><br></div><div style>Cheers</div><div style>Lex</div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<br>
Regards,<br>
Enrico<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Get my GPG key from <a href="http://www.uvena.de/pub.asc" target="_blank">http://www.uvena.de/pub.asc</a><br>
<br>
</font></span><br>_______________________________________________<br>
Devel mailing list<br>
<a href="mailto:Devel@lists.geany.org">Devel@lists.geany.org</a><br>
<a href="https://lists.geany.org/cgi-bin/mailman/listinfo/devel" target="_blank">https://lists.geany.org/cgi-bin/mailman/listinfo/devel</a><br>
<br></blockquote></div><br></div></div>