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

2015-06-15 Thread Dimitar Zhekov
On 14.6.2015 г. 15:21, Thomas Martitz wrote: Why do you say self-compiled GTK? It is readily packaged for msys, I think we should be able to use that. Even geany is packaged already, which is great for plugin developers to test on Windows. It's not suitable for end-user distribution though, I'd

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

2015-06-14 Thread Enrico Tröger
On 14/06/15 23:31, Thomas Martitz wrote: > Am 14.06.2015 um 23:20 schrieb Enrico Tröger: >> On 14/06/15 19:08, Thomas Martitz wrote: >>> Am 14.06.2015 um 18:32 schrieb Thomas Martitz: Actually the issue goes away if I remove the installer-included GTK runtime, so that the one in PATH is u

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

2015-06-14 Thread Thomas Martitz
Am 14.06.2015 um 23:20 schrieb Enrico Tröger: On 14/06/15 19:08, Thomas Martitz wrote: Am 14.06.2015 um 18:32 schrieb Thomas Martitz: Actually the issue goes away if I remove the installer-included GTK runtime, so that the one in PATH is used. I guess I didn't add enough files (icons?) to the i

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

2015-06-14 Thread Enrico Tröger
On 14/06/15 18:32, Thomas Martitz wrote: > Am 14.06.2015 um 18:26 schrieb Enrico Tröger: > >> This is why :). >> I thought a couple of times of making geany.nsi.in and >> geany_private.rc.in and fill in the version number automatically. But I >> never was annoyed enough to fiddle with the 4-part v

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

2015-06-14 Thread Enrico Tröger
On 14/06/15 19:08, Thomas Martitz wrote: > Am 14.06.2015 um 18:32 schrieb Thomas Martitz: >> >> Actually the issue goes away if I remove the installer-included GTK >> runtime, so that the one in PATH is used. I guess I didn't add enough >> files (icons?) to the installer >> >> > > > Indeed, I cou

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

2015-06-14 Thread Thomas Martitz
Am 14.06.2015 um 18:32 schrieb Thomas Martitz: Actually the issue goes away if I remove the installer-included GTK runtime, so that the one in PATH is used. I guess I didn't add enough files (icons?) to the installer Indeed, I could fix the lacking icons and the warning spam by including

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

2015-06-14 Thread Thomas Martitz
Am 14.06.2015 um 18:26 schrieb Enrico Tröger: This is why :). I thought a couple of times of making geany.nsi.in and geany_private.rc.in and fill in the version number automatically. But I never was annoyed enough to fiddle with the 4-part version numbers used there. Maybe you are :). The last

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

2015-06-14 Thread Enrico Tröger
On 14/06/15 17:49, Thomas Martitz wrote: > Am 14.06.2015 um 17:44 schrieb Enrico Tröger: >> On 14/06/15 17:16, Thomas Martitz wrote: >>> Am 14.06.2015 um 16:55 schrieb Thomas Martitz: Am 14.06.2015 um 16:48 schrieb Enrico Tröger: > At some point we had some discussion whether to use the sa

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

