Bug #1340
cmake configure issue
Status: | Rejected | Start date: | 08/09/2011 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% |
|
Category: | - | |||
Target version: | - |
Description
when I configure cmake to prepare for compiling project,I got some warnnings like:
Warning: Libwww: Library not found: LIBWWWFTP_LIBRARY
Warning: Libwww: Library not found: LIBWWWGOPHER_LIBRARY
Warning: Libwww: Library not found: LIBWWWNEWS_LIBRARY
Warning: Libwww: Library not found: LIBWWWTELNET_LIBRARY
Warning: Libwww: Library not found: LIBWWWXML_LIBRARY
Warning: Libwww: Library not found: LIBWWWZIP_LIBRARY
Warning: Libwww: Library not found: LIBXMLPARSE_LIBRARY
Warning: Libwww: Library not found: LIBXMLTOK_LIBRARY
Warning: Libwww: Library not found: LIBWWWSSL_LIBRARY
Warning: Libwww: Library not found: LIBMD5_LIBRARY
Warning: Libwww: Library not found: LIBPICS_LIBRARY
After I generate project ,I fail to see server.sln and client.sln,only to find ryzomcore.sln and nel.sln.Can anyone help?thanks
History
#1 Updated by molator about 7 years ago
That's not an issue.
That's debug infos.
There's no client.sln nor server.sln.
See your own posr:
http://dev.ryzom.com/boards/17/topics/5092?r=5098#message-5098
And read the wiki:
http://dev.ryzom.com/projects/ryzom/wiki/BuildForWindowsCmake
#2 Updated by kervala about 7 years ago
- Status changed from New to Rejected
#3 Updated by dante about 7 years ago
I am new to ryzom ,rookie mistake.thanks.I am trying to build a client to test a server.
#4 Updated by dante about 7 years ago
now I got nel_drv_direct3d_win not found when I try to run client on windows.I didn't change the config ,I assume it should connect to "open.ryzom.com:40916";
#5 Updated by dante about 7 years ago
I should compile nel.sln to get \nel\lib\ for the DLLs?I already done that and \nel\lib\ didn't appear.
#6 Updated by Nakarti about 7 years ago
More explicitly that's debug infos telling you that your libwww is missing pieces. You may have not gotten it installed correctly or have a too-old version.
#7 Updated by kervala about 7 years ago
Nakarti wrote:
More explicitly that's debug infos telling you that your libwww is missing pieces. You may have not gotten it installed correctly or have a too-old version.
No, that's normal under Windows because not all libs are needed.