Bug #1118

Bug fix for ryzom core services: "not found -lnelnet"

Added by FatDevil almost 8 years ago. Updated almost 8 years ago.

Status:Rejected Start date:10/03/2010
Priority:Normal Due date:
Assignee:- % Done:

100%

Category:Build
Target version:-

Description

Services not building because ld return error - not found -lnelnet.
Nel through the compile cmake-system detected error in file -
/nel/src/net/unified_network.cpp

error text:
"
$RYHOME/nel/src/net/unified_network.cpp:69: error: ‘numeric_limits’ is not a member of ‘std’
"

simple fix:
add including <limits>.

File with "change" attached.

unified_network.cpp (79 kB) Magnifier FatDevil, 10/04/2010 12:08 am

History

#1 Updated by kervala almost 8 years ago

Please could you check again ?

#include <limits> is already in stdnet.h

If has been fixed in r913

#2 Updated by FatDevil almost 8 years ago

Yeagh. Compiling and building now without problems.

#3 Updated by kervala almost 8 years ago

Thanks a lot :)

#4 Updated by kervala almost 8 years ago

  • Status changed from New to Rejected

Also available in: Atom PDF