博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
GTK: about Building GTK+ 3.0
阅读量:5069 次
发布时间:2019-06-12

本文共 2156 字,大约阅读时间需要 7 分钟。

Re: Building GTK+ 3.0 with Visual Studio 2013


  • From: Syed Akbar <syed_akbar gmx net>
  • To: gtk-list gnome org
  • Subject: Re: Building GTK+ 3.0 with Visual Studio 2013
  • Date: Sat, 08 Feb 2014 10:52:15 +0100

Thanks for your reply, John. I have the problem that GTK drag'n'drop does not work on Windows 7 while Kaspersky Security 2014 or TuneUpUtilities 2014 is running. I just want to debug into the GTK source to see if I can fix it myself... maybe a too ambitious aim.

Am 08.02.2014 10:24, schrieb John Emmas:
On 07/02/2014 22:16, Syed Akbar wrote:
 
what is the fastest way to build GTK+ 3.0 with Visual Studio 2013 or 
to include the source files into my project for debugging purposes?
 
 
As I mentioned earlier, building from source isn't something for a 
beginner. This is especially true if you want to build with VS2013.
You need to keep in mind that it isn't simply a matter of building 
GTK+. You'd also need to build all the libraries on which GTK+
depends, as well as all the libraries on which they depend etc, etc. 
At the very least you'd need to build:-
Gtk+        Pango        Cairo        Atk        Glib
but you'd almost certainly need others too - such as sigc++ / pixman / 
i18n / freetype / gdk-pixbuf and a whole host of others. Having said 
all that, there's an open-source project called HexChat which looks 
like it might have been built with VS2013:-
 
If you visit that page you'll notice that they provide pre-built 
bundles for x86 and x64. I haven't downloaded them but (hopefully)
those bundles would include everything you'll need to get you 
started. And (BIG BONUS HERE) a few lines further down there's a 
helpful guide for building the entire GTK+ stack with VS2013 !!
 
OTOH, most of the official libraries contain VS projects but they're 
predominantly for VC++ 9 (i.e. Visual Studio 2008). So alternatively, 
you could download the free version of VS2008 and build with that:-
Good luck !John_______________________________________________gtk-list mailing listgtk-list gnome org
 

  • Follow-Ups:
      • From: John Emmas
  • References:
      • From: Syed Akbar
      • From: John Emmas

 

http://hexchat.github.io/gtk-win32/

转载于:https://www.cnblogs.com/faeriesoft/p/4220291.html

你可能感兴趣的文章
(1)-Android学习笔记之:初识Android系统架构和项目结构
查看>>
阿里最后一道笔试题
查看>>
jsp自动生成静态页(提供思路)
查看>>
JavaScript 开发工具webstrom使用指南
查看>>
2018-2019-2 20189221 《网络攻防技术》第五周作业
查看>>
利用普通工具编译的第一个Servlet
查看>>
二叉树的下一个结点
查看>>
OpenCV播放视频带滚动条(3)
查看>>
ref 和 out 的用法和区别以及params用法
查看>>
C#设置鼠标在控件上面时,改变光标形状
查看>>
rocketmq消费队列代码
查看>>
LogHelper拾遗
查看>>
《当裸辞的程序猿遇上最冷季九》——累觉不爱,暂时停更
查看>>
总览:SpringCloud基础结构
查看>>
(WIP) DPDK理论学习(by quqi99)
查看>>
boost - 正则表达式xpressive
查看>>
Java学习笔记之接口和抽象类
查看>>
解决使用MasterPage后,Page.FindControl方法找不到指定控件的问题
查看>>
Spring与freemarker集成利用freemarker静态化页面
查看>>
spring 实现原理
查看>>