The comments are owned by the poster. We aren't responsible for their content.

No Comments Allowed for Anonymous, please register

Re: xMule 1.9.4 released! (Score: 0)
by Anonymous on Saturday, October 30 @ 17:49:25 CDT
Hy, good job, but i can't test :

on Mandrake 10.1
build ok until :

xmlres.cpp
xmlres.cpp:42: error: expected constructor, destructor, or type conversion before '::' token
xmlres.cpp:42: error: expected `,' or `;' before '::' token
xmlres.cpp:42: error: `wxXmlResourceDataRecords' has not been declared
xmlres.cpp:42: error: expected `,' or `...' before '&' token
xmlres.cpp:42: error: ISO C++ forbids declaration of `wxXmlResourceDataRecords' with no type
xmlres.cpp: In function `void DoCopy(int)':
[...]
error 2

thanks




Two small errors (Score: 0)
by Anonymous on Saturday, October 30 @ 20:27:46 CDT
Hi Hope,

I´ve found and fixed two small errors (under FC2, wx2.4.2):

BaseClient.cpp
In file included from BaseClient.cpp:25:
ClientList.h:38: error: `uint16_t' was not declared in this scope
ClientList.h:38: error: `uint32_t' was not declared in this scope
ClientList.h:38: error: template argument 1 is invalid
ClientList.h:38: error: template argument 2 is invalid
ClientList.h:38: error: template argument 3 is invalid
ClientList.h:38: error: template argument 4 is invalid
...

the same error in socket.h

I fixed these by including stdint.h in both files

Despite these errors xMule rocks

One doubt: Does xMule work with wx 2.5.3?

Thanks
alex




Re: xMule 1.9.4 released! (Score: 0)
by Anonymous on Sunday, October 31 @ 05:16:20 CST
To developers.
Hellow.
I am a korean.
I am soory to my english is poor.
I suggest to GUI programming by GTK2.
Because, GTK is not convienent!
And then not support varies language-code.
Hm...

How can I compiles by GTK2?




Re: xMule 1.9.4 released! (Score: 0)
by Anonymous on Sunday, October 31 @ 06:50:50 CST
Hello I got the same that occured in 1.9.2:
ServerList.cpp: In member function `bool CServerList::Init()':
ServerList.cpp:146: error: invalid static_cast from type `wxString' to type `CString'
ServerList.cpp:150: error: invalid static_cast from type `wxString' to type `CString'
ServerList.cpp:156: error: invalid static_cast from type `wxString' to type `CString'

With a mdk 9.2 dist.

Is there anyboy that got an idea?

Thanx

blep




Re: xMule 1.9.4 released! (Score: 0)
by Anonymous on Sunday, October 31 @ 11:03:17 CST
Hi,

I continue having compilation errors on my RedHat 7.3 systems.

[...]
inflate.c
infback.c
inftrees.c
inffast.c
==== Building zlib ====
Linking libz.a
==== Building xMule ====
AddFileThread.cpp
AddFriend.cpp
animate.cpp
BarShader.cpp
BaseClient.cpp
mfc.h: In method `TYPE CArray::GetAt (int) const [with
TYPE = Category_Struct *, ARG_TYPE = Category_Struct *]':
Preferences.h:390: instantiated from here
mfc.h:598: no method `vector >::at'
make[1]: *** [obj/BaseClient.o] Error 1
make: *** [all] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.37570 (%build)

RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.37570 (%build)

Any help would be very apprecitated!

Thanks.




Re: xMule 1.9.4 released! (Score: 0)
by Anonymous on Sunday, October 31 @ 16:58:31 CST
Hi,
I have problem with compilation. Everything is ok until:

