RE: Gtk+ 3.0 and MS Windows

2011-03-24 Thread Fan Chun-wei
folder for each package, especially regarding gettext-runtime, which can be hard to build yourself under VS. God Bless, -Fan, Chun-wei --- 11/3/25 (五),Mikhail Titov 寫道: > 日期: 2011年3月25日,五,上午6:08 > Maarten: > > Yes, if you have this script available it would be > wonderful. The

RE: Gtk+ 3.0 and MS Windows

2011-03-25 Thread Fan Chun-wei
did not change that much to cause any problems of that sort (I didn't have time to build 3.0.5 yet) God Bless, -Fan, Chun-wei --- 11/3/25 (五),Mikhail Titov 寫道: > Fan: > > If I try to use experimental MS VC++ solution/projects, > gdk-win32 dll gets built correctly. Howe

RE: Gtk+ 3.0 and MS Windows

2011-04-03 Thread Fan Chun-wei
le using GTK+ and its GNOME deps out there on Windows. Hope this helps to clear some questions that may be involved, and thanks very much for the informative post. God Bless, -Fan, Chun-wei ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome

RE: Gtk+ 3.0 and MS Windows

2011-04-03 Thread Fan Chun-wei
me know. > > In overall, I'd like to see the possibility to stay up to > date with gtkmm and all the stuff from git and build it as > easy as typing nmake. I know this is the wrong list, but I > had to start with gtk+ :-) No problem :) Thanks. God Bless, Fan, Chun-wei ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

RE: gtk+ 3.1.2/git & MSVC++: GDK_IS_WIN32_WINDOW @ gtkclipboard.c causes troubles

2011-04-14 Thread Fan Chun-wei
Did anyone tell you about what they think about using CMake yet? Goodnight. God Bless, -Fan, Chun-wei ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Locarion of org.gtk.Settings.FileChooser.gschema.xml on Windows

2011-04-22 Thread Fan Chun-wei
Hi list, I am wondering, that on Windows, where is the org.gtk.Settings.FileChooser.gschema.xml file searched for, as XDG_DATA_DIRS and XDG_SHARED_DIR seems to be only applicable for *nix platforms. I was having trouble for the system to find that file on Windows. Thank you! ___

RE: Locarion of org.gtk.Settings.FileChooser.gschema.xml on Windows

2011-04-22 Thread Fan Chun-wei
mpile the the org.gtk.Settings.FileChooser.gschema.xml shortly. Hope this helps, and thanks for looking at this. God Bless, -Fan, Chun-wei ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

RE: Does anyone have a binary Windows build 2.24 GTK system (maybe including Webkit)

2011-05-05 Thread Fan Chun-wei
Hi Lothar, Do you use MinGW? I am not sure, but you can check out the OpenSuse Build service. Otherwise, the GTK+-2.24.x source packages have working Visual C++ 2008 project files that you can make use of-let me know if you need help on the Visual C++ project files though. God Bless, Fan, Chun

Re: RE: Does anyone have a binary Windows build 2.24 GTK system (maybe including Webkit)

2011-05-06 Thread Fan Chun-wei
made possible through countless efforts by many, especially tml and Hans Breuer. So I am the one who now attempts to keep the Visual C++ project files up-to-date in the GTK+ stack. Sorry for the longish post, but hope this helps. God Bless, Fan, Chun-wei > > There seems to be so much not t

Re: Compiling a GTK application on windows

2011-05-29 Thread Fan Chun-wei
the GTK+ stack on Windows using Visual Studio. Hopefully I could get that done ASAP, time permitting. Sorry for the delay. Hope this helps to clear things up-sorry for the longish post. God Bless, Fan, Chun-wei ___ gtk-list mailing list gtk-list

回覆﹕ glib's pcre's makefile.msc broken?

2011-09-10 Thread Fan Chun-wei
Hi bulk88, I do understand it is highly likely that the makefile.msc's in GLib is not in working shape, but the GLib makefile.msc's are not complete in the tarball distribution as they were not maintained for a good while-there is a patch in BugZilla under bug 651261 to fix this, but I have yet

Re: Fwd: Error while building GTK+ from source

2012-04-07 Thread Fan Chun-wei
Hi Phani, It seems that you need to install GLib-2.32.0 or later to solve this issue. The --valist-marshallers option to glib-genmarshal is only added quite recently, and 2.32.0 is the first GLib version to incorporate that. Hope this helps. With blessings -Fan, Chun-wei GEN

Re: gtk3 under windows crash always

2012-05-07 Thread Fan Chun-wei
tried to build the whole stack with Visual C++. Hope this helps With blessings, -Fan, Chun-wei 於 2012/5/7 下午 06:25, Andrea Zagli 提到: i'm trying to use gtk3-demo under windows vista (i tried also under windows xp pro) but it crash every time i run it for example if i double click con

Quick question for Windows GTK+-3.x users/devs

2012-05-24 Thread Fan Chun-wei
ings. -Fan, Chun-wei ___ gtk-list mailing list gtk-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-list

Some questions about GResource handling on Windows

2013-02-24 Thread Fan Chun-wei
Hi, I was building the GTK+ sources about a few days ago (latest GIT checkout circa 2/24/2013, in which I built my tarballs using 'make dist' on Linux before I proceeded to build the resulting tarball on my Windows 7 system using Visual C++ 2008. I have noticed that the gtk-demo sources have

Re: Installing GTK+ 3.8.0

2013-09-13 Thread Fan Chun-wei
於 2013/9/14 上午 02:28, Mack J. Jenkins 提到: checking for GLIB - version >= 2.31.2... no configure: error: *** GLIB 2.31.2 or better is required. The latest version of *** GLIB is always available from ftp://ftp.gtk.org/. If GLIB is installed *** but not in the same location as pkg-config add the lo

Re: Second Question: Gtk Cross Platform Bug

2013-10-10 Thread Fan Chun-wei
Hi Thomas, I was trying to build your code with Visual Studio (which I believe is GTK+2.x based), but it does seem to me that the code you have posted is not complete-there were a bunch of errors on MA* items. Can you try to re-post your code-can't tell about the Visual Studio part without thi

Re: Building GTK+ 3.0 with Visual Studio 2013

2014-02-09 Thread Fan Chun-wei
Hi Syed, For building GTK+-3.x with Visual Studio 2013, you can follow the steps outlined in https://wiki.gnome.org/Projects/GTK%2B/Win32/MSVCCompilationOfGTKStack. Please pay close attention to the notes for each part, in particular the GNOME (especially Cairo and GTK+) parts (i.e. those tha

回覆﹕ Fwd: Compiling using MSVC 2014 - gdkenumtypes.h missing?

2014-08-06 Thread Fan Chun-wei
Hi Dub, The file you mentioned should have been included in the tarball, so you might want to see whether the tarball you downloaded contains it (which tarball did you get?). Building directly from a git checkout is not supported, though. P.s. It is however generated on autotools builds, so th

RE: 回覆﹕ Fwd: Compiling using MSVC 2014 - gdkenumtypes.h missing?

2014-08-07 Thread Fan Chun-wei
e page the icons that have been converted, but it might be so that they go out of date (or, is it desirable that I have some where on the public GNOME servers where I can put them?) Sorry for the lengthy response, but hope this helps. With blessings. Fan Chun-wei 於 2014/8/8 (週五) 12:05 PM 寫道﹕

回覆﹕ compile glib success but failure on run-time with every version

2015-02-12 Thread Fan Chun-wei
Hi, For the test programs, you can take a look at Makefile.am in the same directory, and you would probably see something like -DG_LOG_DOMAIN=\"...\", and this is (without the -D) what you need to add to your preprocessor definitions. Basically, what is happening is that the test program is e

Re: GTK+ 3.16.0 released

2015-03-24 Thread Fan Chun-wei
Hi Matthias, I thought it would also be good to let people know about this, rendering windows using OpenGL is also implemented on Microsoft Windows as well, also using libepoxy. (I didn't reply to the announcement list though-sorry if this response is inappropriate in any way.:)) With bles

回覆: Outdated win32 bundle

2015-06-18 Thread Fan, Chun-wei
Hi, As Nacho mentioned in his earlier email on this topic free days ago, there is a bug in the introspection part that is working on getting introspection to work better on Windows, 728313, which I checked lady week the patches there still applies to the latest git master, which is still pendin

回覆: Question on gtk-win32 stack

2016-03-27 Thread Fan, Chun-wei
Hi, To be specific, you need to install the gsettings-desktop-schemas package. With blessings, hope this helps. - 原始郵件 - 寄件者: "Виталий" 寄件日期: ‎2016/‎3/‎27 21:30 收件者: "gtk-list@gnome.org" 主旨: Question on gtk-win32 stack Hi, I'm trying to debug an application built on the basis of GTK +

回覆: Cairo 1.12.2 MSVC build instructions

2012-05-21 Thread Fan Chun-wei (范君維)
Hi Kyle, I happen to be the one who is maintaining that GNOME Live! page, thanks for letting me know this situation. Please note that at this moment as there are significant stability and functionality issues with Cairo 1.12.x on Windows, probably the best bet is to use 1.10.2 for now-so I wil

RE: Windows GTK+ 2.24.10: Cairo contexts not rendering to surface

2017-01-24 Thread Fan, Chun-wei via gtk-list
Hi Jeff, Don’t add anything to the additional dependencies for your static lib. You only need them for your dll’s and exe’s. This should avoid the warnings. Hope this helps. With blessings, and cheers! 從 Windows 10 手機傳送 寄件者: Jeffrey Sheen 傳送時間: 2017年1月25日 01:43 收件者: gtk-list@gnome.org 主旨: Wi