aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Compilation trouble  (Read 4016 times)

OldFrog

  • Sr. Member
  • ****
  • Karma: 31
  • Offline Offline
  • Posts: 385
Compilation trouble
« 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).
Logged
Computer Science is no more about computers than astronomy is about telescopes (Edsger W. Dijkstra)

deltaHF

  • Evil Admin
  • Former Developer
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 3920
  • .. Legends may sleep, but they never die ..
    • http://www.amule.org
Re: Compilation trouble
« Reply #1 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