2015-06-14 Thread Colomban Wendling
Le 14/06/2015 17:16, Thomas Martitz a écrit : > […] > - copy geany.gtkrc to geany-1.25/data (doesn't seem to be installed > automatically) geany.gtkrc is not installed on GTK3 builds because it's a GTK2-only thing. The GTK3 version is geany.css. ___ De

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

2015-06-14 Thread Thomas Martitz
Am 14.06.2015 um 17:44 schrieb Enrico Tröger: On 14/06/15 17:16, Thomas Martitz wrote: Am 14.06.2015 um 16:55 schrieb Thomas Martitz: Am 14.06.2015 um 16:48 schrieb Enrico Tröger: At some point we had some discussion whether to use the same directory on Windows as on Unix but I don't know the

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

2015-06-14 Thread Enrico Tröger
On 14/06/15 17:16, Thomas Martitz wrote: > Am 14.06.2015 um 16:55 schrieb Thomas Martitz: >> Am 14.06.2015 um 16:48 schrieb Enrico Tröger: >>> At some point we had some discussion whether to use the same directory >>> on Windows as on Unix but I don't know the result. >> >> We do this already don't

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

2015-06-14 Thread Thomas Martitz
Am 14.06.2015 um 16:55 schrieb Thomas Martitz: Am 14.06.2015 um 16:48 schrieb Enrico Tröger: At some point we had some discussion whether to use the same directory on Windows as on Unix but I don't know the result. We do this already don't we (except for the renamed text files)? need to in

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

2015-06-14 Thread Enrico Tröger
On 14/06/15 16:55, Thomas Martitz wrote: > Am 14.06.2015 um 16:48 schrieb Enrico Tröger: >> At some point we had some discussion whether to use the same directory >> on Windows as on Unix but I don't know the result. > > We do this already don't we (except for the renamed text files)? I don't thi

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

2015-06-14 Thread Thomas Martitz
Am 14.06.2015 um 16:48 schrieb Enrico Tröger: At some point we had some discussion whether to use the same directory on Windows as on Unix but I don't know the result. We do this already don't we (except for the renamed text files)? need to install to a special directory? The current proce

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

2015-06-14 Thread Enrico Tröger
On 14/06/15 16:41, Thomas Martitz wrote: > Am 14.06.2015 um 16:35 schrieb Enrico Tröger: >> On 14/06/15 15:50, Thomas Martitz wrote: >>> Am 14.06.2015 um 14:48 schrieb Enrico Tröger: On 14/06/15 14:21, Thomas Martitz wrote: > Why do you say self-compiled GTK? It is readily packaged for msy

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

2015-06-14 Thread Thomas Martitz
Am 14.06.2015 um 16:35 schrieb Enrico Tröger: On 14/06/15 15:50, Thomas Martitz wrote: Am 14.06.2015 um 14:48 schrieb Enrico Tröger: On 14/06/15 14:21, Thomas Martitz wrote: Why do you say self-compiled GTK? It is readily packaged for msys, I think we should be able to use that. Oops, scratch

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

2015-06-14 Thread Enrico Tröger
On 14/06/15 15:50, Thomas Martitz wrote: > Am 14.06.2015 um 14:48 schrieb Enrico Tröger: >> On 14/06/15 14:21, Thomas Martitz wrote: >>> Why do you say self-compiled GTK? It is readily packaged for msys, I >>> think we should be able to use that. >> Oops, scratch the self-compiled. But we still nee

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

2015-06-14 Thread Thomas Martitz
Am 14.06.2015 um 14:48 schrieb Enrico Tröger: On 14/06/15 14:21, Thomas Martitz wrote: Why do you say self-compiled GTK? It is readily packaged for msys, I think we should be able to use that. Oops, scratch the self-compiled. But we still need to create a distributable GTK runtime environment.

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

2015-06-14 Thread Enrico Tröger
On 14/06/15 14:21, Thomas Martitz wrote: > Am 14.06.2015 um 13:59 schrieb Enrico Tröger: >> On 07/06/15 22:31, Thomas Martitz wrote: >>> Am 7. Juni 2015 17:53:36 MESZ, schrieb Yury Siamashka >>> : 05/29/15 12:00, Thomas Martitz пишет: > Hello, > > I've successfully managed to build

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

2015-06-14 Thread Thomas Martitz
Am 14.06.2015 um 13:59 schrieb Enrico Tröger: On 07/06/15 22:31, Thomas Martitz wrote: Am 7. Juni 2015 17:53:36 MESZ, schrieb Yury Siamashka : 05/29/15 12:00, Thomas Martitz пишет: Hello, I've successfully managed to build Geany on MSYS2, against both gtk2 and gtk3. I've started to describe t

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

2015-06-14 Thread Enrico Tröger
On 07/06/15 22:31, Thomas Martitz wrote: > Am 7. Juni 2015 17:53:36 MESZ, schrieb Yury Siamashka : >> 05/29/15 12:00, Thomas Martitz пишет: >>> Hello, >>> >>> I've successfully managed to build Geany on MSYS2, against both gtk2 >>> and gtk3. I've started to describe the steps on the wiki: >>> htt

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

2015-06-07 Thread Thomas Martitz
Am 7. Juni 2015 17:53:36 MESZ, schrieb Yury Siamashka : >05/29/15 12:00, Thomas Martitz пишет: >> Hello, >> >> I've successfully managed to build Geany on MSYS2, against both gtk2 >> and gtk3. I've started to describe the steps on the wiki: >> https://wiki.geany.org/howtos/win32/msys2, however th

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

2015-06-07 Thread Yury Siamashka
05/29/15 12:00, Thomas Martitz пишет: Hello, I've successfully managed to build Geany on MSYS2, against both gtk2 and gtk3. I've started to describe the steps on the wiki: https://wiki.geany.org/howtos/win32/msys2, however the page is not complete yet (but complete enough to produce a running

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 dependenc

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 dire

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

2015-06-05 Thread Enrico Tröger
On 29/05/15 11:00, Thomas Martitz wrote: > Hello, > > I've successfully managed to build Geany on MSYS2, against both gtk2 and > gtk3. I've started to describe the steps on the wiki: > https://wiki.geany.org/howtos/win32/msys2, however the page is not > complete yet (but complete enough to produce

[Geany-Devel] Msys2 to compile on win32

2015-05-29 Thread Thomas Martitz
Hello, I've successfully managed to build Geany on MSYS2, against both gtk2 and gtk3. I've started to describe the steps on the wiki: https://wiki.geany.org/howtos/win32/msys2, however the page is not complete yet (but complete enough to produce a running geany). Short introduction, see the