GNOME Bugzilla – Bug 751625
build error with pure wayland
Last modified: 2015-07-26 12:39:59 UTC
gtk-3.16.4 cannot build with that: ./configure --prefix=/usr --build=x86_64-linux-gnu --host=x86_64-linux-gnu --sysconfdir=/etc --localstatedir=/var --disable-schemas-compile --disable-x11-backend --disable-broadway-backend --disable-xinerama --disable-xrandr --disable-xfixes --disable-xcomposite --disable-xdamage --disable-glibtest --disable-cups --disable-papi --disable-cloudprint --without-x --disable-largefile --enable-wayland-backend So i get that: CCLD libgtk-3.la CC queryimmodules.o CCLD gtk-query-immodules-3.0 ./.libs/libgtk-3.so: undefined reference to `PANGO_IS_FC_FONT_MAP' ./.libs/libgtk-3.so: undefined reference to `PANGO_FC_FONT_MAP' collect2: error: ld returned 1 exit status everythings stock arch-linux packages with latest update.
i think i didnt link to pango. removing X11 stuff cause disabling pango?
Created attachment 306319 [details] [review] fix build error when no x11 stuff
Thanks for your patch! I've pushed it, with a commit message, to the master branch of GTK+. For the future, could you please attach patches generated via `git format-patch` or, better yet, via git-bz? That helps speeding up reviewing and pushing them to the repository. Thanks again!
(In reply to Emmanuele Bassi (:ebassi) from comment #3) > Thanks for your patch! I've pushed it, with a commit message, to the master > branch of GTK+. > > For the future, could you please attach patches generated via `git > format-patch` or, better yet, via git-bz? That helps speeding up reviewing > and pushing them to the repository. > > Thanks again! i am able to do it. thanks.
Created attachment 307185 [details] [review] this patch is needed too for fix. Please see id:750892
*** Bug 752646 has been marked as a duplicate of this bug. ***
Pushed a slightly different fix
the fix confirmed on master. thanks.