| LANG=C g++ -o conftest `pkg-config --cflags --libs gtk+-mir-3.0` -x c++ conftest.c |
| #include <stdio.h> | |
| #include "gdk/gdkmir.h" | |
| /*top*/ | |
| extern int t(void); | |
| int main(int argc, char **argv) | |
| { | |
| if (argc > 1000000) { | |
| printf("%p", &t); | |
| } | |
| return 0; | |
| } | |
| int t(void) { gdk_mir_display_get_type(); return 0; } | |
| /* end */ |
| -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/mirclient -I/usr/include/mircommon -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment