Re: Announcement of Visual Studio 2015 projects and solutions for Gtkmm and GTK+

2015-11-27 Thread Murray Cumming
On Fri, 2015-11-27 at 09:55 +0100, codekiddy wrote: > Sure, why not, Actually I used these as a starting point, I'll be > glad to contribute! > . > Although instead of working on patches on existing solutions (and > working on multiple versions for each VS), it should be easier to > just push new

Re: Announcement of Visual Studio 2015 projects and solutions for Gtkmm and GTK+

2015-11-27 Thread Miroslav Rajcic
Hi Yann, On 27.11.2015. 9:40, Yann Leboulanger wrote: On Windows, IMO, the ideal project would have to provide binaries (not just source), probably built with VS2015 and support both GTK2.x and GTK3.x stack. Additional points would be to build gstreamer, GtkSourceView and many other commonly

Re: Announcement of Visual Studio 2015 projects and solutions for Gtkmm and GTK+

2015-11-27 Thread Miroslav Rajcic
Thanks. Regards, Miroslav On 27.11.2015. 8:50, codekiddy wrote: Hi Miroslav! I have added your suggestion to my TODO list , which is at present already too long, I truly hope to clear this list one day. But

Re: Announcement of Visual Studio 2015 projects and solutions for Gtkmm and GTK+

2015-11-27 Thread LRN
On 27.11.2015 9:59, codekiddy wrote: > compile GTK+, Gtkmm, all it's dependencies > solely by using Visual Studio, as well as few other popular "hard to build" > libraries. Is there a particular reason to use MSVS as-is instead of using a multi-toolchain buildsystem (such as CMake) with the MS

Re: Announcement of Visual Studio 2015 projects and solutions for Gtkmm and GTK+

2015-11-27 Thread Miroslav Rajcic
Thanks. On 27.11.2015. 9:10, codekiddy wrote: I've just cloned the GtkSourceView from here I'll try to create solution for VS 2015 and send you a link for download. On Fri, Nov 27, 2015 at 8:50 AM, Miroslav Rajcic

Re: Announcement of Visual Studio 2015 projects and solutions for Gtkmm and GTK+

2015-11-27 Thread Yann Leboulanger
Le 2015-11-27 09:04, Miroslav Rajcic a écrit : I've seen most of the links before in the past. Hexchat seemed promising at the time, but their unwillingness to fix or change anything to the project that is not related to them (including building GtkSourceView) was a big disappointment. Some

Re: Announcement of Visual Studio 2015 projects and solutions for Gtkmm and GTK+

2015-11-27 Thread codekiddy
Sure, why not, Actually I used these as a starting point, I'll be glad to contribute! . Although instead of working on patches on existing solutions (and working on multiple versions for each VS), it should be easier to just push new "reworked" solutions somehow? Although I'm not sure how to make

Re: Announcement of Visual Studio 2015 projects and solutions for Gtkmm and GTK+

2015-11-27 Thread Miroslav Rajcic
I've seen most of the links before in the past. Hexchat seemed promising at the time, but their unwillingness to fix or change anything to the project that is not related to them (including building GtkSourceView) was a big disappointment. Some other projects are for GTK+ 3.x only, and that

Re: Announcement of Visual Studio 2015 projects and solutions for Gtkmm and GTK+

2015-11-27 Thread codekiddy
I've just cloned the GtkSourceView from here I'll try to create solution for VS 2015 and send you a link for download. On Fri, Nov 27, 2015 at 8:50 AM, Miroslav Rajcic wrote: > I've checked the git repository: >

Re: Announcement of Visual Studio 2015 projects and solutions for Gtkmm and GTK+

2015-11-27 Thread Ignacio Casal Quinteiro
See that you need at least 2 kind of binaries, one created with mingw64 and another with visual studio. Since you should not mix the runtimes. For GtkSourceView we would welcome visual studio projects upstream but we still did not have time to make them. Right now Fan is the only one that is able

Re: Announcement of Visual Studio 2015 projects and solutions for Gtkmm and GTK+

2015-11-27 Thread Murray Cumming
On Fri, 2015-11-27 at 07:59 +0100, codekiddy wrote: > Hello there! > > I'm glad to be able to announce new release of Visual Studio 2015 > projects and solutions to compile GTK+, Gtkmm, all it's dependencies > solely by using Visual Studio, as well as few other popular "hard to > build"

Re: Announcement of Visual Studio 2015 projects and solutions for Gtkmm and GTK+

