Bug #1118
Bug fix for ryzom core services: "not found -lnelnet"
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.
History
#1 Updated by kervala almost 5 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 5 years ago
Yeagh. Compiling and building now without problems.
#3 Updated by kervala almost 5 years ago
Thanks a lot :)
#4 Updated by kervala almost 5 years ago
- Status changed from New to Rejected