ok, what exactly is the make command? and what does it do?
I have a program called linpal
http://www.ruinedsoft.com/linpal/
that gives me a .tar.bz2 files, i then extract it, cd to the directory, and run the make command like it tells me too, only to get this whole slew of errors ( at bottom of screen)
can anyone tell me what im doing wrong here?
[root@ip********* linpal-0.5]# make
g++ -Wall -pedantic -ansi -c palnet.cpp
g++ -Wall -pedantic -ansi -c gtkmain.cpp `curl-config --cflags` `pkg-config --cflags gtk+-2.0 libglade-2.0 glib-2.0 gthread-2.0`
/bin/sh: line 1: curl-config: command not found
Package gtk+-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-2.0' found
gtkmain.cpp:23:18: glib.h: No such file or directory
gtkmain.cpp:24:26: glib/gprintf.h: No such file or directory
gtkmain.cpp:25:22: gdk/gdkx.h: No such file or directory
gtkmain.cpp:26:25: glade/glade.h: No such file or directory
gtkmain.cpp:27:26: gdk/gdkpango.h: No such file or directory
gtkmain.cpp:28:25: pango/pango.h: No such file or directory
In file included from gtkmain.cpp:39:
gtkmain.h:23:21: gtk/gtk.h: No such file or directory
In file included from gtkbigpage.h:29,
from gtkmain.h:25,
from gtkmain.cpp:39:
gtkasset.h:46: error: ISO C++ forbids declaration of `GdkPixbuf' with no type
gtkasset.h:46: error: expected `;' before '*' token
gtkasset.h:47: error: `gint' does not name a type
gtkasset.h:47: error: extra semicolon
gtkasset.h:55: error: variable or field `NewAsset' declared void
gtkasset.h:55: error: expected `;' before '(' token
gtkasset.h:56: error: ISO C++ forbids declaration of `GdkPixbuf' with no type
gtkasset.h:56: error: expected `;' before '*' token
gtkasset.h:57: error: expected `;' before '(' token
gtkasset.h:58: error: ISO C++ forbids declaration of `GList' with no type
gtkasset.h:58: error: expected `;' before '*' token
gtkasset.h:62: error: ISO C++ forbids declaration of `GList' with no type
gtkasset.h:62: error: expected `;' before '*' token
In file included from gtkmain.h:25,
gtkmain.cpp:431: error: expected `,' or `;' before '{' token
gtkmain.cpp:457: error: `gboolean' does not name a type
gtkmain.cpp:483: error: variable or field `on_homepage_clicked' declared void
gtkmain.cpp:483: error: `GtkWidget' was not declared in this scope
gtkmain.cpp:483: error: `widget' was not declared in this scope
gtkmain.cpp:483: error: `gpointer' was not declared in this scope
gtkmain.cpp:483: error: initializer expression list treated as compound expression
gtkmain.cpp:483: error: expected `,' or `;' before '{' token
gtkmain.cpp: In function `void on_browser_changed()':
gtkmain.cpp:496: error: `myBrowserChoice' undeclared (first use this function)
gtkmain.cpp:496: error: `OptionBrowser' undeclared (first use this function)
gtkmain.cpp:496: error: `GTK_OPTION_MENU' undeclared (first use this function)
gtkmain.cpp:496: error: `gtk_option_menu_get_history' undeclared (first use this function)
gtkmain.cpp:497: error: `BrowserEntry' undeclared (first use this function)
gtkmain.cpp:497: error: `BrowserChoice_Manual' undeclared (first use this function)
gtkmain.cpp:497: error: `TRUE' undeclared (first use this function)
gtkmain.cpp:497: error: `FALSE' undeclared (first use this function)
gtkmain.cpp:497: error: `gtk_widget_set_sensitive' undeclared (first use this function)
gtkmain.cpp: In function `void on_change_page()':
gtkmain.cpp:501: error: `myAutoSwitch' undeclared (first use this function)
gtkmain.cpp:502: error: `LogNotebook' undeclared (first use this function)
gtkmain.cpp:502: error: `GTK_NOTEBOOK' undeclared (first use this function)
gtkmain.cpp:503: error: `Notebook' undeclared (first use this function)
gtkmain.cpp:503: error: `gtk_notebook_get_current_page' undeclared (first use this function)
gtkmain.cpp:503: error: `gtk_notebook_set_current_page' undeclared (first use this function)
gtkmain.cpp: In function `void on_mainwindow_delete_event()':
gtkmain.cpp:507: error: `gtk_main_quit' undeclared (first use this function)
gtkmain.cpp:508: error: `BigPageList' undeclared (first use this function)
gtkmain.cpp:508: error: `g_list_free' undeclared (first use this function)
gtkmain.cpp:510: error: `myFont' undeclared (first use this function)
gtkmain.cpp:510: error: `g_free' undeclared (first use this function)
gtkmain.cpp:511: error: `ConfigPath' undeclared (first use this function)
gtkmain.cpp:512: error: `DefaultBGFile' undeclared (first use this function)
gtkmain.cpp:513: error: `SettingsFile' undeclared (first use this function)
gtkmain.cpp:514: error: `ProgramPath' undeclared (first use this function)
gtkmain.cpp:515: error: `LogNotebook' undeclared (first use this function)
gtkmain.cpp:515: error: `g_object_unref' undeclared (first use this function)
gtkmain.cpp:517: error: `ColorPixbuf' undeclared (first use this function)
gtkmain.cpp:519: error: `FacePixbuf' undeclared (first use this function)
gtkmain.cpp:520: error: `ShadowPixbuf' undeclared (first use this function)
gtkmain.cpp:521: error: `IconPixbufWorld' undeclared (first use this function)
gtkmain.cpp: At global scope:
gtkmain.cpp:525: error: `gboolean' does not name a type
gtkmain.cpp:530: error: `gboolean' does not name a type
gtkmain.cpp: In function `void on_nickname_close()':
gtkmain.cpp:556: error: `NameWindow' undeclared (first use this function)
gtkmain.cpp:556: error: `gtk_widget_hide' undeclared (first use this function)
gtkmain.cpp: At global scope:
gtkmain.cpp:559: error: `gboolean' does not name a type
gtkmain.cpp:567: error: `gboolean' does not name a type
gtkmain.cpp: In function `void on_filesel_ok_clicked()':
gtkmain.cpp:577: error: `FileSelWindow' undeclared (first use this function)
gtkmain.cpp:577: error: `gtk_widget_hide' undeclared (first use this function)
gtkmain.cpp:578: error: `gchar' undeclared (first use this function)
gtkmain.cpp:578: error: `file' undeclared (first use this function)
gtkmain.cpp:578: error: `GTK_FILE_CHOOSER' undeclared (first use this function)
gtkmain.cpp:578: error: `gtk_file_chooser_get_filename' undeclared (first use this function)
gtkmain.cpp:580: error: `BigPageList' undeclared (first use this function)
gtkmain.cpp:581: error: `LogNotebook' undeclared (first use this function)
gtkmain.cpp:581: error: `GTK_NOTEBOOK' undeclared (first use this function)
gtkmain.cpp:581: error: `gtk_notebook_get_current_page' undeclared (first use this function)
gtkmain.cpp:582: error: `g_list_nth_data' undeclared (first use this function)
gtkmain.cpp:586: error: `g_free' undeclared (first use this function)
gtkmain.cpp: In function `void on_filesel_cancel_clicked()':
gtkmain.cpp:590: error: `FileSelWindow' undeclared (first use this function)
gtkmain.cpp:590: error: `gtk_widget_hide' undeclared (first use this function)
gtkmain.cpp: At global scope:
gtkmain.cpp:593: error: variable or field `on_filesel_clicked' declared void
gtkmain.cpp:593: error: `GtkDialog' was not declared in this scope
gtkmain.cpp:593: error: `diag' was not declared in this scope
gtkmain.cpp:593: error: `gint' was not declared in this scope
gtkmain.cpp:593: error: `gpointer' was not declared in this scope
gtkmain.cpp:593: error: initializer expression list treated as compound expression
gtkmain.cpp:593: error: expected `,' or `;' before '{' token
gtkmain.cpp: In function `void on_connwindow_ok_clicked()':
gtkmain.cpp:616: error: `ConnRunner' undeclared (first use this function)
gtkmain.cpp:616: error: `FALSE' undeclared (first use this function)
gtkmain.cpp:616: error: `g_thread_create' undeclared (first use this function)
gtkmain.cpp: At global scope:
gtkmain.cpp:619: error: variable or field `on_connwindow_cancel_clicked' declared void
gtkmain.cpp:619: error: `GtkWidget' was not declared in this scope
gtkmain.cpp:619: error: `widget' was not declared in this scope
gtkmain.cpp:619: error: `gpointer' was not declared in this scope
gtkmain.cpp:619: error: initializer expression list treated as compound expression
gtkmain.cpp:619: error: expected `,' or `;' before '{' token
gtkmain.cpp:623: error: `gboolean' does not name a type
gtkmain.cpp:630: error: variable or field `on_whisper_clicked' declared void
gtkmain.cpp:630: error: `GtkWidget' was not declared in this scope
gtkmain.cpp:630: error: `widget' was not declared in this scope
gtkmain.cpp:630: error: expected `,' or `;' before '{' token
gtkmain.cpp: In function `void on_connect_activate()':
gtkmain.cpp:655: error: `ConnWindow' undeclared (first use this function)
gtkmain.cpp:655: error: `gtk_widget_show' undeclared (first use this function)
gtkmain.cpp:656: error: `ConnectName' undeclared (first use this function)
gtkmain.cpp:656: error: `GTK_ENTRY' undeclared (first use this function)
gtkmain.cpp:656: error: `DefaultName' undeclared (first use this function)
gtkmain.cpp:656: error: `gtk_entry_get_text' undeclared (first use this function)
gtkmain.cpp:656: error: `gtk_entry_set_text' undeclared (first use this function)
gtkmain.cpp:657: error: `ConnectAddr' undeclared (first use this function)
gtkmain.cpp:657: error: `HomePalace' undeclared (first use this function)
gtkmain.cpp:658: error: `ConnectPort' undeclared (first use this function)
gtkmain.cpp:658: error: `HomePort' undeclared (first use this function)
gtkmain.cpp: In function `void on_disconnect_activate()':
gtkmain.cpp:662: error: `Notebook' undeclared (first use this function)
gtkmain.cpp:662: error: `GTK_NOTEBOOK' undeclared (first use this function)
gtkmain.cpp:662: error: `gtk_notebook_get_current_page' undeclared (first use this function)
gtkmain.cpp:663: error: `BigPageList' undeclared (first use this function)
gtkmain.cpp:663: error: `g_list_nth_data' undeclared (first use this function)
gtkmain.cpp:667: error: `BlankPage' undeclared (first use this function)
gtkmain.cpp:667: error: `TRUE' undeclared (first use this function)
gtkmain.cpp:668: error: `DissMenu' undeclared (first use this function)
gtkmain.cpp:668: error: `FALSE' undeclared (first use this function)
gtkmain.cpp:668: error: `gtk_widget_set_sensitive' undeclared (first use this function)
gtkmain.cpp:669: error: `UserListMenu' undeclared (first use this function)
gtkmain.cpp:670: error: `RoomListMenu' undeclared (first use this function)
gtkmain.cpp:671: error: `ExpressionMenu' undeclared (first use this function)
gtkmain.cpp:674: error: `gtk_notebook_remove_page' undeclared (first use this function)
gtkmain.cpp:675: error: `LogNotebook' undeclared (first use this function)
gtkmain.cpp:677: error: `g_list_remove' undeclared (first use this function)
gtkmain.cpp: In function `void on_log_window_delete_event()':
gtkmain.cpp:687: error: `LogMenu' undeclared (first use this function)
gtkmain.cpp:687: error: `GTK_CHECK_MENU_ITEM' undeclared (first use this function)
gtkmain.cpp:687: error: `FALSE' undeclared (first use this function)
gtkmain.cpp:687: error: `gtk_check_menu_item_set_active' undeclared (first use this function)
gtkmain.cpp:963: error: `Notebook' undeclared (first use this function)
gtkmain.cpp:964: error: `DissMenu' undeclared (first use this function)
gtkmain.cpp:965: error: `RoomListMenu' undeclared (first use this function)
gtkmain.cpp:966: error: `UserListMenu' undeclared (first use this function)
gtkmain.cpp:967: error: `ExpressionMenu' undeclared (first use this function)
gtkmain.cpp:968: error: `SaveLogMenu' undeclared (first use this function)
gtkmain.cpp:969: error: `ClearLogMenu' undeclared (first use this function)
gtkmain.cpp:970: error: `LogMenu' undeclared (first use this function)
gtkmain.cpp:971: error: `ColorMenu' undeclared (first use this function)
gtkmain.cpp:972: error: `FaceMenu' undeclared (first use this function)
gtkmain.cpp:973: error: `WhisperEntry' undeclared (first use this function)
gtkmain.cpp:974: error: `WhisperLabel' undeclared (first use this function)
gtkmain.cpp:975: error: `WhisperButton' undeclared (first use this function)
gtkmain.cpp:976: error: `CheckTabs' undeclared (first use this function)
gtkmain.cpp:977: error: `CheckAutoSwitch' undeclared (first use this function)
gtkmain.cpp:978: error: `CheckTabbedLog' undeclared (first use this function)
gtkmain.cpp:979: error: `CheckShowSend' undeclared (first use this function)
gtkmain.cpp:980: error: `OptionLogPos' undeclared (first use this function)
gtkmain.cpp:981: error: `OptionBrowser' undeclared (first use this function)
gtkmain.cpp:982: error: `PropDrawArea' undeclared (first use this function)
gtkmain.cpp:983: error: `BrowserEntry' undeclared (first use this function)
gtkmain.cpp:984: error: `JumpRoomButton' undeclared (first use this function)
gtkmain.cpp:985: error: `JumpUserButton' undeclared (first use this function)
gtkmain.cpp:986: error: `RoomTreeView' undeclared (first use this function)
gtkmain.cpp:987: error: `UserTreeView' undeclared (first use this function)
gtkmain.cpp:988: error: `WhisperUserButton' undeclared (first use this function)
gtkmain.cpp:990: error: `glade_xml_signal_connect' undeclared (first use this function)
gtkmain.cpp:996: error: `on_expression_delete_event' undeclared (first use this function)
gtkmain.cpp:996: error: `G_CALLBACK' undeclared (first use this function)
gtkmain.cpp:998: error: `on_nickname_okay' undeclared (first use this function)
gtkmain.cpp:1004: error: `gtk_widget_hide_on_delete' undeclared (first use this function)
gtkmain.cpp:1026: error: `on_checktabbedlog_toggled' undeclared (first use this function)
gtkmain.cpp:1034: error: `on_prop_expose_event' undeclared (first use this function)
gtkmain.cpp:1035: error: `on_preview_expose_event' undeclared (first use this function)
gtkmain.cpp:1036: error: `on_room_cursor' undeclared (first use this function)
gtkmain.cpp:1038: error: `on_user_cursor' undeclared (first use this function)
gtkmain.cpp:1043: error: `g_signal_connect' undeclared (first use this function)
gtkmain.cpp:1047: error: `UserList' undeclared (first use this function)
gtkmain.cpp:1047: error: `G_TYPE_INT' undeclared (first use this function)
gtkmain.cpp:1047: error: `G_TYPE_STRING' undeclared (first use this function)
gtkmain.cpp:1048: error: `G_TYPE_POINTER' undeclared (first use this function)
gtkmain.cpp:1048: error: `gtk_tree_store_new' undeclared (first use this function)
gtkmain.cpp:1050: error: `RoomList' undeclared (first use this function)
gtkmain.cpp:1053: error: `GTK_TREE_VIEW' undeclared (first use this function)
gtkmain.cpp:1053: error: `GTK_TREE_MODEL' undeclared (first use this function)
gtkmain.cpp:1053: error: `gtk_tree_view_set_model' undeclared (first use this function)
gtkmain.cpp:1056: error: `GtkCellRenderer' undeclared (first use this function)
gtkmain.cpp:1056: error: `text' undeclared (first use this function)
gtkmain.cpp:1056: error: `gtk_cell_renderer_text_new' undeclared (first use this function)
gtkmain.cpp:1057: error: `GtkTreeViewColumn' undeclared (first use this function)
gtkmain.cpp:1057: error: `col' undeclared (first use this function)
gtkmain.cpp:1059: error: `gtk_tree_view_column_new_with_attributes' undeclared (first use this function)
gtkmain.cpp:1060: error: `TRUE' undeclared (first use this function)
gtkmain.cpp:1060: error: `gtk_tree_view_column_set_resizable' undeclared (first use this function)
gtkmain.cpp:1061: error: `gtk_tree_view_append_column' undeclared (first use this function)
gtkmain.cpp:1085: error: `gtk_widget_show_all' undeclared (first use this function)
gtkmain.cpp:1088: error: `BackBuffer' undeclared (first use this function)
gtkmain.cpp:1088: error: `GDK_DRAWABLE' undeclared (first use this function)
gtkmain.cpp:1088: error: `PalaceWidth' undeclared (first use this function)
gtkmain.cpp:1088: error: `PalaceHeight' undeclared (first use this function)
gtkmain.cpp:1088: error: `gdk_pixmap_new' undeclared (first use this function)
gtkmain.cpp:1089: error: `PreviewBuffer' undeclared (first use this function)
gtkmain.cpp:1089: error: `PropSize' undeclared (first use this function)
gtkmain.cpp:1091: error: `g_printf' undeclared (first use this function)
gtkmain.cpp:1093: error: `G_OBJECT' undeclared (first use this function)
gtkmain.cpp:1093: error: `g_object_ref' undeclared (first use this function)
gtkmain.cpp:1095: error: `colors' undeclared (first use this function)
gtkmain.cpp:1095: error: `gtk_menu_new' undeclared (first use this function)
gtkmain.cpp:1098: error: `little' undeclared (first use this function)
gtkmain.cpp:1099: error: `g_strdup_printf' undeclared (first use this function)
gtkmain.cpp:1102: error: `ColorPixbuf' undeclared (first use this function)
gtkmain.cpp:1102: error: `gdk_pixbuf_new_from_file' undeclared (first use this function)
gtkmain.cpp:1108: error: `mi' undeclared (first use this function)
gtkmain.cpp:1108: error: `gtk_menu_item_new' undeclared (first use this function)
gtkmain.cpp:1109: error: `GTK_CONTAINER' undeclared (first use this function)
gtkmain.cpp:1109: error: `gtk_image_new_from_file' undeclared (first use this function)
gtkmain.cpp:1109: error: `gtk_container_add' undeclared (first use this function)
gtkmain.cpp:1111: error: `GTK_MENU_SHELL' undeclared (first use this function)
gtkmain.cpp:1111: error: `gtk_menu_shell_append' undeclared (first use this function)
gtkmain.cpp:1114: error: `GTK_OPTION_MENU' undeclared (first use this function)
gtkmain.cpp:1114: error: `gtk_option_menu_set_menu' undeclared (first use this function)
gtkmain.cpp:1116: error: `faces' undeclared (first use this function)
gtkmain.cpp:1122: error: `FacePixbuf' undeclared (first use this function)
gtkmain.cpp:1137: error: `ShadowPixbuf' undeclared (first use this function)
gtkmain.cpp:1141: error: `TransPixbuf' undeclared (first use this function)
gtkmain.cpp:1145: error: `IconPixbufWorld' undeclared (first use this function)
gtkmain.cpp:1150: error: `WindowIconList' undeclared (first use this function)
gtkmain.cpp:1150: error: `g_list_append' undeclared (first use this function)
gtkmain.cpp:1151: error: `gtk_window_set_default_icon_list' undeclared (first use this function)
gtkmain.cpp:1152: error: `g_list_free' undeclared (first use this function)
gtkmain.cpp:1156: error: `myFont' undeclared (first use this function)
gtkmain.cpp:1156: error: `g_strdup' undeclared (first use this function)
gtkmain.cpp:1157: error: `myShowTabs' undeclared (first use this function)
gtkmain.cpp:1157: error: `FALSE' undeclared (first use this function)
gtkmain.cpp:1158: error: `myShowSend' undeclared (first use this function)
gtkmain.cpp:1159: error: `myShowTabbedLog' undeclared (first use this function)
gtkmain.cpp:1160: error: `myAutoSwitch' undeclared (first use this function)
gtkmain.cpp:1161: error: `myLogShown' undeclared (first use this function)
gtkmain.cpp:1162: error: `myBrowserChoice' undeclared (first use this function)
gtkmain.cpp:1163: error: `myLogChoice' undeclared (first use this function)
gtkmain.cpp:1163: error: `LogChoice_Bottom' undeclared (first use this function)
gtkmain.cpp:1168: error: `gtk_widget_hide' undeclared (first use this function)
gtkmain.cpp:1169: error: `GTK_TOGGLE_BUTTON' undeclared (first use this function)
gtkmain.cpp:1169: error: `gtk_toggle_button_set_active' undeclared (first use this function)
gtkmain.cpp:1174: error: `GTK_CHECK_MENU_ITEM' undeclared (first use this function)
gtkmain.cpp:1174: error: `gtk_check_menu_item_set_active' undeclared (first use this function)
gtkmain.cpp:1175: error: `gtk_option_menu_set_history' undeclared (first use this function)
gtkmain.cpp:1179: error: `Tooltips' undeclared (first use this function)
gtkmain.cpp:1179: error: `gtk_tooltips_new' undeclared (first use this function)
gtkmain.cpp:1181: error: `gdk_threads_enter' undeclared (first use this function)
gtkmain.cpp:1184: error: `GTK_NOTEBOOK' undeclared (first use this function)
gtkmain.cpp:1184: error: `gtk_notebook_remove_page' undeclared (first use this function)
gtkmain.cpp:1187: error: `BlankPage' undeclared (first use this function)
gtkmain.cpp:1188: error: `gtk_main' undeclared (first use this function)
gtkmain.cpp:1189: error: `gdk_threads_leave' undeclared (first use this function)
make: *** [gtkmain.o] Error 1