saveinterface.cpp error

Trying to build your own version of Vega Strike and having problems? Unix users, paste your config.log here (stderr output alone is not helpful).
Post Reply
me

saveinterface.cpp error

Post by me »

Hi,
when I use make I keep getting a strange error in saveinterface.cpp

saveinterface.cpp:665: error: `int gtk_box_pack_start' previously defined here
saveinterface.cpp:668: error: initializer list being treated as compound expression
saveinterface.cpp:669: error: `cont' was not declared in this scope
saveinterface.cpp:669: error: `GTK_BOX' was not declared in this scope
saveinterface.cpp:669: error: `cancel' was not declared in this scope
saveinterface.cpp:669: error: `TRUE' was not declared in this scope
saveinterface.cpp:669: error: `TRUE' was not declared in this scope
saveinterface.cpp:669: error: ISO C++ forbids declaration of `gtk_box_pack_start' with no type
saveinterface.cpp:669: error: redefinition of `int gtk_box_pack_start'
saveinterface.cpp:668: error: `int gtk_box_pack_start' previously defined here
saveinterface.cpp:669: error: initializer list being treated as compound expression
saveinterface.cpp:670: error: `GTK_BOX' was not declared in this scope
saveinterface.cpp:670: error: `cont' was not declared in this scope
saveinterface.cpp:670: error: `TRUE' was not declared in this scope
saveinterface.cpp:670: error: `TRUE' was not declared in this scope
saveinterface.cpp:670: error: ISO C++ forbids declaration of `gtk_box_pack_start' with no type
saveinterface.cpp:670: error: redefinition of `int gtk_box_pack_start'
saveinterface.cpp:669: error: `int gtk_box_pack_start' previously defined here
saveinterface.cpp:670: error: initializer list being treated as compound expression
saveinterface.cpp:671: error: `GTK_CONTAINER' was not declared in this scope
saveinterface.cpp:671: error: ISO C++ forbids declaration of `gtk_container_add' with no type
saveinterface.cpp:671: error: redefinition of `int gtk_container_add'
saveinterface.cpp:554: error: `int gtk_container_add' previously defined here
saveinterface.cpp:671: error: initializer list being treated as compound expression
saveinterface.cpp:672: error: `label' was not declared in this scope
saveinterface.cpp:672: error: ISO C++ forbids declaration of `gtk_widget_show' with no type
saveinterface.cpp:672: error: redefinition of `int gtk_widget_show'
saveinterface.cpp:564: error: `int gtk_widget_show' previously declared here
saveinterface.cpp:673: error: `ok' was not declared in this scope
saveinterface.cpp:673: error: ISO C++ forbids declaration of `gtk_widget_show' with no type
saveinterface.cpp:673: error: redefinition of `int gtk_widget_show'
saveinterface.cpp:672: error: `int gtk_widget_show' previously defined here
saveinterface.cpp:674: error: `ok' was not declared in this scope
saveinterface.cpp:674: error: `GTK_CAN_DEFAULT' was not declared in this scope
saveinterface.cpp:674: error: ISO C++ forbids declaration of `GTK_WIDGET_SET_FLAGS' with no type
saveinterface.cpp:674: error: redefinition of `int GTK_WIDGET_SET_FLAGS'
saveinterface.cpp:558: error: `int GTK_WIDGET_SET_FLAGS' previously defined heresaveinterface.cpp:674: error: initializer list being treated as compound expression
saveinterface.cpp:675: error: `cancel' was not declared in this scope
saveinterface.cpp:675: error: `GTK_CAN_DEFAULT' was not declared in this scope
saveinterface.cpp:675: error: ISO C++ forbids declaration of `GTK_WIDGET_SET_FLAGS' with no type
saveinterface.cpp:675: error: redefinition of `int GTK_WIDGET_SET_FLAGS'
saveinterface.cpp:674: error: `int GTK_WIDGET_SET_FLAGS' previously defined heresaveinterface.cpp:675: error: initializer list being treated as compound expression
saveinterface.cpp:676: error: `cancel' was not declared in this scope
saveinterface.cpp:676: error: ISO C++ forbids declaration of `gtk_widget_grab_default' with no type
saveinterface.cpp:676: error: redefinition of `int gtk_widget_grab_default'
saveinterface.cpp:559: error: `int gtk_widget_grab_default' previously defined here
saveinterface.cpp:677: error: `entry' was not declared in this scope
saveinterface.cpp:677: error: ISO C++ forbids declaration of `gtk_widget_show' with no type
saveinterface.cpp:677: error: redefinition of `int gtk_widget_show'
saveinterface.cpp:673: error: `int gtk_widget_show' previously defined here
saveinterface.cpp:678: error: `cancel' was not declared in this scope
saveinterface.cpp:678: error: ISO C++ forbids declaration of `gtk_widget_show' with no type
saveinterface.cpp:678: error: redefinition of `int gtk_widget_show'
saveinterface.cpp:677: error: `int gtk_widget_show' previously defined here
saveinterface.cpp:679: error: `cont' was not declared in this scope
saveinterface.cpp:679: error: ISO C++ forbids declaration of `gtk_widget_show' with no type
saveinterface.cpp:679: error: redefinition of `int gtk_widget_show'
saveinterface.cpp:678: error: `int gtk_widget_show' previously defined here
saveinterface.cpp:680: error: ISO C++ forbids declaration of `gtk_widget_show' with no type
saveinterface.cpp:680: error: redefinition of `int gtk_widget_show'
saveinterface.cpp:679: error: `int gtk_widget_show' previously defined here
saveinterface.cpp:681: error: ISO C++ forbids declaration of `gtk_widget_show' with no type
saveinterface.cpp:681: error: redefinition of `int gtk_widget_show'
saveinterface.cpp:680: error: `int gtk_widget_show' previously defined here
saveinterface.cpp:682: error: ISO C++ forbids declaration of `GTK_FILE_SELECTION' with no type
saveinterface.cpp:682: error: redefinition of `int GTK_FILE_SELECTION'
saveinterface.cpp:565: error: `int GTK_FILE_SELECTION' previously defined here
saveinterface.cpp:682: error: syntax error before `->' token
saveinterface.cpp:687: error: syntax error before `*' token
saveinterface.cpp: In function `void copynormal(...)':
saveinterface.cpp:688: error: `GTK_FILE_SELECTION' cannot be used as a function
saveinterface.cpp:692: error: `GTK_ENTRY' undeclared (first use this function)
saveinterface.cpp:708: error: `gtk_file_selection_set_filename' cannot be used as a function
saveinterface.cpp: At global scope:
saveinterface.cpp:716: error: variable or field `copynormal_conf' declared void
saveinterface.cpp:716: error: initializer list being treated as compound expression
saveinterface.cpp:716: error: syntax error before `{' token
saveinterface.cpp:720: error: redefinition of `wchar_t*chr'
saveinterface.cpp:644: error: `wchar_t*chr' previously defined here
saveinterface.cpp:720: error: `GTK_ENTRY' was not declared in this scope
saveinterface.cpp:721: error: redefinition of `char*newstr'
saveinterface.cpp:645: error: `char*newstr' previously declared here
saveinterface.cpp:722: error: redefinition of `char*remstr'
saveinterface.cpp:646: error: `char*remstr' previously declared here
saveinterface.cpp:723: error: ISO C++ forbids declaration of `sprintf' with no type
saveinterface.cpp:723: error: redefinition of `int sprintf'
saveinterface.cpp:647: error: `int sprintf' previously declared here
saveinterface.cpp:723: error: initializer list being treated as compound expression
saveinterface.cpp:723: error: invalid conversion from `char*' to `int'
saveinterface.cpp:724: error: ISO C++ forbids declaration of `window' with no type
saveinterface.cpp:724: error: redefinition of `int window'
saveinterface.cpp:648: error: `int window' previously defined here
saveinterface.cpp:724: error: `gtk_window_new' was not declared in this scope
saveinterface.cpp:725: error: `GTK_WINDOW' was not declared in this scope
saveinterface.cpp:725: error: ISO C++ forbids declaration of `gtk_window_set_default_size' with no type
saveinterface.cpp:725: error: redefinition of `int gtk_window_set_default_size'
saveinterface.cpp:649: error: `int gtk_window_set_default_size' previously defined here
saveinterface.cpp:725: error: initializer list being treated as compound expression
saveinterface.cpp:726: error: `GTK_WINDOW' was not declared in this scope
saveinterface.cpp:726: error: ISO C++ forbids declaration of `gtk_window_set_title' with no type
saveinterface.cpp:726: error: redefinition of `int gtk_window_set_title'
saveinterface.cpp:650: error: `int gtk_window_set_title' previously defined heresaveinterface.cpp:726: error: initializer list being treated as compound expression
saveinterface.cpp:727: error: syntax error before `*' token
saveinterface.cpp:728: error: syntax error before `*' token
saveinterface.cpp:729: error: syntax error before `*' token
saveinterface.cpp:730: error: syntax error before `*' token
saveinterface.cpp:731: error: syntax error before `*' token
saveinterface.cpp:732: error: redefinition of `dumbstruct*newdum'
saveinterface.cpp:656: error: `dumbstruct*newdum' previously declared here
saveinterface.cpp:733: error: syntax error before `->' token
saveinterface.cpp:734: error: syntax error before `->' token
saveinterface.cpp:735: error: `ok' was not declared in this scope
saveinterface.cpp:735: error: `GTK_OBJECT' was not declared in this scope
saveinterface.cpp:735: error: `GTK_SIGNAL_FUNC' was not declared in this scope
saveinterface.cpp:735: error: ISO C++ forbids declaration of `gtk_signal_connect' with no type
saveinterface.cpp:735: error: redefinition of `int gtk_signal_connect'
saveinterface.cpp:661: error: `int gtk_signal_connect' previously defined here
saveinterface.cpp:735: error: initializer list being treated as compound expression
saveinterface.cpp:736: error: `cancel' was not declared in this scope
saveinterface.cpp:736: error: `GTK_OBJECT' was not declared in this scope
saveinterface.cpp:736: error: `GTK_SIGNAL_FUNC' was not declared in this scope
saveinterface.cpp:736: error: ISO C++ forbids declaration of `gtk_signal_connect' with no type
saveinterface.cpp:736: error: redefinition of `int gtk_signal_connect'
saveinterface.cpp:735: error: `int gtk_signal_connect' previously defined here
saveinterface.cpp:736: error: initializer list being treated as compound expression
saveinterface.cpp:737: error: `GTK_OBJECT' was not declared in this scope
saveinterface.cpp:737: error: `GTK_SIGNAL_FUNC' was not declared in this scope
saveinterface.cpp:737: error: ISO C++ forbids declaration of `gtk_signal_connect' with no type
saveinterface.cpp:737: error: redefinition of `int gtk_signal_connect'
saveinterface.cpp:736: error: `int gtk_signal_connect' previously defined here
saveinterface.cpp:737: error: initializer list being treated as compound expression
saveinterface.cpp:738: error: syntax error before `*' token
saveinterface.cpp:740: error: `GTK_BOX' was not declared in this scope
saveinterface.cpp:740: error: `label' was not declared in this scope
saveinterface.cpp:740: error: `TRUE' was not declared in this scope
saveinterface.cpp:740: error: `TRUE' was not declared in this scope
saveinterface.cpp:740: error: ISO C++ forbids declaration of `gtk_box_pack_start' with no type
saveinterface.cpp:740: error: redefinition of `int gtk_box_pack_start'
saveinterface.cpp:670: error: `int gtk_box_pack_start' previously defined here
saveinterface.cpp:740: error: initializer list being treated as compound expression
saveinterface.cpp:741: error: `GTK_BOX' was not declared in this scope
saveinterface.cpp:741: error: `entry' was not declared in this scope
saveinterface.cpp:741: error: `TRUE' was not declared in this scope
saveinterface.cpp:741: error: `TRUE' was not declared in this scope
saveinterface.cpp:741: error: ISO C++ forbids declaration of `gtk_box_pack_start' with no type
saveinterface.cpp:741: error: redefinition of `int gtk_box_pack_start'
saveinterface.cpp:740: error: `int gtk_box_pack_start' previously defined here
saveinterface.cpp:741: error: initializer list being treated as compound expression
saveinterface.cpp:744: error: `cont' was not declared in this scope
saveinterface.cpp:744: error: `GTK_BOX' was not declared in this scope
saveinterface.cpp:744: error: `ok' was not declared in this scope
saveinterface.cpp:744: error: `TRUE' was not declared in this scope
saveinterface.cpp:744: error: `TRUE' was not declared in this scope
saveinterface.cpp:744: error: ISO C++ forbids declaration of `gtk_box_pack_start' with no type
saveinterface.cpp:744: error: redefinition of `int gtk_box_pack_start'
saveinterface.cpp:741: error: `int gtk_box_pack_start' previously defined here
saveinterface.cpp:744: error: initializer list being treated as compound expression
saveinterface.cpp:745: error: `cont' was not declared in this scope
saveinterface.cpp:745: error: `GTK_BOX' was not declared in this scope
saveinterface.cpp:745: error: `cancel' was not declared in this scope
saveinterface.cpp:745: error: `TRUE' was not declared in this scope
saveinterface.cpp:745: error: `TRUE' was not declared in this scope
saveinterface.cpp:745: error: ISO C++ forbids declaration of `gtk_box_pack_start' with no type
saveinterface.cpp:745: error: redefinition of `int gtk_box_pack_start'
saveinterface.cpp:744: error: `int gtk_box_pack_start' previously defined here
saveinterface.cpp:745: error: initializer list being treated as compound expression
saveinterface.cpp:746: error: `GTK_BOX' was not declared in this scope
saveinterface.cpp:746: error: `cont' was not declared in this scope
saveinterface.cpp:746: error: `TRUE' was not declared in this scope
saveinterface.cpp:746: error: `TRUE' was not declared in this scope
saveinterface.cpp:746: error: ISO C++ forbids declaration of `gtk_box_pack_start' with no type
saveinterface.cpp:746: error: redefinition of `int gtk_box_pack_start'
saveinterface.cpp:745: error: `int gtk_box_pack_start' previously defined here
saveinterface.cpp:746: error: initializer list being treated as compound expression
saveinterface.cpp:747: error: `GTK_CONTAINER' was not declared in this scope
saveinterface.cpp:747: error: ISO C++ forbids declaration of `gtk_container_add' with no type
saveinterface.cpp:747: error: redefinition of `int gtk_container_add'
saveinterface.cpp:671: error: `int gtk_container_add' previously defined here
saveinterface.cpp:747: error: initializer list being treated as compound expression
saveinterface.cpp:748: error: `label' was not declared in this scope
saveinterface.cpp:748: error: ISO C++ forbids declaration of `gtk_widget_show' with no type
saveinterface.cpp:748: error: redefinition of `int gtk_widget_show'
saveinterface.cpp:681: error: `int gtk_widget_show' previously declared here
saveinterface.cpp:749: error: `ok' was not declared in this scope
saveinterface.cpp:749: error: ISO C++ forbids declaration of `gtk_widget_show' with no type
saveinterface.cpp:749: error: redefinition of `int gtk_widget_show'
saveinterface.cpp:748: error: `int gtk_widget_show' previously defined here
saveinterface.cpp:750: error: `ok' was not declared in this scope
saveinterface.cpp:750: error: `GTK_CAN_DEFAULT' was not declared in this scope
saveinterface.cpp:750: error: ISO C++ forbids declaration of `GTK_WIDGET_SET_FLAGS' with no type
saveinterface.cpp:750: error: redefinition of `int GTK_WIDGET_SET_FLAGS'
saveinterface.cpp:675: error: `int GTK_WIDGET_SET_FLAGS' previously defined heresaveinterface.cpp:750: error: initializer list being treated as compound expression
saveinterface.cpp:751: error: `cancel' was not declared in this scope
saveinterface.cpp:751: error: `GTK_CAN_DEFAULT' was not declared in this scope
saveinterface.cpp:751: error: ISO C++ forbids declaration of `GTK_WIDGET_SET_FLAGS' with no type
saveinterface.cpp:751: error: redefinition of `int GTK_WIDGET_SET_FLAGS'
saveinterface.cpp:750: error: `int GTK_WIDGET_SET_FLAGS' previously defined heresaveinterface.cpp:751: error: initializer list being treated as compound expression
saveinterface.cpp:752: error: `cancel' was not declared in this scope
saveinterface.cpp:752: error: ISO C++ forbids declaration of `gtk_widget_grab_default' with no type
saveinterface.cpp:752: error: redefinition of `int gtk_widget_grab_default'
saveinterface.cpp:676: error: `int gtk_widget_grab_default' previously defined here
saveinterface.cpp:753: error: `entry' was not declared in this scope
saveinterface.cpp:753: error: ISO C++ forbids declaration of `gtk_widget_show' with no type
saveinterface.cpp:753: error: redefinition of `int gtk_widget_show'
saveinterface.cpp:749: error: `int gtk_widget_show' previously defined here
saveinterface.cpp:754: error: `cancel' was not declared in this scope
saveinterface.cpp:754: error: ISO C++ forbids declaration of `gtk_widget_show' with no type
saveinterface.cpp:754: error: redefinition of `int gtk_widget_show'
saveinterface.cpp:753: error: `int gtk_widget_show' previously defined here
saveinterface.cpp:755: error: `cont' was not declared in this scope
saveinterface.cpp:755: error: ISO C++ forbids declaration of `gtk_widget_show' with no type
saveinterface.cpp:755: error: redefinition of `int gtk_widget_show'
saveinterface.cpp:754: error: `int gtk_widget_show' previously defined here
saveinterface.cpp:756: error: ISO C++ forbids declaration of `gtk_widget_show' with no type
saveinterface.cpp:756: error: redefinition of `int gtk_widget_show'
saveinterface.cpp:755: error: `int gtk_widget_show' previously defined here
saveinterface.cpp:757: error: ISO C++ forbids declaration of `gtk_widget_show' with no type
saveinterface.cpp:757: error: redefinition of `int gtk_widget_show'
saveinterface.cpp:756: error: `int gtk_widget_show' previously defined here
saveinterface.cpp:758: error: ISO C++ forbids declaration of `GTK_FILE_SELECTION' with no type
saveinterface.cpp:758: error: redefinition of `int GTK_FILE_SELECTION'
saveinterface.cpp:682: error: `int GTK_FILE_SELECTION' previously defined here
saveinterface.cpp:758: error: syntax error before `->' token
saveinterface.cpp:762: error: type specifier omitted for parameter `GtkSignalFunc'
saveinterface.cpp:762: error: syntax error before `,' token
saveinterface.cpp: In function `void LoadSaveFunction(...)':
saveinterface.cpp:763: error: `filew' undeclared (first use this function)
saveinterface.cpp:764: error: `Filename' undeclared (first use this function)
saveinterface.cpp:764: error: `gtk_file_selection_new' undeclared (first use this function)
saveinterface.cpp:765: error: `usenormalbuttons' undeclared (first use this function)
saveinterface.cpp:766: error: `GTK_FILE_SELECTION' cannot be used as a function
saveinterface.cpp:766: error: `gtk_widget_destroy' cannot be used as a function
saveinterface.cpp:767: error: `GTK_FILE_SELECTION' cannot be used as a function
saveinterface.cpp:767: error: `gtk_hbox_new' undeclared (first use this function)
saveinterface.cpp:768: error: `GTK_FILE_SELECTION' cannot be used as a function
saveinterface.cpp:768: error: `gtk_widget_show' cannot be used as a function
saveinterface.cpp:769: error: `newb' undeclared (first use this function)
saveinterface.cpp:769: error: `gtk_button_new_with_label' undeclared (first use this function)
saveinterface.cpp:773: error: `gtk_widget_show' cannot be used as a function
saveinterface.cpp:774: error: `GTK_FILE_SELECTION' cannot be used as a function
saveinterface.cpp:774: error: `GTK_CONTAINER' undeclared (first use this function)
saveinterface.cpp:774: error: `gtk_container_add' cannot be used as a function
saveinterface.cpp:775: error: `GTK_OBJECT' undeclared (first use this function)
saveinterface.cpp:775: error: `GtkSignalFunc' undeclared (first use this function)
saveinterface.cpp:775: error: syntax error before `,' token
saveinterface.cpp:777: error: `gtk_widget_show' cannot be used as a function
saveinterface.cpp:778: error: `GTK_FILE_SELECTION' cannot be used as a function
saveinterface.cpp:778: error: `gtk_container_add' cannot be used as a function
saveinterface.cpp:779: error: syntax error before `,' token
saveinterface.cpp:781: error: `gtk_widget_show' cannot be used as a function
saveinterface.cpp:782: error: `GTK_FILE_SELECTION' cannot be used as a function
saveinterface.cpp:782: error: `gtk_container_add' cannot be used as a function
saveinterface.cpp:783: error: syntax error before `,' token
saveinterface.cpp:786: error: `gtk_widget_show' cannot be used as a function
saveinterface.cpp:787: error: `GTK_FILE_SELECTION' cannot be used as a function
saveinterface.cpp:787: error: `gtk_container_add' cannot be used as a function
saveinterface.cpp:788: error: syntax error before `,' token
saveinterface.cpp:790: error: `GTK_FILE_SELECTION' cannot be used as a function
saveinterface.cpp:791: error: syntax error before `,' token
saveinterface.cpp:792: error: `GTK_FILE_SELECTION' cannot be used as a function
saveinterface.cpp:793: error: `GTK_FILE_SELECTION' cannot be used as a function
saveinterface.cpp:793: error: `GTK_CAN_DEFAULT' undeclared (first use this function)
saveinterface.cpp:793: error: `GTK_WIDGET_SET_FLAGS' cannot be used as a function
saveinterface.cpp:794: error: `GTK_FILE_SELECTION' cannot be used as a function
saveinterface.cpp:795: error: syntax error before `,' token
saveinterface.cpp:798: error: `GTK_FILE_SELECTION' cannot be used as a function
saveinterface.cpp:799: error: syntax error before `,' token
saveinterface.cpp:804: error: `GTK_FILE_SELECTION' cannot be used as a function
saveinterface.cpp:804: error: `default_thing' undeclared (first use this function)
saveinterface.cpp:804: error: `gtk_file_selection_set_filename' cannot be used as a function
saveinterface.cpp:806: error: `lbl' undeclared (first use this function)
saveinterface.cpp:806: error: `otherstr' undeclared (first use this function)
saveinterface.cpp:806: error: `gtk_label_new' undeclared (first use this function)
saveinterface.cpp:807: error: `GTK_FILE_SELECTION' cannot be used as a function
saveinterface.cpp:807: error: `gtk_container_add' cannot be used as a function
saveinterface.cpp:808: error: `gtk_widget_show' cannot be used as a function
saveinterface.cpp:809: error: `box' undeclared (first use this function)
saveinterface.cpp:810: error: `GTK_FILE_SELECTION' cannot be used as a function
saveinterface.cpp:810: error: `gtk_container_add' cannot be used as a function
saveinterface.cpp:811: error: `GTK_FILE_SELECTION' cannot be used as a function
saveinterface.cpp:811: error: `GTK_BOX' undeclared (first use this function)
saveinterface.cpp:811: error: `GTK_FILE_SELECTION' cannot be used as a function
saveinterface.cpp:811: error: `TRUE' undeclared (first use this function)
saveinterface.cpp:811: error: `gtk_box_pack_end' undeclared (first use this function)
saveinterface.cpp:813: error: `GTK_FILE_SELECTION' cannot be used as a function
saveinterface.cpp:813: error: `GTK_FILE_SELECTION' cannot be used as a function
saveinterface.cpp:814: error: `gtk_widget_show' cannot be used as a function
saveinterface.cpp:815: error: `GTK_FILE_SELECTION' cannot be used as a function
saveinterface.cpp:815: error: `gtk_widget_show' cannot be used as a function
saveinterface.cpp:816: error: `gtk_widget_show' cannot be used as a function
saveinterface.cpp: In function `void LoadMissionDialog(char*, int)':
saveinterface.cpp:829: error: syntax error before `,' token
saveinterface.cpp: In function `void changehome()':
saveinterface.cpp:833: warning: unused variable `char pw_dir[2000]'
saveinterface.cpp: In function `void LoadSaveDialog(char*, char*, int)':
saveinterface.cpp:863: error: syntax error before `)' token
saveinterface.cpp: In function `void LoadAutoDialog(char*, char*, int)':
saveinterface.cpp:867: error: syntax error before `)' token
{standard input}: Assembler messages:
{standard input}:126: Error: symbol `gtk_widget_show' is already defined
{standard input}:156: Error: symbol `gdk_window_destroy' is already defined
{standard input}:188: Error: symbol `gdk_window_destroy' is already defined
{standard input}:272: Error: symbol `newstr' is already defined
{standard input}:278: Error: symbol `remstr' is already defined
{standard input}:284: Error: symbol `sprintf' is already defined
{standard input}:290: Error: symbol `window' is already defined
{standard input}:296: Error: symbol `gtk_window_set_default_size' is already defined
{standard input}:302: Error: symbol `gtk_window_set_title' is already defined
{standard input}:308: Error: symbol `gtk_signal_connect' is already defined
{standard input}:314: Error: symbol `gtk_signal_connect' is already defined
{standard input}:320: Error: symbol `gtk_signal_connect' is already defined
{standard input}:332: Error: symbol `gtk_box_pack_start' is already defined
{standard input}:338: Error: symbol `gtk_box_pack_start' is already defined
{standard input}:344: Error: symbol `gtk_box_pack_start' is already defined
{standard input}:350: Error: symbol `gtk_container_add' is already defined
{standard input}:356: Error: symbol `gtk_widget_show' is already defined
{standard input}:362: Error: symbol `gtk_widget_show' is already defined
{standard input}:374: Error: symbol `GTK_WIDGET_SET_FLAGS' is already defined
{standard input}:386: Error: symbol `gtk_widget_show' is already defined
{standard input}:392: Error: symbol `gtk_widget_show' is already defined
{standard input}:398: Error: symbol `gtk_widget_show' is already defined
{standard input}:404: Error: symbol `gtk_widget_show' is already defined
{standard input}:410: Error: symbol `GTK_FILE_SELECTION' is already defined
{standard input}:422: Error: symbol `chr' is already defined
{standard input}:428: Error: symbol `newstr' is already defined
{standard input}:434: Error: symbol `remstr' is already defined
{standard input}:440: Error: symbol `sprintf' is already defined
{standard input}:446: Error: symbol `window' is already defined
{standard input}:452: Error: symbol `gtk_window_set_default_size' is already defined
{standard input}:458: Error: symbol `gtk_window_set_title' is already defined
{standard input}:470: Error: symbol `gtk_signal_connect' is already defined
{standard input}:476: Error: symbol `gtk_signal_connect' is already defined
{standard input}:482: Error: symbol `gtk_signal_connect' is already defined
{standard input}:488: Error: symbol `gtk_box_pack_start' is already defined
{standard input}:494: Error: symbol `gtk_box_pack_start' is already defined
{standard input}:500: Error: symbol `gtk_box_pack_start' is already defined
{standard input}:506: Error: symbol `gtk_box_pack_start' is already defined
{standard input}:512: Error: symbol `gtk_box_pack_start' is already defined
{standard input}:518: Error: symbol `gtk_container_add' is already defined
{standard input}:524: Error: symbol `gtk_widget_show' is already defined
{standard input}:530: Error: symbol `gtk_widget_show' is already defined
{standard input}:536: Error: symbol `GTK_WIDGET_SET_FLAGS' is already defined
{standard input}:542: Error: symbol `GTK_WIDGET_SET_FLAGS' is already defined
{standard input}:548: Error: symbol `gtk_widget_grab_default' is already defined{standard input}:554: Error: symbol `gtk_widget_show' is already defined
{standard input}:560: Error: symbol `gtk_widget_show' is already defined
{standard input}:566: Error: symbol `gtk_widget_show' is already defined
{standard input}:572: Error: symbol `gtk_widget_show' is already defined
{standard input}:578: Error: symbol `gtk_widget_show' is already defined
{standard input}:584: Error: symbol `GTK_FILE_SELECTION' is already defined
{standard input}:596: Error: symbol `chr' is already defined
{standard input}:602: Error: symbol `newstr' is already defined
{standard input}:608: Error: symbol `remstr' is already defined
{standard input}:614: Error: symbol `sprintf' is already defined
{standard input}:620: Error: symbol `window' is already defined
{standard input}:626: Error: symbol `gtk_window_set_default_size' is already defined
{standard input}:632: Error: symbol `gtk_window_set_title' is already defined
{standard input}:638: Error: symbol `newdum' is already defined
{standard input}:644: Error: symbol `gtk_signal_connect' is already defined
{standard input}:650: Error: symbol `gtk_signal_connect' is already defined
{standard input}:656: Error: symbol `gtk_signal_connect' is already defined
{standard input}:662: Error: symbol `gtk_box_pack_start' is already defined
{standard input}:668: Error: symbol `gtk_box_pack_start' is already defined
{standard input}:674: Error: symbol `gtk_box_pack_start' is already defined
{standard input}:680: Error: symbol `gtk_box_pack_start' is already defined
{standard input}:686: Error: symbol `gtk_box_pack_start' is already defined
{standard input}:692: Error: symbol `gtk_container_add' is already defined
{standard input}:698: Error: symbol `gtk_widget_show' is already defined
{standard input}:704: Error: symbol `gtk_widget_show' is already defined
{standard input}:710: Error: symbol `GTK_WIDGET_SET_FLAGS' is already defined
{standard input}:716: Error: symbol `GTK_WIDGET_SET_FLAGS' is already defined
{standard input}:722: Error: symbol `gtk_widget_grab_default' is already defined{standard input}:728: Error: symbol `gtk_widget_show' is already defined
{standard input}:734: Error: symbol `gtk_widget_show' is already defined
{standard input}:740: Error: symbol `gtk_widget_show' is already defined
{standard input}:746: Error: symbol `gtk_widget_show' is already defined
{standard input}:752: Error: symbol `gtk_widget_show' is already defined
{standard input}:758: Error: symbol `GTK_FILE_SELECTION' is already defined
{standard input}:770: Error: symbol `chr' is already defined
{standard input}:776: Error: symbol `newstr' is already defined
{standard input}:782: Error: symbol `remstr' is already defined
{standard input}:788: Error: symbol `sprintf' is already defined
{standard input}:794: Error: symbol `window' is already defined
{standard input}:800: Error: symbol `gtk_window_set_default_size' is already defined
{standard input}:806: Error: symbol `gtk_window_set_title' is already defined
{standard input}:812: Error: symbol `newdum' is already defined
{standard input}:818: Error: symbol `gtk_signal_connect' is already defined
{standard input}:824: Error: symbol `gtk_signal_connect' is already defined
{standard input}:830: Error: symbol `gtk_signal_connect' is already defined
{standard input}:836: Error: symbol `gtk_box_pack_start' is already defined
{standard input}:842: Error: symbol `gtk_box_pack_start' is already defined
{standard input}:848: Error: symbol `gtk_box_pack_start' is already defined
{standard input}:854: Error: symbol `gtk_box_pack_start' is already defined
{standard input}:860: Error: symbol `gtk_box_pack_start' is already defined
{standard input}:866: Error: symbol `gtk_container_add' is already defined
{standard input}:872: Error: symbol `gtk_widget_show' is already defined
{standard input}:878: Error: symbol `gtk_widget_show' is already defined
{standard input}:884: Error: symbol `GTK_WIDGET_SET_FLAGS' is already defined
{standard input}:890: Error: symbol `GTK_WIDGET_SET_FLAGS' is already defined
{standard input}:896: Error: symbol `gtk_widget_grab_default' is already defined{standard input}:902: Error: symbol `gtk_widget_show' is already defined
{standard input}:908: Error: symbol `gtk_widget_show' is already defined
{standard input}:914: Error: symbol `gtk_widget_show' is already defined
{standard input}:920: Error: symbol `gtk_widget_show' is already defined
{standard input}:926: Error: symbol `gtk_widget_show' is already defined
{standard input}:932: Error: symbol `GTK_FILE_SELECTION' is already defined
make[2]: *** [saveinterface.o] Error 1
make[2]: Leaving directory `/home/oli/Games/vegastrike-0.4.1-installer/vegastrike/launcher'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/oli/Games/vegastrike-0.4.1-installer/vegastrike'
make: *** [all-recursive-am] Error 2

