* Marc Schiffbauer schrieb am 11.09.07 um 19:51 Uhr: > Hi all, > > has someone an idea what might be wrong/missing here in my build > environment? > > tray-monitor does not build. > > The Error: > > make[1]: Entering directory `/tmp/bacula-2.2.3/src/tray-monitor' > Compiling tray-monitor.c > tray-monitor.c:94: error: expected initializer before '*' token > tray-monitor.c: In function 'int main(int, char**)': > tray-monitor.c:320: error: 'mTrayIcon' was not declared in this scope > tray-monitor.c:320: error: 'gtk_status_icon_new_from_pixbuf' was not declared > in this scope > tray-monitor.c:321: error: 'gtk_status_icon_set_tooltip' was not declared in > this scope > tray-monitor.c: In function 'void updateStatusIcon(monitoritem*)': > tray-monitor.c:1126: error: 'mTrayIcon' was not declared in this scope > tray-monitor.c:1126: error: 'gtk_status_icon_set_from_pixbuf' was not > declared in this scope > make[1]: *** [tray-monitor.o] Error 1 > make[1]: Leaving directory `/tmp/bacula-2.2.3/src/tray-monitor'
OK, the problem seems that the tray-monitor seems to need at least gtk 2.10 which I did not have... => "Since 2.10" http://library.gnome.org/devel/gtk/2.11/GtkStatusIcon.html Kern, maybe its useful to update the docs so that they reflect this minimum version? -Marc -- **************************************************** * (morganj): 0 is false and 1 is true, correct? * * (alec_eso): 1, morganj * * (morganj): bastard. * ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Bacula-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bacula-devel
