Welcome to xMule: A P2P Client derived from eMule BerliOS Developer LogoSourceForge.net Logo


Links
- Visit the Forums!
- SF.net Project Page
- xMule Screenshots

Modules
· Home
· Content
· Downloads
· Recommend Us
· Search
· Statistics
· Top
· Topics
· Your Account

Who's Online
There are currently, 2 guest(s) and 0 member(s) that are online.

You are Anonymous user. You can register for free by clicking here

 
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.2 released! (Score: 1)
by Avi on Thursday, September 30 @ 18:01:26 CDT
(User Info )
The problem is that older versions of GCC (2.96 is the latest supported on Red Hat 7.x) do not include support for ext/slist. HopeSeekr, can you change it to std::list so older distros will be able to support xMule as well?
Anyway, OS upgrade would have solved this... Hopefully, it will be changed in the next release (or even RC). I suggest you to come to IRC (#xMule on Undernet) and directly talk to HopeSeekr.

Thanks for reporting.


| Parent

Easy solution (Score: 0)
by Anonymous on Thursday, September 30 @ 19:43:35 CDT
The solution is trivial.

change
#include // Needed for std::slist

to

#include // Needed for std::list
#define slist list


| Parent


PHP-Nuke Copyright © 2005 by Francisco Burzi. This is free software, and you may redistribute it under the GPL.
PHP-Nuke comes with absolutely no warranty, for details, see the license.
Page Generation: 0.03 Seconds