is this because I haven't got a gtk package or something??
Any help most appreciated

Thanks
me

make error

Post by me »

After looking into it further it seems that it can't find gtk-config along with lots of other things gtk.h etc... Is this something to do with a package I haven't got or something??

Thanks again
ace123
Lead Network Developer
Lead Network Developer
Posts: 2560
Joined: Sun Jan 12, 2003 9:13 am
Location: Palo Alto CA
Contact:

Post by ace123 »

You need the gtk-1.2-devel or gtk1.2-dev package or something like that.

Just search for a gtk package and install the one with 1.2 version and with "dev" in it.
dandandaman
Artisan
Artisan
Posts: 1270
Joined: Fri Jan 03, 2003 3:27 am
Location: Perth, Western Australia
Contact:

Post by dandandaman »

on fedora core 2 you need:

gtk+-devel-1.2.10-29.1.1

should be something similar

Dan.a
me

New error

Post by me »

Hi,
I installed libgtk+1.2-devel and that seemed to solve the problem but I get a new error now. when entering the directory:

/vegastrike-0.4.1-installer/vegastrike/tools

I get an error:

*** No rule to make target 'all'. Stop.

Any ideas?

Thanks again :D
hellcatv
Developer
Developer
Posts: 3980
Joined: Fri Jan 03, 2003 4:53 am
Location: Stanford, CA
Contact:

Post by hellcatv »

that's a 0.4.1 specific error that may be ignored (it worked!)
Vega Strike Lead Developer
http://vegastrike.sourceforge.net/
Post Reply