aMule Forum

English => Compilation problems => Topic started by: OldFrog on December 25, 2004, 12:17:06 PM

Title: Compilation trouble
Post by: OldFrog on December 25, 2004, 12:17:06 PM
Compilation errors in CVS from 12/24th and 12/25th

Quote
In file included from amuleDlg.h:28,
                 from SysTray.cpp:36:
SysTray.cpp: In function `gboolean tray_menu(GtkWidget*, GdkEventButton*, void*)':
SysTray.cpp:157: error: cannot convert `const wxChar*' to `const gchar*' for argument `2' to `void gtk_menu_set_title(GtkMenu*, const gchar*)'
.................
SysTray.cpp:396: error: cannot convert `const wxChar*' to `const gchar*' for argument `1' to `GtkWidget* gtk_menu_item_new_with_label(const gchar*)'
.................

This repeated almost 20 times

I'm using Mandrake 10.0, with wxWidgets 2.5.3 compiled by myself with gtk2 (No trouble for one month on CVS, 2.00.rc7 and 2.0.0rc8).
Title: Re: Compilation trouble
Post by: deltaHF on December 25, 2004, 06:02:47 PM
I commited that
and broke unicode tray

;)

--disable--systray or use the utf8 one, should help

cheers