Re: error in compile gtk3 in OSX

2011-12-06 Thread xiaobo

在 2011-12-6 下午6:00 時, Stefan Sauer 寫到:

 On 12/06/2011 02:47 AM, xiaobo wrote:
 Hi, All
 
 I got a error when I compile gtk3 in OSX .
 This is log.
 
 .
 .
  CCLD   libgtk-3.la
  CC queryimmodules.o
  CCLD   gtk-query-immodules-3.0
  GISCAN Gtk-3.0.gir
 Usage: g-ir-scanner [options] sources
 
 g-ir-scanner: error: no such option: -x
 make[4]: *** [Gtk-3.0.gir] Error 2
 make[3]: *** [all-recursive] Error 1
 make[2]: *** [all] Error 2
 make[1]: *** [all-recursive] Error 1
 make: *** [all] Error 2
 
 what is g-ir-scanner ? 
 
 pass --enable-introspection=no to configure. gobject-introspection is
 a project to extract api metadata from the library to support language
 bindings.
 
 Stefan
 

Hi, stefan.

I use jhbuild to build gtk3.

This is the build command : jhbuild build meta-gtk-osx-gtk3

So, only bulid gtk3 by myself that can solve the problem? 

 I need you help, please  :)
 ___
 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

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

error in compile gtk3 in OSX

2011-12-05 Thread xiaobo
Hi, All

I got a error when I compile gtk3 in OSX .
This is log.

.
.
  CCLD   libgtk-3.la
  CC queryimmodules.o
  CCLD   gtk-query-immodules-3.0
  GISCAN Gtk-3.0.gir
Usage: g-ir-scanner [options] sources

g-ir-scanner: error: no such option: -x
make[4]: *** [Gtk-3.0.gir] Error 2
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

what is g-ir-scanner ? 

I need you help, please  :)
___
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