2015-11-27 Thread codekiddy
Yes, CMAKE is not very user friendly and for most of dependencies (actually almost all) one needs to create cmake files first. Also creating projects with VS is far easier than doing all from scratch with cmake. Not only that but most beginners who ie. just want to have gtk+/gtkmm run in latest

Re: Announcement of Visual Studio 2015 projects and solutions for Gtkmm and GTK+

2015-11-27 Thread codekiddy
>It's important that improvements can be tracked as distinct commits, so >we can see what has actually changed and why. I understand, and thank you for your trust. I'll give my best to take time when possible. Can't promise to much since I'm pushing most of free time into my own project designs.

Re: Announcement of Visual Studio 2015 projects and solutions for Gtkmm and GTK+

2015-11-27 Thread Murray Cumming
On Fri, 2015-11-27 at 11:11 +0100, codekiddy wrote: > >It's important that improvements can be tracked as distinct commits, > so > >we can see what has actually changed and why. > > I understand, and thank you for your trust. I'll give my best to take > time when possible. > Can't promise to much

Re: Announcement of Visual Studio 2015 projects and solutions for Gtkmm and GTK+

2015-11-27 Thread LRN
On 27.11.2015 11:27, codekiddy wrote: > On Fri, Nov 27, 2015 at 9:15 AM, LRN wrote: >> On 27.11.2015 9:59, codekiddy wrote: >>> compile GTK+, Gtkmm, all it's dependencies >>> solely by using Visual Studio, as well as few other popular "hard to >>> build" libraries. >> >> Is there a particular

Announcement of Visual Studio 2015 projects and solutions for Gtkmm and GTK+

2015-11-26 Thread codekiddy
Hello there! I'm glad to be able to announce new release of Visual Studio 2015 projects and solutions to compile GTK+, Gtkmm, all it's dependencies solely by using Visual Studio, as well as few other popular "hard to build" libraries. To best illustrate which packages you can build with these

Re: Announcement of Visual Studio 2015 projects and solutions for Gtkmm and GTK+

2015-11-26 Thread Miroslav Rajcic
Looks nice, it's appreciated very much! Any chance to add GtkSourceView library in the mix ? Regards, Miroslav On 27.11.2015. 7:59, codekiddy wrote: Hello there! I'm glad to be able to announce new release of Visual Studio 2015 projects and solutions to compile GTK+, Gtkmm, all it's

Re: Announcement of Visual Studio 2015 projects and solutions for Gtkmm and GTK+

2015-11-26 Thread Ignacio Casal Quinteiro
See also this: https://github.com/fanc999/gtk-msvc-projects And to point out that most of the gtk projects and deps already provide the visual studio projects. i.e you can see them here: https://git.gnome.org/browse/gtk+/tree/build/win32 Cheers. On Fri, Nov 27, 2015 at 8:27 AM, Ignacio Casal

Re: Announcement of Visual Studio 2015 projects and solutions for Gtkmm and GTK+

2015-11-26 Thread Ignacio Casal Quinteiro
Hey, have you seen this? https://github.com/nice-software/gtk-win32/ https://github.com/hexchat/gtk-win32 Also I started to work in a way to automatize the builds: https://github.com/nacho/icbuild Still far from ready but any help would be appreciated. Cheers. On Fri, Nov 27, 2015 at 8:18 AM,

Re: Announcement of Visual Studio 2015 projects and solutions for Gtkmm and GTK+

2015-11-26 Thread codekiddy
Hi Miroslav! I have added your suggestion to my TODO list , which is at present already too long, I truly hope to clear this list one day. But for now, I don't know, it's too early and there is still a lot of stuff to

Re: Announcement of Visual Studio 2015 projects and solutions for Gtkmm and GTK+

2015-11-26 Thread codekiddy
Wow, so happy to meet other people with so rare interests! I think You, Fan-Chun-wei and me should *join forces*. and merge our hard work into one common ultimate repo! Together we should do stuff better than each one their own side. On Fri, Nov 27, 2015 at 8:29 AM, Ignacio Casal Quinteiro <

Re: Announcement of Visual Studio 2015 projects and solutions for Gtkmm and GTK+

2015-11-26 Thread Miroslav Rajcic
I've checked the git repository: https://git.gnome.org/browse/gtksourceview/tree but I fail to see any VS2015 related files. Regards, Miroslav On 27.11.2015. 8:29, Ignacio Casal Quinteiro wrote: See also this: https://github.com/fanc999/gtk-msvc-projects And to point out that most of the