Bug #1443
Patch 1.13 linux side effect
Status: | Closed | Start date: | 03/03/2012 | |
---|---|---|---|---|
Priority: | High | Due date: | ||
Assignee: | kervala | % Done: | 100% |
|
Category: | Build | |||
Target version: | Version 0.9.0 |
Description
A couple of people have identify a side effect issue with the last patch on linux.
/home/ryzom/code/ryzom/server/src/ai_service/nf_grp_npc.cpp:2243: error: invalid initialization of reference of type ‘ucstring&’ from expression of type ‘NLMISC::CSString’
/home/ryzom/code/ryzom/common/src/game_share/send_chat.h:118: error: in passing argument 3 of ‘void npcChatToChannelSentence(const TDataSetRow&, CChatGroup::TGroupType, ucstring&)’
Related issues
History
#1 Updated by kervala over 3 years ago
I didn't yet commit servers changes, there are a lot more changes than on client side so it takes time to merge :)
#2 Updated by kervala over 3 years ago
Please could you confirm that all is compiling again ?
Btw there are a lot of new warnings I'll fix later.
#3 Updated by plunder over 3 years ago
I was running to this very error:
/home/ryzom/code/ryzom/server/src/ai_service/nf_grp_npc.cpp:2243: error: invalid initialization of reference of type ‘ucstring&’ from expression of type ‘NLMISC::CSString’
/home/ryzom/code/ryzom/common/src/game_share/send_chat.h:118: error: in passing argument 3 of ‘void npcChatToChannelSentence(const TDataSetRow&, CChatGroup::TGroupType, ucstring&)’
Since your commit I've built it successfully on Ubuntu 10.04 32-bit, thank you!
#4 Updated by kervala over 3 years ago
- Category set to Build
- Status changed from New to Resolved
- Assignee set to kervala
- Priority changed from Normal to High
- Target version set to Version 0.9.0
You're welcome :)
#5 Updated by kervala over 3 years ago
- % Done changed from 0 to 100
#6 Updated by kervala over 3 years ago
- Status changed from Resolved to Closed