==== Building DynPrefs [2 of 3] ====
== License(s): OSSAL and Creative Commons License
DynamicPreferences.cpp
DynamicPreferences.cpp: In function `wxWindow* add_item(wxTreeMultiCtrl*,
wxXmlNode*, wxPanel*)':
DynamicPreferences.cpp:437: error: conversion from `const char[1]' to `const
wxString' is ambiguous
/usr/local/include/wx/string.h:306: error: candidates are:
wxString::wxString(wchar_t, unsigned int)
/usr/local/include/wx/string.h:284: error:
wxString::wxString(int)
DynamicPreferences.cpp:442: error: conversion from `const char[1]' to `const
wxString' is ambiguous
/usr/local/include/wx/string.h:306: error: candidates are:
wxString::wxString(wchar_t, unsigned int)
/usr/local/include/wx/string.h:284: error:
wxString::wxString(int)
DynamicPreferences.cpp:470:2: warning: #warning The "z" needs a rename.
DynamicPreferences.cpp:508:2: warning: #warning This entire colorlist thing needs to be re-implemented :-/
DynamicPreferences.cpp: In member function `void
DynamicPreferencesCtrl::OnChangedPrefs(const wxEvent&)':
DynamicPreferences.cpp:536: error: no matching function for call to `wxString::
Format(const char[3], double)'
/usr/local/include/wx/string.h:738: error: candidates are: static wxString
wxString::Format(const wxChar*, ...)
DynamicPreferences.cpp:540: error: no matching function for call to `wxString::
Format(const char[4], long int)'
/usr/local/include/wx/string.h:738: error: candidates are: static wxString
wxString::Format(const wxChar*, ...)
DynamicPreferences.cpp: In member function `void
DynamicPreferencesCtrl::OnBrowse1(wxCommandEvent&)':
DynamicPreferences.cpp:564: error: conversion from `const char[41]' to `const
wxString' is ambiguous
/usr/local/include/wx/string.h:306: error: candidates are:
wxString::wxString(wchar_t, unsigned int)
/usr/local/include/wx/string.h:284: error:
wxString::wxString(int)
DynamicPreferences.cpp:564: error: conversion from `const char[2]' to `const
wxString' is ambiguous
/usr/local/include/wx/string.h:306: error: candidates are:
wxString::wxString(wchar_t, unsigned int)
/usr/local/include/wx/string.h:284: error:
wxString::wxString(int)
make[1]: *** [obj/DynamicPreferences.o] Error 1
make: *** [all] Error 2


Slackware 10, wxGTK-2.4.2 with GTK2 and unicode enabled.
Any help is appreciated.




Re: xMule 1.9.4 released! (Score: 0)
by Anonymous on Monday, November 01 @ 07:32:58 CST
Problem:

