Re: [Geany-Devel] Autotools and Waf options (Was: Re: Msys2 to compile on win32)

2015-06-06 Thread Colomban Wendling
Le 06/06/2015 14:57, Colomban Wendling a écrit : […] And we could probably relatively easily add a flag similar you the current Waf's `--enable-plugins` -- this was mentioned yesterday on IRC, we could try and add e.g. --disable-all so to build a single plugin it could be --disable-all

Re: [Geany-Devel] Msys2 to compile on win32

2015-06-06 Thread Dimitar Zhekov
On 05.6.2015 г. 19:52, Enrico Tröger wrote: On 29/05/15 11:00, Thomas Martitz wrote: Msys2 is a successor to msys which offers a unix-like environment on Windows combined with a pacman-based package manager. [...] My standard test: [D:]grep 00A0 uni\*.uni grep: uni*.uni: No such file or

Re: [Geany-Devel] Msys2 to compile on win32

2015-06-06 Thread Yury Siamashka
06/06/15 14:07, Dimitar Zhekov пишет: Also note that MSYS2 by itself does not include any development stack. Not even a make, like MSYS. You can install it easily using pacman: pacman -S make Actually it is great to have sane packet manager in windows environment since compiling

[Geany-Devel] Autotools and Waf options (Was: Re: Msys2 to compile on win32)

2015-06-06 Thread Colomban Wendling
Le 06/06/2015 13:07, Dimitar Zhekov a écrit : […] I'm using waf under Linux as well, since it keeps the source tree clean, You can do the same with Autotools, though it admittedly doesn't enforce it. Just run configure from the directory you want the build files in, e.g: $ mkdir _build $ cd

Re: [Geany-Devel] Autotools and Waf options (Was: Re: Msys2 to compile on win32)

2015-06-06 Thread Matthew Brush
On 2015-06-06 05:57 AM, Colomban Wendling wrote: Le 06/06/2015 13:07, Dimitar Zhekov a écrit : […] I'm using waf under Linux as well, since it keeps the source tree clean, You can do the same with Autotools, though it admittedly doesn't enforce it. Just run configure from the directory you