Advertisement
Guest User

Untitled

a guest
Aug 12th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. make[5]: Entering directory `/home/aseem/Dev/AbiWord/src/af/ev/gtk'
  2. ../../../../doltcompile g++ -DHAVE_CONFIG_H -I. -I../../../.. -pthread -DGSEAL_ENABLE -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/fribidi -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/wv -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gtk-3.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gtk-3.0/unix-print -I/usr/include/librsvg-2.0 -I../../../.. -I../../../../goffice-bits -I../../../../src/af/ev/gtk -I../../../../src/af/ev/xp -I../../../../src/af/gr/gtk -I../../../../src/af/gr/xp -I../../../../src/af/util/unix -I../../../../src/af/util/xp -I../../../../src/af/xap/gtk -I../../../../src/af/xap/xp -I../../../../src/text/fmt/gtk -I../../../../src/text/fmt/xp -I../../../../src/text/ptbl/xp -I../../../../src/wp/impexp/gtk -I../../../../src/wp/impexp/xp -I../../../../src/wp/ap/gtk -I../../../../src/wp/ap/xp -I../../../../src/plugins -Wall -Wextra -Wsign-compare -Wpointer-arith -Wchar-subscripts -Wwrite-strings -Wmissing-noreturn -Wunused -Wpointer-arith -Wshadow -g -O2 -MT ev_UnixFontCombo.lo -MD -MP -MF .deps/ev_UnixFontCombo.Tpo -c -o ev_UnixFontCombo.lo ev_UnixFontCombo.cpp
  3. ev_UnixFontCombo.cpp: In function ‘void abi_cell_renderer_font_render(GtkCellRenderer*, cairo_t*, GtkWidget*, const GdkRectangle*, const GdkRectangle*, GtkCellRendererState)’:
  4. ev_UnixFontCombo.cpp:105:35: error: ‘struct GtkWidget’ has no member named ‘window’
  5. ev_UnixFontCombo.cpp:106:39: error: ‘struct GtkWidget’ has no member named ‘allocation’
  6. ev_UnixFontCombo.cpp:107:27: error: assignment of data-member ‘_cairo_rectangle_int::y’ in read-only structure
  7. make[5]: *** [ev_UnixFontCombo.lo] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement