<p dir="ltr">Many thanks for the replies, I found the guide to build for win32 I'll do it soon.</p>
<p dir="ltr">To Jiri thanks for the tip I tried to add geany.exe to the system path but this does not fix the issue in the current release, I'll try Colomban fix.</p>
<p dir="ltr">One more thing that I'll play with is that when you close a maximized window, the size stored in the preferences is the maximized one which is wrong. If I unmaxize the window the next time it still keeps the whole monitor size so you don't almost realize if the window is maximized or not. Furthermore a window closed on second monitors opens then anyway on the first. I have this working fine in an application of mine will try to port the code and submit a patch.</p>
<p dir="ltr">Cheers,<br>
Giuseppe.</p>
<div class="gmail_quote">On 17 Mar 2015 13:30, "Colomban Wendling" <<a href="mailto:lists.ban@herbesfolles.org">lists.ban@herbesfolles.org</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Le 17/03/2015 01:52, Lex Trotman a écrit :<br>
> […]<br>
>> and otherwise<br>
>> if there is a howto about building geany on windows (or how to cross compile<br>
>> it from linux)<br>
><br>
> I understand cross compile works but its new and I don't know if its<br>
> documented yet, @b4n?<br>
<br>
It's as straightforward as any cross-compiltaion -- so it's not really.<br>
It's actually relatively easy, but as we have extra library<br>
dependencies, the boring part is to collect the Windows libraries and<br>
setup the various environment variables so the tools find them.<br>
Apart that it's the standard mechanism for the build system you use,<br>
e.g. for Autotools it'd be --host=i686-w64-mingw32 (or similar depending<br>
on what host you actually want to build for).<br>
<br>
There is some docs at <a href="http://www.geany.org/Support/CrossCompile" target="_blank">http://www.geany.org/Support/CrossCompile</a> -- it's<br>
a bit outdated, but the basis are there.<br>
<br>
> Building on windows is addressed on the website and HACKING IIRC.<br>
<br>
Indeed, see <a href="http://www.geany.org/Support/BuildingOnWin32" target="_blank">http://www.geany.org/Support/BuildingOnWin32</a><br>
This uses Windows makefiles, but you can also use Waf if you prefer.<br>
The environment setup step is the same in both cases anyway.<br>
<br>
Regards,<br>
Colomban<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>
</blockquote></div>