Re: Can I develop gtk app in Mac OS X ?

2011-12-02 Thread Gabriele Greco


  Here is a starting point to install GTK on OSX:
 
  http://live.gnome.org/GTK%2B/OSX/

 And  It can running separately from X in OSX?


YES, the build documentation I pointed to is for the native (Quartz)
version of GTK, that works quite well (still has some minor bugs here and
there).

You can also bundle GTK libraries inside an OSX .app with the
gtk-mac-bundler.


The X11 version of GTK can be easily installed from fink or macports, but
it needs an X11 server running on your machine and it's not friendly at all
if you want to create an application you want to share with someone.

-- 
Bye,
 Gabry
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list


Re: Can I develop gtk app in Mac OS X ?

2011-12-02 Thread Miroslav Rajcic

Here is a starting point to install GTK on OSX:

http://live.gnome.org/GTK%2B/OSX/



And  It can running separately from X in OSX?


Not yet.


Actually you can run it separately from X server, like an ordinary 
application, when using Quartz backend.
What you need is is to check GTK-OSX project, see more info here: 
http://www.gtk.org/download/macos.php


Basically, you need to build GTK with jhbuild scripts and bundle the GTK 
libraries with your program.


Regards,
 Miroslav 
___

gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list


Re: Can I develop gtk app in Mac OS X ?

2011-12-01 Thread Tomaz Canabrava
2011/11/30 xiaobo kfih...@gmail.com:

 在 2011-11-30 下午5:56 時, Gabriele Greco 寫到:



 On Wed, Nov 30, 2011 at 2:35 AM, xiaobo kfih...@gmail.com wrote:
 I work between gnome and os x, sometime I will write my gnome app in Debian 
 and ,
 when I change to OS X , can I continue to write my gnome app in OS X ?

 Yes you can,

 Thx , Gabry.

 Here is a starting point to install GTK on OSX:

 http://live.gnome.org/GTK%2B/OSX/


 And  It can running separately from X in OSX?

Not yet.


 If you are used to console development (with pkg-config and similar) you 
 will not notice any difference developing on OSX or Linux, if you use an IDE 
 like Anjuta or XCode you'll have to sort out include dirs / flags / link 
 libraries by yourself (but the output of pkg-config gtk+-2.0 --cflags --libs 
 can help you :) )

Maybe soneone-not-me could write FindeGTK.cmake files, to work with
the cmake build system, it's really nice not to have to include those
files by hand. ;)

 Do not use the prebuilt binaries on gtk.org, they are outdated and bugged.

 --
 Bye,
  Gabry



 ___
 gtk-app-devel-list mailing list
 gtk-app-devel-list@gnome.org
 http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Can I develop gtk app in Mac OS X ?

2011-11-30 Thread xiaobo

在 2011-11-30 下午5:56 時, Gabriele Greco 寫到:

 
 
 On Wed, Nov 30, 2011 at 2:35 AM, xiaobo kfih...@gmail.com wrote:
 I work between gnome and os x, sometime I will write my gnome app in Debian 
 and ,
 when I change to OS X , can I continue to write my gnome app in OS X ?
 
 Yes you can, 
 
Thx , Gabry.

 Here is a starting point to install GTK on OSX:
 
 http://live.gnome.org/GTK%2B/OSX/
 

And  It can running separately from X in OSX? 

 If you are used to console development (with pkg-config and similar) you will 
 not notice any difference developing on OSX or Linux, if you use an IDE like 
 Anjuta or XCode you'll have to sort out include dirs / flags / link libraries 
 by yourself (but the output of pkg-config gtk+-2.0 --cflags --libs can help 
 you :) )
 
 Do not use the prebuilt binaries on gtk.org, they are outdated and bugged.
 
 -- 
 Bye,
  Gabry
 
 

___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Can I develop gtk app in Mac OS X ?

2011-11-29 Thread xiaobo
I work between gnome and os x, sometime I will write my gnome app in Debian and 
,
when I change to OS X , can I continue to write my gnome app in OS X ?
 
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list