کمممممممممممممممممممممممممممممممممممممممممک!
این جوری میشه (البت توی دبیان):
# make install
g++ `pkg-config --cflags --libs libpanelapplet-2.0` -lnotify -o compile/Saat src/Saat.cpp
Package libpanelapplet-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libpanelapplet-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libpanelapplet-2.0' found
src/Saat.cpp:1:26: error: panel-applet.h: No such file or directory
src/Saat.cpp:2:26: error: gtk/gtklabel.h: No such file or directory
src/Saat.cpp:10:21: error: gtk/gtk.h: No such file or directory
src/Saat.cpp:11:30: error: libnotify/notify.h: No such file or directory
src/Saat.cpp:17: error: expected constructor, destructor, or type conversion before ‘*’ token
src/Saat.cpp:18: error: expected constructor, destructor, or type conversion before ‘*’ token
src/Saat.cpp:19: error: expected constructor, destructor, or type conversion before ‘*’ token
src/Saat.cpp:20: error: expected ‘,’ or ‘...’ before ‘*’ token
src/Saat.cpp:20: error: ISO C++ forbids declaration of ‘gchar’ with no type
src/Saat.cpp: In function ‘void show_alert_message(int)’:
src/Saat.cpp:21: error: ‘GtkWidget’ was not declared in this scope
src/Saat.cpp:21: error: ‘dialog’ was not declared in this scope
src/Saat.cpp:22: error: ‘GTK_DIALOG_DESTROY_WITH_PARENT’ was not declared in this scope
src/Saat.cpp:22: error: ‘GTK_MESSAGE_ERROR’ was not declared in this scope
src/Saat.cpp:22: error: ‘GTK_BUTTONS_OK’ was not declared in this scope
src/Saat.cpp:22: error: ‘note’ was not declared in this scope
src/Saat.cpp:22: error: ‘gtk_message_dialog_new’ was not declared in this scope
src/Saat.cpp:23: error: ‘GTK_WINDOW’ was not declared in this scope
src/Saat.cpp:23: error: ‘gtk_window_set_title’ was not declared in this scope
src/Saat.cpp:24: error: ‘GTK_DIALOG’ was not declared in this scope
src/Saat.cpp:24: error: ‘gtk_dialog_run’ was not declared in this scope
src/Saat.cpp:25: error: ‘gtk_widget_destroy’ was not declared in this scope
src/Saat.cpp: At global scope:
src/Saat.cpp:27: error: expected ‘,’ or ‘...’ before ‘*’ token
src/Saat.cpp:27: error: ISO C++ forbids declaration of ‘gchar’ with no type
src/Saat.cpp: In function ‘void show_info_dialog(int)’:
src/Saat.cpp:28: error: ‘GtkWidget’ was not declared in this scope
src/Saat.cpp:28: error: ‘dialog’ was not declared in this scope
src/Saat.cpp:29: error: ‘GTK_DIALOG_DESTROY_WITH_PARENT’ was not declared in this scope
src/Saat.cpp:29: error: ‘GTK_MESSAGE_INFO’ was not declared in this scope
src/Saat.cpp:29: error: ‘GTK_BUTTONS_OK’ was not declared in this scope
src/Saat.cpp:29: error: ‘note’ was not declared in this scope
src/Saat.cpp:29: error: ‘gtk_message_dialog_new’ was not declared in this scope
src/Saat.cpp:30: error: ‘GTK_WINDOW’ was not declared in this scope
src/Saat.cpp:30: error: ‘gtk_window_set_title’ was not declared in this scope
src/Saat.cpp:31: error: ‘GTK_DIALOG’ was not declared in this scope
src/Saat.cpp:31: error: ‘gtk_dialog_run’ was not declared in this scope
src/Saat.cpp:32: error: ‘gtk_widget_destroy’ was not declared in this scope
src/Saat.cpp: At global scope:
src/Saat.cpp:35: error: expected ‘,’ or ‘...’ before ‘*’ token
src/Saat.cpp:35: error: ISO C++ forbids declaration of ‘gchar’ with no type
src/Saat.cpp: In function ‘void show_info_message(int)’:
src/Saat.cpp:36: error: ‘NotifyNotification’ was not declared in this scope
src/Saat.cpp:36: error: ‘n’ was not declared in this scope
src/Saat.cpp:37: error: ‘notify_init’ was not declared in this scope
src/Saat.cpp:39: error: ‘note’ was not declared in this scope
src/Saat.cpp:40: error: ‘notify_notification_new’ was not declared in this scope
src/Saat.cpp:41: error: ‘notify_notification_set_timeout’ was not declared in this scope
src/Saat.cpp:42: error: ‘notify_notification_show’ was not declared in this scope
src/Saat.cpp:43: error: invalid conversion from ‘const char*’ to ‘int’
src/Saat.cpp:43: error: initializing argument 1 of ‘void show_alert_message(int)’
src/Saat.cpp:45: error: ‘G_OBJECT’ was not declared in this scope
src/Saat.cpp:45: error: ‘g_object_unref’ was not declared in this scope
src/Saat.cpp: In function ‘std::string convert_digit(int)’:
src/Saat.cpp:54: error: ‘g_strdup_printf’ was not declared in this scope
src/Saat.cpp: At global scope:
src/Saat.cpp:73: error: ‘gboolean’ does not name a type
src/Saat.cpp: In function ‘void set_color_and_font()’:
src/Saat.cpp:104: error: ‘PangoFontDescription’ was not declared in this scope
src/Saat.cpp:104: error: ‘font_desc’ was not declared in this scope
src/Saat.cpp:105: error: ‘GdkColor’ was not declared in this scope
src/Saat.cpp:105: error: expected `;' before ‘color’
src/Saat.cpp:106: error: ‘pango_font_description_from_string’ was not declared in this scope
src/Saat.cpp:107: error: ‘label’ was not declared in this scope
src/Saat.cpp:107: error: ‘gtk_widget_modify_font’ was not declared in this scope
src/Saat.cpp:108: error: ‘color’ was not declared in this scope
src/Saat.cpp:108: error: ‘gdk_color_parse’ was not declared in this scope
src/Saat.cpp:109: error: ‘GTK_STATE_NORMAL’ was not declared in this scope
src/Saat.cpp:109: error: ‘gtk_widget_modify_fg’ was not declared in this scope
src/Saat.cpp: At global scope:
src/Saat.cpp:111: error: variable or field ‘about_cb’ declared void
src/Saat.cpp:111: error: ‘BonoboUIComponent’ was not declared in this scope
src/Saat.cpp:111: error: ‘ui_container’ was not declared in this scope
src/Saat.cpp:111: error: ‘gpointer’ was not declared in this scope
src/Saat.cpp:111: error: expected primary-expression before ‘const’
make: *** [install] Error 1
ای که می گه یعنی چه؟