aMule Forum
English => en_Bugs => Topic started by: toshi on March 23, 2005, 09:47:06 AM
-
Hi!
In last CVS there's an error:
SysTray.cpp: In constructor `CSysTray::CSysTray(wxWindow*, DesktopMode, const wxString&)':
SysTray.cpp:593: error: `g_signal_connect' undeclared (first use this function)
SysTray.cpp:593: error: (Each undeclared identifier is reported only once for each function it appears in.)
make[4]: *** [amule-SysTray.o] Error 1
In 'SysTray.cpp' there's a line:
g_signal_connect(GTK_OBJECT(m_status_docklet), "delete-event", GTK_SIGNAL_FUNC(on_delete), NULL);
'tk' is missing:
gtk_signal_connect(GTK_OBJECT(m_status_docklet), "delete-event", GTK_SIGNAL_FUNC(on_delete), NULL);
G'luck!
-
lol I guess Kry was typing to fast ;)
thnx
-
Tarball was build in the 5 minutes CVs was broken :))