n file included from BaseClient.cpp:25:
ClientList.h:38: error: `uint16_t' was not declared in this scope
ClientList.h:38: error: `uint32_t' was not declared in this scope
ClientList.h:38: error: template argument 1 is invalid
ClientList.h:38: error: template argument 2 is invalid
ClientList.h:38: error: template argument 3 is invalid
ClientList.h:38: error: template argument 4 is invalid
ClientList.h:38: error: `uint16_t' was not declared in this scope
ClientList.h:38: error: `uint32_t' was not declared in this scope
ClientList.h:38: error: template argument 1 is invalid
ClientList.h:38: error: template argument 2 is invalid
ClientList.h:38: error: template argument 3 is invalid
ClientList.h:38: error: template argument 4 is invalid
ClientList.h:38: error: `uint8_t' was not declared in this scope
ClientList.h:38: error: `uint32_t' was not declared in this scope
ClientList.h:38: error: template argument 1 is invalid
ClientList.h:38: error: template argument 2 is invalid
ClientList.h:38: error: template argument 3 is invalid
ClientList.h:38: error: template argument 4 is invalid
ClientList.h:38: error: ISO C++ forbids declaration of `clientVersionEDonkey' with no type
ClientList.h:38: error: ISO C++ forbids declaration of `clientVersionEDonkeyHybrid' with no type
ClientList.h:38: error: ISO C++ forbids declaration of `clientVersionEMule' with no type
In file included from SharedFileList.h:34,

O.S. Linux mnk10.0
sorry




Re: xMule 1.9.4 released! (Score: 0)
by Anonymous on Tuesday, November 02 @ 13:19:43 CST
Hi,
New release is working well!!

I'd like to point out that maybe there's a problem with Preferences menu: I can see only last three tab. Whith Flow chart instead, I acces all the options.




Re: xMule 1.9.4 released! (Score: 0)
by Anonymous on Tuesday, November 02 @ 13:32:39 CST
Seems great new build. But I can't use it. It compiles perfectly but when it runs, it displays the following error:

@khenu64:~# xmule
Initialising xMule
Setting value of secure-ident to true.
Setting value of source-exchange to true.
Setting value of command-line to true.
*** UDP socket at 4672
std::string: boo
boo
PublicKey: keylen=76
01 01 01 05 00 03 39 00 30 36 02 31 00 c4 cc 00 91 fb 96 e6 52 46 49 9a 04 ad 50 29 b9 02 01 11
Loading temp files from /mnt/TRANSFER/temp/*.part.met.
Loading temp files from /mnt/TRANSFER/temp/*.pnew.met.

OOPS! - Seems like xMule crashed
--== BACKTRACE FOLLOWS: ==--

[0] CxmuleApp::OnFatalException() | xmule.cpp:671
[1] wxFatalSignalHandler | 0x40698fe8
[2] /lib/libpthread.so.0 [0x401a9be5] | 0x401a9be5
[3] /lib/libc.so.6 [0x40904078] | 0x40904078
[4] ServerSocketEvt::HandleSocket(wxSocketEvent&) | socket.h:342
[5] wxEvtHandler::SearchEventTable(wxEventTable&, wxEvent&) | 0x405b0d99
[6] wxEvtHandler::ProcessEvent(wxEvent&) | 0x405b0b1e
[7] wxEvtHandler::ProcessPendingEvents() | 0x405b0859
[8] wxAppBase::ProcessPendingEvents() | 0x4056f629
[9] /usr/lib/libwx_gtkd-2.4.so [0x405023cf] | 0x405023cf
[10] /usr/lib/libglib-1.2.so.0 [0x4018ddd8] | 0x4018ddd8
[11] /usr/lib/libglib-1.2.so.0 [0x4018ce75] | 0x4018ce75
[12] /usr/lib/libglib-1.2.so.0 [0x4018d32c] | 0x4018d32c
[13] g_main_run | 0x4018d55c
[14] gtk_main | 0x400b3083
[15] wxApp::MainLoop() | 0x405031e0
[16] wxAppBase::OnRun() | 0x4056f455
[17] wxEntry(int, char**) | 0x40503a8f
[18] main | xmule.cpp:79
[19] __libc_start_main | 0x408f0936
[20] wxNotebook::SetPadding(wxSize const&) | crc32.c:0
Abortado

My distro is Slackware Linux 10, with gcc 3.4.2 and 2.6.7 kernel.
wxGTK version is 2.4.2 linked against gtk1 ./configur-ed with xmule's default options.

My computer is a ahtlon64 3200+, 1G RAM, SATA disk using ext3 filesystem.

Wiil be any fix for this or using wrong configuration?

Hope to see xmule running!!

Salu2




Re: xMule 1.9.4 released! (Score: 0)
by Anonymous on Wednesday, November 03 @ 07:44:43 CST
Trying to compile, using Slackware 10, GTK2, wx-widgets 2.4.2 but receive the following error. Any ideas?

==== Building DynPrefs [2 of 3] ====
== License(s): OSSAL and Creative Commons License
DynamicPreferences.cpp
DynamicPreferences.cpp:470: warning: #warning The "z" needs a rename.
DynamicPreferences.cpp:508: warning: #warning This entire colorlist thing needs to be re-implemented :-/
DynamicPreferences.cpp:86: template-id `Get' for `DynamicPreferences::Get(const wxString &)' does not match any template declaration
DynamicPreferences.cpp:86: syntax error before `{'
DynamicPreferences.cpp:91: template-id `Get' for `DynamicPreferences::Get(const wxString &)' does not match any template declaration
DynamicPreferences.cpp:91: syntax error before `{'
DynamicPreferences.cpp:96: template-id `Get' for `DynamicPreferences::Get(const wxString &)' does not match any template declaration
DynamicPreferences.cpp:96: syntax error before `{'
DynamicPreferences.cpp:101: template-id `Get' for `DynamicPreferences::Get(const wxString &)' does not match any template declaration
DynamicPreferences.cpp:101: syntax error before `{'
make[1]: *** [obj/DynamicPreferences.o] Error 1
make: *** [all] Error 2