Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2017
306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 16.45 KB | None | 0 0
  1. xavier@xavier-desktop:~/PeopsSoftGpu/gpuPeopsSoft/src$ make
  2. gcc -g -Wall -fPIC -O4 -fomit-frame-pointer -ffast-math -I/usr/local/include  `gtk-config --cflags` -m32 `pkg-config --cflags --libs gtk+-3.0` -DUSE_XF86VM   -c -o conf.o conf.c
  3. /bin/sh: 1: gtk-config: not found
  4. In file included from /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h:9:0,
  5.                  from /usr/include/glib-2.0/glib/gtypes.h:32,
  6.                  from /usr/include/glib-2.0/glib/galloca.h:32,
  7.                  from /usr/include/glib-2.0/glib.h:30,
  8.                  from /usr/include/gtk-3.0/gdk/gdkconfig.h:13,
  9.                  from /usr/include/gtk-3.0/gdk/gdk.h:30,
  10.                  from /usr/include/gtk-3.0/gtk/gtk.h:30,
  11.                  from conf.c:48:
  12. /usr/include/glib-2.0/glib/gtypes.h: In function ‘_GLIB_CHECKED_ADD_U64’:
  13. /usr/include/glib-2.0/glib/gtypes.h:423:3: error: size of array ‘_GStaticAssertCompileTimeAssertion_0’ is negative
  14.    G_STATIC_ASSERT(sizeof (unsigned long long) == sizeof (guint64));
  15.    ^
  16. conf.c: In function ‘OnCfgFixes’:
  17. conf.c:215:28: error: ‘GTK_WINDOW_DIALOG’ undeclared (first use in this function)
  18.   FixesDlg = gtk_window_new(GTK_WINDOW_DIALOG);
  19.                             ^~~~~~~~~~~~~~~~~
  20. conf.c:215:28: note: each undeclared identifier is reported only once for each function it appears in
  21. conf.c:221:14: warning: implicit declaration of function ‘gtk_packer_new’ [-Wimplicit-function-declaration]
  22.   DlgPacker = gtk_packer_new();
  23.               ^~~~~~~~~~~~~~
  24. conf.c:221:12: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  25.   DlgPacker = gtk_packer_new();
  26.             ^
  27. conf.c:224:2: warning: ‘gtk_vbox_new’ is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations]
  28.   Box = gtk_vbox_new(0, 5);
  29.   ^~~
  30. In file included from /usr/include/gtk-3.0/gtk/gtk.h:282:0,
  31.                  from conf.c:48:
  32. /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:61:13: note: declared here
  33.  GtkWidget * gtk_vbox_new      (gboolean homogeneous,
  34.              ^~~~~~~~~~~~
  35. conf.c:226:2: warning: implicit declaration of function ‘gtk_packer_add’ [-Wimplicit-function-declaration]
  36.   gtk_packer_add(GTK_PACKER(DlgPacker), Box, GTK_SIDE_TOP, GTK_ANCHOR_CENTER,
  37.   ^~~~~~~~~~~~~~
  38. conf.c:226:17: warning: implicit declaration of function ‘GTK_PACKER’ [-Wimplicit-function-declaration]
  39.   gtk_packer_add(GTK_PACKER(DlgPacker), Box, GTK_SIDE_TOP, GTK_ANCHOR_CENTER,
  40.                  ^~~~~~~~~~
  41. conf.c:226:45: error: ‘GTK_SIDE_TOP’ undeclared (first use in this function)
  42.   gtk_packer_add(GTK_PACKER(DlgPacker), Box, GTK_SIDE_TOP, GTK_ANCHOR_CENTER,
  43.                                              ^~~~~~~~~~~~
  44. conf.c:226:59: error: ‘GTK_ANCHOR_CENTER’ undeclared (first use in this function)
  45.   gtk_packer_add(GTK_PACKER(DlgPacker), Box, GTK_SIDE_TOP, GTK_ANCHOR_CENTER,
  46.                                                            ^~~~~~~~~~~~~~~~~
  47. conf.c:227:17: error: ‘GTK_FILL_X’ undeclared (first use in this function)
  48.                  GTK_FILL_X, 0, 8, 8, 0, 0);
  49.                  ^~~~~~~~~~
  50. conf.c:235:2: warning: ‘gtk_hbox_new’ is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations]
  51.   AddCfgFixBtn("Odd/even bit hack"        , "epsxe 1.5.2 - ChronoCross");
  52.   ^~~~~~~~~~~~
  53. In file included from /usr/include/gtk-3.0/gtk/gtk.h:258:0,
  54.                  from conf.c:48:
  55. /usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:63:13: note: declared here
  56.  GtkWidget * gtk_hbox_new      (gboolean homogeneous,
  57.              ^~~~~~~~~~~~
  58. conf.c:198:2: warning: implicit declaration of function ‘gtk_widget_set_usize’ [-Wimplicit-function-declaration]
  59.   gtk_widget_set_usize(FixesBtns[i], 180, 25); \
  60.   ^
  61. conf.c:235:2: note: in expansion of macro ‘AddCfgFixBtn’
  62.   AddCfgFixBtn("Odd/even bit hack"        , "epsxe 1.5.2 - ChronoCross");
  63.   ^~~~~~~~~~~~
  64. conf.c:236:2: warning: ‘gtk_hbox_new’ is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations]
  65.   AddCfgFixBtn("Expand screen width"      , "2D Capcom fighters");
  66.   ^~~~~~~~~~~~
  67. In file included from /usr/include/gtk-3.0/gtk/gtk.h:258:0,
  68.                  from conf.c:48:
  69. /usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:63:13: note: declared here
  70.  GtkWidget * gtk_hbox_new      (gboolean homogeneous,
  71.              ^~~~~~~~~~~~
  72. conf.c:237:2: warning: ‘gtk_hbox_new’ is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations]
  73.   AddCfgFixBtn("Ignore brightness color"  , "Black screens in Lunar");
  74.   ^~~~~~~~~~~~
  75. In file included from /usr/include/gtk-3.0/gtk/gtk.h:258:0,
  76.                  from conf.c:48:
  77. /usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:63:13: note: declared here
  78.  GtkWidget * gtk_hbox_new      (gboolean homogeneous,
  79.              ^~~~~~~~~~~~
  80. conf.c:238:2: warning: ‘gtk_hbox_new’ is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations]
  81.   AddCfgFixBtn("Disable coord check"      , "Old compatibility mode");
  82.   ^~~~~~~~~~~~
  83. In file included from /usr/include/gtk-3.0/gtk/gtk.h:258:0,
  84.                  from conf.c:48:
  85. /usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:63:13: note: declared here
  86.  GtkWidget * gtk_hbox_new      (gboolean homogeneous,
  87.              ^~~~~~~~~~~~
  88. conf.c:239:2: warning: ‘gtk_hbox_new’ is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations]
  89.   AddCfgFixBtn("Unused"                   , "");
  90.   ^~~~~~~~~~~~
  91. In file included from /usr/include/gtk-3.0/gtk/gtk.h:258:0,
  92.                  from conf.c:48:
  93. /usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:63:13: note: declared here
  94.  GtkWidget * gtk_hbox_new      (gboolean homogeneous,
  95.              ^~~~~~~~~~~~
  96. conf.c:240:2: warning: ‘gtk_hbox_new’ is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations]
  97.   AddCfgFixBtn("Use PC fps calculation"   , "Better fps limitation with some games");
  98.   ^~~~~~~~~~~~
  99. In file included from /usr/include/gtk-3.0/gtk/gtk.h:258:0,
  100.                  from conf.c:48:
  101. /usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:63:13: note: declared here
  102.  GtkWidget * gtk_hbox_new      (gboolean homogeneous,
  103.              ^~~~~~~~~~~~
  104. conf.c:241:2: warning: ‘gtk_hbox_new’ is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations]
  105.   AddCfgFixBtn("Lazy screen updates"      , "Maybe faster, needed for Pandemonium2");
  106.   ^~~~~~~~~~~~
  107. In file included from /usr/include/gtk-3.0/gtk/gtk.h:258:0,
  108.                  from conf.c:48:
  109. /usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:63:13: note: declared here
  110.  GtkWidget * gtk_hbox_new      (gboolean homogeneous,
  111.              ^~~~~~~~~~~~
  112. conf.c:242:2: warning: ‘gtk_hbox_new’ is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations]
  113.   AddCfgFixBtn("Use old frame skipping"   , "Skips only every second frame");
  114.   ^~~~~~~~~~~~
  115. In file included from /usr/include/gtk-3.0/gtk/gtk.h:258:0,
  116.                  from conf.c:48:
  117. /usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:63:13: note: declared here
  118.  GtkWidget * gtk_hbox_new      (gboolean homogeneous,
  119.              ^~~~~~~~~~~~
  120. conf.c:243:2: warning: ‘gtk_hbox_new’ is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations]
  121.   AddCfgFixBtn("Repeated flat tex triangles"   , "Needed by Dark Forces");
  122.   ^~~~~~~~~~~~
  123. In file included from /usr/include/gtk-3.0/gtk/gtk.h:258:0,
  124.                  from conf.c:48:
  125. /usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:63:13: note: declared here
  126.  GtkWidget * gtk_hbox_new      (gboolean homogeneous,
  127.              ^~~~~~~~~~~~
  128. conf.c:244:2: warning: ‘gtk_hbox_new’ is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations]
  129.   AddCfgFixBtn("Draw quads with triangles"   , "Better g-colors, worse textures");
  130.   ^~~~~~~~~~~~
  131. In file included from /usr/include/gtk-3.0/gtk/gtk.h:258:0,
  132.                  from conf.c:48:
  133. /usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:63:13: note: declared here
  134.  GtkWidget * gtk_hbox_new      (gboolean homogeneous,
  135.              ^~~~~~~~~~~~
  136. conf.c:245:2: warning: ‘gtk_hbox_new’ is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations]
  137.   AddCfgFixBtn("Fake 'gpu busy' states"   , "Prevents lockups in some games ");
  138.   ^~~~~~~~~~~~
  139. In file included from /usr/include/gtk-3.0/gtk/gtk.h:258:0,
  140.                  from conf.c:48:
  141. /usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:63:13: note: declared here
  142.  GtkWidget * gtk_hbox_new      (gboolean homogeneous,
  143.              ^~~~~~~~~~~~
  144. conf.c:251:2: warning: ‘gtk_hbutton_box_new’ is deprecated: Use 'gtk_button_box_new' instead [-Wdeprecated-declarations]
  145.   BBox = gtk_hbutton_box_new();
  146.   ^~~~
  147. In file included from /usr/include/gtk-3.0/gtk/gtk.h:257:0,
  148.                  from conf.c:48:
  149. /usr/include/gtk-3.0/gtk/deprecated/gtkhbbox.h:62:12: note: declared here
  150.  GtkWidget* gtk_hbutton_box_new      (void);
  151.             ^~~~~~~~~~~~~~~~~~~
  152. conf.c:252:46: error: ‘GTK_SIDE_BOTTOM’ undeclared (first use in this function)
  153.   gtk_packer_add(GTK_PACKER(DlgPacker), BBox, GTK_SIDE_BOTTOM, GTK_ANCHOR_S,
  154.                                               ^~~~~~~~~~~~~~~
  155. conf.c:252:63: error: ‘GTK_ANCHOR_S’ undeclared (first use in this function)
  156.   gtk_packer_add(GTK_PACKER(DlgPacker), BBox, GTK_SIDE_BOTTOM, GTK_ANCHOR_S,
  157.                                                                ^~~~~~~~~~~~
  158. conf.c:253:30: error: ‘GTK_FILL_Y’ undeclared (first use in this function)
  159.                  GTK_FILL_X | GTK_FILL_Y | GTK_EXPAND, 0, 8, 8, 0, 0);
  160.                               ^~~~~~~~~~
  161. conf.c:256:2: warning: implicit declaration of function ‘gtk_signal_connect’ [-Wimplicit-function-declaration]
  162.   gtk_signal_connect(GTK_OBJECT(Ok), "clicked", GTK_SIGNAL_FUNC(OnCfgFixes_Ok), NULL);
  163.   ^~~~~~~~~~~~~~~~~~
  164. conf.c:256:21: warning: implicit declaration of function ‘GTK_OBJECT’ [-Wimplicit-function-declaration]
  165.   gtk_signal_connect(GTK_OBJECT(Ok), "clicked", GTK_SIGNAL_FUNC(OnCfgFixes_Ok), NULL);
  166.                      ^~~~~~~~~~
  167. conf.c:256:48: warning: implicit declaration of function ‘GTK_SIGNAL_FUNC’ [-Wimplicit-function-declaration]
  168.   gtk_signal_connect(GTK_OBJECT(Ok), "clicked", GTK_SIGNAL_FUNC(OnCfgFixes_Ok), NULL);
  169.                                                 ^~~~~~~~~~~~~~~
  170. conf.c:258:2: warning: implicit declaration of function ‘GTK_WIDGET_SET_FLAGS’ [-Wimplicit-function-declaration]
  171.   GTK_WIDGET_SET_FLAGS(Ok, GTK_CAN_DEFAULT);
  172.   ^~~~~~~~~~~~~~~~~~~~
  173. conf.c:258:27: error: ‘GTK_CAN_DEFAULT’ undeclared (first use in this function)
  174.   GTK_WIDGET_SET_FLAGS(Ok, GTK_CAN_DEFAULT);
  175.                            ^~~~~~~~~~~~~~~
  176. In file included from /usr/include/glib-2.0/gobject/gobject.h:24:0,
  177.                  from /usr/include/glib-2.0/gobject/gbinding.h:29,
  178.                  from /usr/include/glib-2.0/glib-object.h:23,
  179.                  from /usr/include/glib-2.0/gio/gioenums.h:28,
  180.                  from /usr/include/glib-2.0/gio/giotypes.h:28,
  181.                  from /usr/include/glib-2.0/gio/gio.h:26,
  182.                  from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:28,
  183.                  from /usr/include/gtk-3.0/gdk/gdk.h:32,
  184.                  from /usr/include/gtk-3.0/gtk/gtk.h:30,
  185.                  from conf.c:48:
  186. conf.c: In function ‘OnDefFast’:
  187. conf.c:283:32: warning: implicit declaration of function ‘GTK_COMBO’ [-Wimplicit-function-declaration]
  188.    gtk_entry_set_text(GTK_ENTRY(GTK_COMBO(ComboModes)->entry), Text);
  189.                                 ^
  190. conf.c:283:53: error: invalid type argument of ‘->(have ‘int’)
  191.    gtk_entry_set_text(GTK_ENTRY(GTK_COMBO(ComboModes)->entry), Text);
  192.                                                      ^
  193. conf.c:302:59: error: invalid type argument of ‘->(have ‘int’)
  194.   gtk_entry_set_text(GTK_ENTRY(GTK_COMBO(StretchComboModes)->entry),(char *)&szStretchModes[1][0]);
  195.                                                            ^
  196. conf.c:303:58: error: invalid type argument of ‘->(have ‘int’)
  197.   gtk_entry_set_text(GTK_ENTRY(GTK_COMBO(DitherComboModes)->entry),(char *)&szDitherModes[0][0]);
  198.                                                           ^
  199. conf.c: In function ‘OnDefNice’:
  200. conf.c:314:53: error: invalid type argument of ‘->(have ‘int’)
  201.    gtk_entry_set_text(GTK_ENTRY(GTK_COMBO(ComboModes)->entry), Text);
  202.                                                      ^
  203. conf.c:333:59: error: invalid type argument of ‘->(have ‘int’)
  204.   gtk_entry_set_text(GTK_ENTRY(GTK_COMBO(StretchComboModes)->entry),(char *)&szStretchModes);
  205.                                                            ^
  206. conf.c:334:58: error: invalid type argument of ‘->(have ‘int’)
  207.   gtk_entry_set_text(GTK_ENTRY(GTK_COMBO(DitherComboModes)->entry),(char *)&szDitherModes[1][0]);
  208.                                                           ^
  209. conf.c: In function ‘OnOk’:
  210. conf.c:351:82: error: invalid type argument of ‘->(have ‘int’)
  211.   iUseNoStretchBlt =atoi(gtk_entry_get_text(GTK_ENTRY(GTK_COMBO(StretchComboModes)->entry)));
  212.                                                                                   ^
  213. conf.c:353:75: error: invalid type argument of ‘->(have ‘int’)
  214.   iUseDither =atoi(gtk_entry_get_text(GTK_ENTRY(GTK_COMBO(DitherComboModes)->entry)));
  215.                                                                            ^
  216. conf.c:355:6: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  217.   tmp = gtk_entry_get_text(GTK_ENTRY(EditW));
  218.       ^
  219. conf.c:357:6: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  220.   tmp = gtk_entry_get_text(GTK_ENTRY(EditH));
  221.       ^
  222. In file included from /usr/include/glib-2.0/gobject/gobject.h:24:0,
  223.                  from /usr/include/glib-2.0/gobject/gbinding.h:29,
  224.                  from /usr/include/glib-2.0/glib-object.h:23,
  225.                  from /usr/include/glib-2.0/gio/gioenums.h:28,
  226.                  from /usr/include/glib-2.0/gio/giotypes.h:28,
  227.                  from /usr/include/glib-2.0/gio/gio.h:26,
  228.                  from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:28,
  229.                  from /usr/include/gtk-3.0/gdk/gdk.h:32,
  230.                  from /usr/include/gtk-3.0/gtk/gtk.h:30,
  231.                  from conf.c:48:
  232. conf.c:361:59: error: invalid type argument of ‘->(have ‘int’)
  233.    tmp = gtk_entry_get_text(GTK_ENTRY(GTK_COMBO(ComboModes)->entry));
  234.                                                            ^
  235. conf.c:364:6: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  236.   tmp = gtk_entry_get_text(GTK_ENTRY(EditF));
  237.       ^
  238. conf.c: In function ‘SoftDlgProc’:
  239. conf.c:445:2: warning: implicit declaration of function ‘gtk_combo_set_popdown_strings’ [-Wimplicit-function-declaration]
  240.   gtk_combo_set_popdown_strings(GTK_COMBO(ComboModes), Modes);
  241.   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  242. In file included from /usr/include/glib-2.0/gobject/gobject.h:24:0,
  243.                  from /usr/include/glib-2.0/gobject/gbinding.h:29,
  244.                  from /usr/include/glib-2.0/glib-object.h:23,
  245.                  from /usr/include/glib-2.0/gio/gioenums.h:28,
  246.                  from /usr/include/glib-2.0/gio/giotypes.h:28,
  247.                  from /usr/include/glib-2.0/gio/gio.h:26,
  248.                  from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:28,
  249.                  from /usr/include/gtk-3.0/gdk/gdk.h:32,
  250.                  from /usr/include/gtk-3.0/gtk/gtk.h:30,
  251.                  from conf.c:48:
  252. conf.c:449:53: error: invalid type argument of ‘->(have ‘int’)
  253.    gtk_entry_set_text(GTK_ENTRY(GTK_COMBO(ComboModes)->entry), Text);
  254.                                                      ^
  255. conf.c:478:59: error: invalid type argument of ‘->(have ‘int’)
  256.   gtk_entry_set_text(GTK_ENTRY(GTK_COMBO(StretchComboModes)->entry), (char *)&szStretchModes[iUseNoStretchBlt][0]);
  257.                                                            ^
  258. conf.c:486:58: error: invalid type argument of ‘->(have ‘int’)
  259.   gtk_entry_set_text(GTK_ENTRY(GTK_COMBO(DitherComboModes)->entry), (char *)&szDitherModes[iUseDither][0]);
  260.                                                           ^
  261. conf.c:488:2: warning: implicit declaration of function ‘gtk_toggle_button_set_state’ [-Wimplicit-function-declaration]
  262.   gtk_toggle_button_set_state(GTK_TOGGLE_BUTTON(ShowFpsBtn),   iShowFPS);
  263.   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  264. conf.c: In function ‘ReadConfigFile’:
  265. conf.c:590:27: warning: variable ‘len’ set but not used [-Wunused-but-set-variable]
  266.   FILE *in;char t[256];int len, size;
  267.                            ^~~
  268. <builtin>: recipe for target 'conf.o' failed
  269. make: *** [conf.o] Error 1
  270. xavier@xavier-desktop:~/PeopsSoftGpu/gpuPeopsSoft/src$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement