Re: error in compile gtk3 in OSX

2012-01-02 Thread Luis Lopez
Apple's gcc doesn't seems to have the -x option that is passed from g-ir-scan. As a workaround, I use "make V=1" to see what is executed and I copy-paste the full command excluding the "-x". After doing this I can run make again with no errors. 2011/12/6 xiaobo : > Hi, All > > I got a error when

Re: error in compile gtk3 in OSX

2011-12-06 Thread Stefan Sauer
On 12/06/2011 11:32 AM, xiaobo wrote: > 在 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

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 >>

Re: error in compile gtk3 in OSX

2011-12-06 Thread 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-scann

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