From: Jesse v. d. K. <jes...@ep...> - 2011-05-11 10:59:55
|
Hi, 2011/5/10 san hoi <hoi...@gm...> > Configuration: > > Source code location: . > Compiler: gcc > Completion Providers: yes > Glade Catalog: no > > *** Building gtksourceview *** [1/1] > make > make all-recursive > Making all in gtksourceview > make all-recursive > Making all in language-specs > make[4]: Nothing to be done for `all'. > Making all in completion-providers > Making all in words > make[5]: Nothing to be done for `all'. > make[5]: Nothing to be done for `all-am'. > CC gtksourceview-i18n.lo > gtksourceview-i18n.c: In function 'get_locale_dir': > gtksourceview-i18n.c:48: error: 'IgeMacBundle' undeclared (first use > in this function) > gtksourceview-i18n.c:48: error: (Each undeclared identifier is > reported only once > gtksourceview-i18n.c:48: error: for each function it appears in.) > gtksourceview-i18n.c:48: error: 'bundle' undeclared (first use in this > function) > gtksourceview-i18n.c:48: warning: implicit declaration of function > 'ige_mac_bundle_get_default' > gtksourceview-i18n.c:48: warning: nested extern declaration of > 'ige_mac_bundle_get_default' > gtksourceview-i18n.c:50: warning: implicit declaration of function > 'ige_mac_bundle_get_is_app_bundle' > gtksourceview-i18n.c:50: warning: nested extern declaration of > 'ige_mac_bundle_get_is_app_bundle' > gtksourceview-i18n.c:52: warning: implicit declaration of function > 'ige_mac_bundle_get_localedir' > gtksourceview-i18n.c:52: warning: nested extern declaration of > 'ige_mac_bundle_get_localedir' > gtksourceview-i18n.c:52: warning: passing argument 1 of 'g_strdup' > makes pointer from integer without a cast > make[4]: *** [gtksourceview-i18n.lo] Error 1 > make[3]: *** [all-recursive] Error 1 > make[2]: *** [all] Error 2 > make[1]: *** [all-recursive] Error 1 > make: *** [all] Error 2 > > I occured above build phase error. Occuring this error is macport too. > > http://old.nabble.com/-MacPorts---27923%3A-gtkintegration2-does-not-build-properly-against-gtk2-%2Bquartz-td30640660.html > > I have been working on this and actually I should push my changes (maybe I did not yet). I've ported gsv to the newer API of ige mac integration. > So, i try homebrew, It's compile successful! > However, It's trasparent functionarity no work. > This seems to be quite unrelated... > > Is there Tutrial how to build gtksourceview in jhbuild? > Regards. > > > ------------------------------------------------------------------------------ > Achieve unprecedented app performance and reliability > What every C/C++ and Fortran developer should know. > Learn how Intel has extended the reach of its next-generation tools > to help boost performance applications - inlcuding clusters. > http://p.sf.net/sfu/intel-dev2devmay > _______________________________________________ > Gtk-osx-users mailing list > Gtk...@li... > https://lists.sourceforge.net/lists/listinfo/gtk-osx-users > > |