Advertisement
Guest User

Untitled

a guest
Nov 25th, 2016
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.73 KB | None | 0 0
  1. cd gui && \
  2. make  libgui.a
  3. make[1]: Wejście do katalogu '/home/marcin/Pobrane/bochs-2.6.8/gui'
  4. g++ -c  -I.. -I./.. -I../iodev -I./../iodev -I../instrument/stubs -I./../instrument/stubs -g -O2 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 gtk_enh_dbg_osdep.cc -o gtk_enh_dbg_osdep.o
  5. In file included from /usr/include/glib-2.0/glib.h:31:0,
  6.                  from /usr/include/glib-2.0/gobject/gbinding.h:28,
  7.                  from /usr/include/glib-2.0/glib-object.h:23,
  8.                  from /usr/include/glib-2.0/gio/gioenums.h:28,
  9.                  from /usr/include/glib-2.0/gio/giotypes.h:28,
  10.                  from /usr/include/glib-2.0/gio/gio.h:26,
  11.                  from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
  12.                  from /usr/include/gtk-2.0/gdk/gdk.h:32,
  13.                  from /usr/include/gtk-2.0/gtk/gtk.h:32,
  14.                  from gtk_enh_dbg_osdep.cc:20:
  15. /usr/include/glib-2.0/glib/garray.h:43:3: error: ‘gchar’ does not name a type
  16.    gchar *data;
  17.    ^
  18. /usr/include/glib-2.0/glib/garray.h:44:3: error: ‘guint’ does not name a type
  19.    guint len;
  20.    ^
  21. /usr/include/glib-2.0/glib/garray.h:50:3: error: ‘guint’ does not name a type
  22.    guint   len;
  23.    ^
  24. /usr/include/glib-2.0/glib/garray.h:55:3: error: ‘gpointer’ does not name a type
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement